Message ID | 20190528124759.5049-1-h.nasajpour@pantherx.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#35955] gnu: python-pytz: Update to 2019.1 | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | success | Successfully applied |
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.
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.
"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 --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")