diff mbox series

[bug#35955] gnu: python-pytz: Update to 2019.1

Message ID 20190528124759.5049-1-h.nasajpour@pantherx.org
State Accepted
Headers show
Series [bug#35955] gnu: python-pytz: Update to 2019.1 | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Hamzeh Nasajpour May 28, 2019, 12:47 p.m. UTC
* gnu/packages/time.scm (python-pytz): Update to 2019.1
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Danny Milosavljevic May 28, 2019, 7:43 p.m. UTC | #1
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.
Marius Bakke May 31, 2019, 7:18 p.m. UTC | #2
Danny Milosavljevic <dannym@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.
Brett Gilio Dec. 10, 2019, 6:25 a.m. UTC | #3
"h.nasajpour" <h.nasajpour@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!
diff mbox series

Patch

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")