GNU bug report logs - #35955
[PATCH] gnu: python-pytz: Update to 2019.1

Previous Next

Package: guix-patches;

Reported by: "h.nasajpour" <h.nasajpour <at> pantherx.org>

Date: Tue, 28 May 2019 14:42:12 UTC

Severity: normal

Tags: patch

Done: Brett Gilio <brettg <at> posteo.net>

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 35955 in the body.
You can then email your comments to 35955 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#35955; Package guix-patches. (Tue, 28 May 2019 14:42:13 GMT) Full text and rfc822 format available.

Acknowledgement sent to "h.nasajpour" <h.nasajpour <at> pantherx.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 May 2019 14:42:13 GMT) Full text and rfc822 format available.

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

From: "h.nasajpour" <h.nasajpour <at> pantherx.org>
To: guix-patches <at> gnu.org
Cc: "h.nasajpour" <h.nasajpour <at> pantherx.org>
Subject: [PATCH] gnu: python-pytz: Update to 2019.1
Date: Tue, 28 May 2019 17:17:59 +0430
* gnu/packages/time.scm (python-pytz): Update to 2019.1
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 747e4cf080..9bbfe07803 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -92,14 +92,14 @@ to a file.")
 (define-public python-pytz
   (package
     (name "python-pytz")
-    (version "2018.5")
+    (version "2019.1")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pytz" version ".tar.gz"))
       (sha256
        (base32
-        "0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
+        "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
     (build-system python-build-system)
     (home-page "http://pythonhosted.org/pytz")
     (synopsis "Python timezone library")
-- 
2.17.1





Information forwarded to guix-patches <at> gnu.org:
bug#35955; Package guix-patches. (Tue, 28 May 2019 19:44:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: "h.nasajpour" <h.nasajpour <at> pantherx.org>
Cc: 35955 <at> debbugs.gnu.org
Subject: Re: [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1
Date: Tue, 28 May 2019 21:43:26 +0200
[Message part 1 (text/plain, inline)]
Note to self: This would rebuild libreoffice, so it should probably go into
core-updates or something.  Probably after current core-updates was merged.

Also, for some reason none of the tests (which do exist) get discovered.

Otherwise OK.


[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#35955; Package guix-patches. (Fri, 31 May 2019 19:20:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>,
 "h.nasajpour" <h.nasajpour <at> pantherx.org>
Cc: 35955 <at> debbugs.gnu.org
Subject: Re: [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1
Date: Fri, 31 May 2019 21:18:54 +0200
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> Note to self: This would rebuild libreoffice, so it should probably go into
> core-updates or something.  Probably after current core-updates was merged.

We don't treat LibreOffice specially, do we?

However python{,2}-pytz has almost 600 dependents, so it should go to
'staging' once the current branch is merged.

Feel free to push it to a new branch ('staging-next'?) meanwhile.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Brett Gilio <brettg <at> posteo.net>:
You have taken responsibility. (Tue, 10 Dec 2019 06:26:01 GMT) Full text and rfc822 format available.

Notification sent to "h.nasajpour" <h.nasajpour <at> pantherx.org>:
bug acknowledged by developer. (Tue, 10 Dec 2019 06:26:01 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: "h.nasajpour" <h.nasajpour <at> pantherx.org>
Cc: 35955-done <at> debbugs.gnu.org
Subject: Re: [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1
Date: Tue, 10 Dec 2019 00:25:17 -0600
"h.nasajpour" <h.nasajpour <at> pantherx.org> writes:

> * gnu/packages/time.scm (python-pytz): Update to 2019.1
> ---
>  gnu/packages/time.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
> index 747e4cf080..9bbfe07803 100644
> --- a/gnu/packages/time.scm
> +++ b/gnu/packages/time.scm
> @@ -92,14 +92,14 @@ to a file.")
>  (define-public python-pytz
>    (package
>      (name "python-pytz")
> -    (version "2018.5")
> +    (version "2019.1")
>      (source
>       (origin
>        (method url-fetch)
>        (uri (pypi-uri "pytz" version ".tar.gz"))
>        (sha256
>         (base32
> -        "0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
> +        "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
>      (build-system python-build-system)
>      (home-page "http://pythonhosted.org/pytz")
>      (synopsis "Python timezone library")

Closing as 71c08ee60bb3f62bac0614888fb62405f7a388ab reflects this change
from 2019-06-18.

Thanks!

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 07 Jan 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 109 days ago.

Previous Next


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