GNU bug report logs - #33245
[PATCH] gnu: pelican: Update to 3.7.1.

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Fri, 2 Nov 2018 21:08:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#33245: closed ([PATCH] gnu: pelican: Update to 3.7.1.)
Date: Sun, 04 Nov 2018 23:05:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 05 Nov 2018 00:04:36 +0100
with message-id <87d0rko35n.fsf <at> gnu.org>
and subject line Re: [bug#33245] [PATCH] gnu: pelican: Update to 3.7.1.
has caused the debbugs.gnu.org bug report #33245,
regarding [PATCH] gnu: pelican: Update to 3.7.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
33245: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33245
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> debian.org>
To: guix-patches <at> gnu.org 
Subject: [PATCH] gnu: pelican: Update to 3.7.1.
Date: Fri, 02 Nov 2018 14:07:04 -0700
[Message part 3 (text/plain, inline)]
* gnu/packages/python.scm (pelican): Update to 3.7.1.
  [home-page]: Use HTTPS URL.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 29b4a8e35..26c45a210 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2867,14 +2867,14 @@ interested parties to subscribe to events, or \"signals\".")
 (define-public pelican
   (package
     (name "pelican")
-    (version "3.6.3")
+    (version "3.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pelican" version))
        (sha256
         (base32
-         "1hn94rb4q3zmcq16in055xikal4dba5hfx3zznq7warllcgc9f8k"))))
+         "12spygavv9b6xpb5pgp7f0p3z0mms60nx6zrpx1yfkj68zz4flra"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-feedgenerator" ,python-feedgenerator)
@@ -2887,7 +2887,7 @@ interested parties to subscribe to events, or \"signals\".")
        ("python-six" ,python-six)
        ("python-dateutil" ,python-dateutil)
        ("python-markdown" ,python-markdown)))
-    (home-page "http://getpelican.com/")
+    (home-page "https://getpelican.com/")
     (arguments
      `(;; XXX Requires a lot more packages to do unit tests :P
        #:tests? #f
-- 
2.19.1

[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 33245-done <at> debbugs.gnu.org
Subject: Re: [bug#33245] [PATCH] gnu: pelican: Update to 3.7.1.
Date: Mon, 05 Nov 2018 00:04:36 +0100
Vagrant Cascadian <vagrant <at> debian.org> skribis:

> * gnu/packages/python.scm (pelican): Update to 3.7.1.
>   [home-page]: Use HTTPS URL.

Applied, thanks!

Ludo'.


This bug report was last modified 6 years and 256 days ago.

Previous Next


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