Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytz for openSUSE:Factory checked in at 2021-02-16 22:34:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytz (Old) and /work/SRC/openSUSE:Factory/.python-pytz.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytz" Tue Feb 16 22:34:55 2021 rev:39 rq:870711 version:2021.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes 2020-12-31 09:59:00.094887476 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytz.new.28504/python-pytz.changes 2021-02-16 22:35:14.109557556 +0100 @@ -1,0 +2,6 @@ +Tue Feb 9 22:52:58 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 2021.1: + * update to IANA 2021a timezone release + +------------------------------------------------------------------- Old: ---- pytz-2020.5.tar.gz pytz-2020.5.tar.gz.asc New: ---- pytz-2021.1.tar.gz pytz-2021.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytz.spec ++++++ --- /var/tmp/diff_new_pack.8zvQPd/_old 2021-02-16 22:35:16.881561247 +0100 +++ /var/tmp/diff_new_pack.8zvQPd/_new 2021-02-16 22:35:16.881561247 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pytz # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytz -Version: 2020.5 +Version: 2021.1 Release: 0 Summary: World timezone definitions, modern and historical License: MIT ++++++ pytz-2020.5.tar.gz -> pytz-2021.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2020.5/PKG-INFO new/pytz-2021.1/PKG-INFO --- old/pytz-2020.5/PKG-INFO 2020-12-24 21:57:38.000000000 +0100 +++ new/pytz-2021.1/PKG-INFO 2021-02-01 09:06:38.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pytz -Version: 2020.5 +Version: 2021.1 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Author: Stuart Bishop diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2020.5/pytz/__init__.py new/pytz-2021.1/pytz/__init__.py --- old/pytz-2020.5/pytz/__init__.py 2020-12-24 21:52:29.000000000 +0100 +++ new/pytz-2021.1/pytz/__init__.py 2021-02-01 09:01:36.000000000 +0100 @@ -22,8 +22,8 @@ # The IANA (nee Olson) database is updated several times a year. -OLSON_VERSION = '2020e' -VERSION = '2020.5' # pip compatible version number. +OLSON_VERSION = '2021a' +VERSION = '2021.1' # pip compatible version number. __version__ = VERSION OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2020.5/pytz/tests/test_tzinfo.py new/pytz-2021.1/pytz/tests/test_tzinfo.py --- old/pytz-2020.5/pytz/tests/test_tzinfo.py 2020-12-24 21:52:29.000000000 +0100 +++ new/pytz-2021.1/pytz/tests/test_tzinfo.py 2021-02-01 09:01:36.000000000 +0100 @@ -27,8 +27,8 @@ # I test for expected version to ensure the correct version of pytz is # actually being tested. -EXPECTED_VERSION = '2020.5' -EXPECTED_OLSON_VERSION = '2020e' +EXPECTED_VERSION = '2021.1' +EXPECTED_OLSON_VERSION = '2021a' fmt = '%Y-%m-%d %H:%M:%S %Z%z' Binary files old/pytz-2020.5/pytz/zoneinfo/Africa/Juba and new/pytz-2021.1/pytz/zoneinfo/Africa/Juba differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2020.5/pytz/zoneinfo/leapseconds new/pytz-2021.1/pytz/zoneinfo/leapseconds --- old/pytz-2020.5/pytz/zoneinfo/leapseconds 2020-12-24 21:52:27.000000000 +0100 +++ new/pytz-2021.1/pytz/zoneinfo/leapseconds 2021-02-01 09:01:33.000000000 +0100 @@ -72,11 +72,11 @@ # Any additional leap seconds will come after this. # This Expires line is commented out for now, # so that pre-2020a zic implementations do not reject this file. -#Expires 2021 Jun 28 00:00:00 +#Expires 2021 Dec 28 00:00:00 # POSIX timestamps for the data in this file: #updated 1467936000 (2016-07-08 00:00:00 UTC) -#expires 1624838400 (2021-06-28 00:00:00 UTC) +#expires 1640649600 (2021-12-28 00:00:00 UTC) -# Updated through IERS Bulletin C60 -# File expires on: 28 June 2021 +# Updated through IERS Bulletin C61 +# File expires on: 28 December 2021 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2020.5/pytz/zoneinfo/tzdata.zi new/pytz-2021.1/pytz/zoneinfo/tzdata.zi --- old/pytz-2020.5/pytz/zoneinfo/tzdata.zi 2020-12-24 21:52:27.000000000 +0100 +++ new/pytz-2021.1/pytz/zoneinfo/tzdata.zi 2021-02-01 09:01:33.000000000 +0100 @@ -400,7 +400,8 @@ 2 - CAT Z Africa/Juba 2:6:28 - LMT 1931 2 SD CA%sT 2000 Ja 15 12 -3 - EAT +3 - EAT 2021 F +2 - CAT R n 1939 o - Ap 15 23s 1 S R n 1939 o - N 18 23s 0 - R n 1940 o - F 25 23s 1 S diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2020.5/pytz.egg-info/PKG-INFO new/pytz-2021.1/pytz.egg-info/PKG-INFO --- old/pytz-2020.5/pytz.egg-info/PKG-INFO 2020-12-24 21:57:37.000000000 +0100 +++ new/pytz-2021.1/pytz.egg-info/PKG-INFO 2021-02-01 09:06:38.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pytz -Version: 2020.5 +Version: 2021.1 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Author: Stuart Bishop
