GNU bug report logs - #51004
[PATCH 0/1] Update pelican to 4.7.0.

Previous Next

Package: guix-patches;

Reported by: Ben Sturmfels <ben <at> sturm.com.au>

Date: Mon, 4 Oct 2021 11:00:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51004 in the body.
You can then email your comments to 51004 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51004; Package guix-patches. (Mon, 04 Oct 2021 11:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ben Sturmfels <ben <at> sturm.com.au>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 04 Oct 2021 11:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ben Sturmfels <ben <at> sturm.com.au>
To: guix-patches <at> gnu.org
Cc: Ben Sturmfels <ben <at> sturm.com.au>
Subject: [PATCH 0/1] Update pelican to 4.7.0.
Date: Mon,  4 Oct 2021 21:59:31 +1100
The attached patch upgrades the Pelican static blog generator to 4.7.0 and
removes the unnecessary use of propagated inputs.

I've built my own blog with this version to verify the update.

I intend to follow up with a patch to run the test suite and an update
python-feedgenerator 2.0.0 some time soon.

Ben Sturmfels (1):
  gnu: pelican: Update to 4.7.0.

 gnu/packages/python-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#51004; Package guix-patches. (Mon, 04 Oct 2021 11:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 51004 <at> debbugs.gnu.org (full text, mbox):

From: Ben Sturmfels <ben <at> sturm.com.au>
To: 51004 <at> debbugs.gnu.org
Cc: Ben Sturmfels <ben <at> sturm.com.au>
Subject: [PATCH 1/1] gnu: pelican: Update to 4.7.0.
Date: Mon,  4 Oct 2021 22:00:27 +1100
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.0.
[inputs]: Add field. Add dependency on python-rich.
[propagated-inputs]: Remove python-six. Move dependencies to inputs. Remove
field.
[home-page]: Update link.
---
 gnu/packages/python-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 14f5fdef54..fa4b11511a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4912,27 +4912,29 @@ interested parties to subscribe to events, or \"signals\".")
 (define-public pelican
   (package
     (name "pelican")
-    (version "4.2.0")
+    (version "4.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pelican" version))
        (sha256
         (base32
-         "0mp7hjyhs38ag1hyfcy882g400z0babqi72pnli46dqijfhajzmy"))))
+         "0g1sbzlz5mfc70gwgnj3lz4kf4psdjl96n6ywklv8z817m1khxdd"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (inputs
      `(("python-blinker" ,python-blinker)
        ("python-dateutil" ,python-dateutil)
+       ;; Ignoring `guix lint` warning as python-docutils is used to support
+       ;; reStructuredText processing at runtime.
        ("python-docutils" ,python-docutils)
        ("python-feedgenerator" ,python-feedgenerator)
        ("python-jinja2" ,python-jinja2)
        ("python-markdown" ,python-markdown)
        ("python-pygments" ,python-pygments)
        ("python-pytz" ,python-pytz)
-       ("python-six" ,python-six)
+       ("python-rich" ,python-rich)
        ("python-unidecode" ,python-unidecode)))
-    (home-page "https://getpelican.com/")
+    (home-page "https://blog.getpelican.com/")
     (arguments
      `(;; XXX Requires a lot more packages to do unit tests :P
        #:tests? #f))
-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#51004; Package guix-patches. (Mon, 04 Oct 2021 14:15:01 GMT) Full text and rfc822 format available.

Message #11 received at 51004 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Ben Sturmfels <ben <at> sturm.com.au>
Cc: 51004 <at> debbugs.gnu.org
Subject: Re: [bug#51004] [PATCH 0/1] Update pelican to 4.7.0.
Date: Mon, 4 Oct 2021 16:14:36 +0200
Hi,

On Mon, 4 Oct 2021 at 13:00, Ben Sturmfels via Guix-patches via
<guix-patches <at> gnu.org> wrote:

> The attached patch upgrades the Pelican static blog generator to 4.7.0 and
> removes the unnecessary use of propagated inputs.

If you are a Pelican user, could you comment on this (old) bug report:

<http://issues.guix.gnu.org/issue/27447>

All the best,
simon




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 06 Oct 2021 21:38:01 GMT) Full text and rfc822 format available.

Notification sent to Ben Sturmfels <ben <at> sturm.com.au>:
bug acknowledged by developer. (Wed, 06 Oct 2021 21:38:01 GMT) Full text and rfc822 format available.

Message #16 received at 51004-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Ben Sturmfels <ben <at> sturm.com.au>
Cc: 51004-done <at> debbugs.gnu.org
Subject: Re: bug#51004: [PATCH 0/1] Update pelican to 4.7.0.
Date: Wed, 06 Oct 2021 23:37:04 +0200
Hi Ben,

Ben Sturmfels <ben <at> sturm.com.au> skribis:

> * gnu/packages/python-xyz.scm (pelican): Update to 4.7.0.
> [inputs]: Add field. Add dependency on python-rich.
> [propagated-inputs]: Remove python-six. Move dependencies to inputs. Remove
> field.
> [home-page]: Update link.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 04 Nov 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.