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 2022-04-02 18:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytz (Old) and /work/SRC/openSUSE:Factory/.python-pytz.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytz" Sat Apr 2 18:20:24 2022 rev:45 rq:965633 version:2022.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes 2021-10-20 20:24:15.765377278 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytz.new.1900/python-pytz.changes 2022-04-02 18:20:36.290231806 +0200 @@ -1,0 +2,7 @@ +Tue Mar 29 11:46:35 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 2022.1 + * matches tzdata 2022a + * declare python 3.10 compatibility + +------------------------------------------------------------------- Old: ---- pytz-2021.3.tar.gz pytz-2021.3.tar.gz.asc New: ---- pytz-2022.1.tar.gz pytz-2022.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytz.spec ++++++ --- /var/tmp/diff_new_pack.MmZhcV/_old 2022-04-02 18:20:36.926224667 +0200 +++ /var/tmp/diff_new_pack.MmZhcV/_new 2022-04-02 18:20:36.930224623 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytz # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ # Ensure you update the tzdata_version for any minor version increase # otherwise the update python library has the incorrect timezone data. -%define tzdata_version 2021c +%define tzdata_version 2022a %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!pyunittest:%define pyunittest(+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-=) \\\ @@ -29,7 +29,7 @@ } } Name: python-pytz -Version: 2021.3 +Version: 2022.1 Release: 0 Summary: World timezone definitions, modern and historical License: MIT ++++++ pytz-2021.3.tar.gz -> pytz-2022.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2021.3/PKG-INFO new/pytz-2022.1/PKG-INFO --- old/pytz-2021.3/PKG-INFO 2021-10-02 05:51:18.832095000 +0200 +++ new/pytz-2022.1/PKG-INFO 2022-03-20 01:31:17.467408000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pytz -Version: 2021.3 +Version: 2022.1 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Author: Stuart Bishop @@ -629,4 +629,5 @@ Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: Software Development :: Libraries :: Python Modules diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2021.3/pytz/__init__.py new/pytz-2022.1/pytz/__init__.py --- old/pytz-2021.3/pytz/__init__.py 2021-10-02 05:36:22.000000000 +0200 +++ new/pytz-2022.1/pytz/__init__.py 2022-03-20 01:24:29.000000000 +0100 @@ -22,8 +22,8 @@ # The IANA (nee Olson) database is updated several times a year. -OLSON_VERSION = '2021c' -VERSION = '2021.3' # pip compatible version number. +OLSON_VERSION = '2022a' +VERSION = '2022.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-2021.3/pytz/tests/test_tzinfo.py new/pytz-2022.1/pytz/tests/test_tzinfo.py --- old/pytz-2021.3/pytz/tests/test_tzinfo.py 2021-10-02 05:36:22.000000000 +0200 +++ new/pytz-2022.1/pytz/tests/test_tzinfo.py 2022-03-20 01:24:29.000000000 +0100 @@ -27,8 +27,8 @@ # I test for expected version to ensure the correct version of pytz is # actually being tested. -EXPECTED_VERSION = '2021.3' -EXPECTED_OLSON_VERSION = '2021c' +EXPECTED_VERSION = '2022.1' +EXPECTED_OLSON_VERSION = '2022a' fmt = '%Y-%m-%d %H:%M:%S %Z%z' Binary files old/pytz-2021.3/pytz/zoneinfo/America/Punta_Arenas and new/pytz-2022.1/pytz/zoneinfo/America/Punta_Arenas differ Binary files old/pytz-2021.3/pytz/zoneinfo/America/Santiago and new/pytz-2022.1/pytz/zoneinfo/America/Santiago differ Binary files old/pytz-2021.3/pytz/zoneinfo/Asia/Gaza and new/pytz-2022.1/pytz/zoneinfo/Asia/Gaza differ Binary files old/pytz-2021.3/pytz/zoneinfo/Asia/Hebron and new/pytz-2022.1/pytz/zoneinfo/Asia/Hebron differ Binary files old/pytz-2021.3/pytz/zoneinfo/Chile/Continental and new/pytz-2022.1/pytz/zoneinfo/Chile/Continental differ Binary files old/pytz-2021.3/pytz/zoneinfo/Europe/Kiev and new/pytz-2022.1/pytz/zoneinfo/Europe/Kiev differ Binary files old/pytz-2021.3/pytz/zoneinfo/Europe/Simferopol and new/pytz-2022.1/pytz/zoneinfo/Europe/Simferopol differ Binary files old/pytz-2021.3/pytz/zoneinfo/Europe/Uzhgorod and new/pytz-2022.1/pytz/zoneinfo/Europe/Uzhgorod differ Binary files old/pytz-2021.3/pytz/zoneinfo/Europe/Zaporozhye and new/pytz-2022.1/pytz/zoneinfo/Europe/Zaporozhye differ Binary files old/pytz-2021.3/pytz/zoneinfo/Pacific/Fiji and new/pytz-2022.1/pytz/zoneinfo/Pacific/Fiji differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2021.3/pytz/zoneinfo/leapseconds new/pytz-2022.1/pytz/zoneinfo/leapseconds --- old/pytz-2021.3/pytz/zoneinfo/leapseconds 2021-10-02 05:36:19.000000000 +0200 +++ new/pytz-2022.1/pytz/zoneinfo/leapseconds 2022-03-20 01:24:25.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 2022 Jun 28 00:00:00 +#Expires 2022 Dec 28 00:00:00 # POSIX timestamps for the data in this file: #updated 1467936000 (2016-07-08 00:00:00 UTC) -#expires 1656374400 (2022-06-28 00:00:00 UTC) +#expires 1672185600 (2022-12-28 00:00:00 UTC) -# Updated through IERS Bulletin C62 -# File expires on: 28 June 2022 +# Updated through IERS Bulletin C63 +# File expires on: 28 December 2022 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2021.3/pytz/zoneinfo/tzdata.zi new/pytz-2022.1/pytz/zoneinfo/tzdata.zi --- old/pytz-2021.3/pytz/zoneinfo/tzdata.zi 2021-10-02 05:36:19.000000000 +0200 +++ new/pytz-2022.1/pytz/zoneinfo/tzdata.zi 2022-03-20 01:24:25.000000000 +0100 @@ -1111,8 +1111,10 @@ R P 2016 2018 - O Sa>=24 1 0 - R P 2019 o - Mar 29 0 1 S R P 2019 o - O Sa>=24 0 0 - -R P 2020 ma - Mar Sa>=24 0 1 S -R P 2020 ma - O Sa>=24 1 0 - +R P 2020 2021 - Mar Sa>=24 0 1 S +R P 2020 o - O 24 1 0 - +R P 2021 ma - O F>=23 1 0 - +R P 2022 ma - Mar Su>=25 0 1 S Z Asia/Gaza 2:17:52 - LMT 1900 O 2 Z EET/EEST 1948 May 15 2 K EE%sT 1967 Jun 5 @@ -1418,10 +1420,11 @@ R FJ 2012 2013 - Ja Su>=18 3 0 - R FJ 2014 o - Ja Su>=18 2 0 - R FJ 2014 2018 - N Su>=1 2 1 - -R FJ 2015 ma - Ja Su>=12 3 0 - +R FJ 2015 2021 - Ja Su>=12 3 0 - R FJ 2019 o - N Su>=8 2 1 - R FJ 2020 o - D 20 2 1 - -R FJ 2021 ma - N Su>=8 2 1 - +R FJ 2022 ma - N Su>=8 2 1 - +R FJ 2023 ma - Ja Su>=12 3 0 - Z Pacific/Fiji 11:55:44 - LMT 1915 O 26 12 FJ +12/+13 Z Pacific/Gambier -8:59:48 - LMT 1912 O @@ -2429,8 +2432,8 @@ 1 c CE%sT 1944 Ap 13 3 R MSK/MSD 1990 3 - MSK 1990 Jul 1 2 -2 - EET 1992 -2 e EE%sT 1994 May +2 - EET 1992 Mar 20 +2 c EE%sT 1994 May 3 e MSK/MSD 1996 Mar 31 0s 3 1 MSD 1996 O 27 3s 3 R MSK/MSD 1997 @@ -2785,7 +2788,7 @@ 1 c CE%sT 1943 N 6 3 R MSK/MSD 1990 Jul 1 2 2 1 EEST 1991 S 29 3 -2 e EE%sT 1995 +2 c EE%sT 1996 May 13 2 E EE%sT Z Europe/Uzhgorod 1:29:12 - LMT 1890 O 1 - CET 1940 @@ -2795,8 +2798,8 @@ 3 R MSK/MSD 1990 3 - MSK 1990 Jul 1 2 1 - CET 1991 Mar 31 3 -2 - EET 1992 -2 e EE%sT 1995 +2 - EET 1992 Mar 20 +2 c EE%sT 1996 May 13 2 E EE%sT Z Europe/Zaporozhye 2:20:40 - LMT 1880 2:20 - +0220 1924 May 2 @@ -2804,7 +2807,8 @@ 3 - MSK 1941 Au 25 1 c CE%sT 1943 O 25 3 R MSK/MSD 1991 Mar 31 2 -2 e EE%sT 1995 +2 e EE%sT 1992 Mar 20 +2 c EE%sT 1996 May 13 2 E EE%sT R u 1918 1919 - Mar lastSu 2 1 D R u 1918 1919 - O lastSu 2 0 S @@ -4086,12 +4090,12 @@ R x 2016 2018 - Au Su>=9 4u 1 - R x 2019 ma - Ap Su>=2 3u 0 - R x 2019 ma - S Su>=2 4u 1 - -Z America/Santiago -4:42:46 - LMT 1890 --4:42:46 - SMT 1910 Ja 10 +Z America/Santiago -4:42:45 - LMT 1890 +-4:42:45 - SMT 1910 Ja 10 -5 - -05 1916 Jul --4:42:46 - SMT 1918 S 10 +-4:42:45 - SMT 1918 S 10 -4 - -04 1919 Jul --4:42:46 - SMT 1927 S +-4:42:45 - SMT 1927 S -5 x -05/-04 1932 S -4 - -04 1942 Jun -5 - -05 1942 Au @@ -4101,11 +4105,11 @@ -5 - -05 1947 May 21 23 -4 x -04/-03 Z America/Punta_Arenas -4:43:40 - LMT 1890 --4:42:46 - SMT 1910 Ja 10 +-4:42:45 - SMT 1910 Ja 10 -5 - -05 1916 Jul --4:42:46 - SMT 1918 S 10 +-4:42:45 - SMT 1918 S 10 -4 - -04 1919 Jul --4:42:46 - SMT 1927 S +-4:42:45 - SMT 1927 S -5 x -05/-04 1932 S -4 - -04 1942 Jun -5 - -05 1942 Au diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2021.3/pytz.egg-info/PKG-INFO new/pytz-2022.1/pytz.egg-info/PKG-INFO --- old/pytz-2021.3/pytz.egg-info/PKG-INFO 2021-10-02 05:51:18.000000000 +0200 +++ new/pytz-2022.1/pytz.egg-info/PKG-INFO 2022-03-20 01:31:16.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pytz -Version: 2021.3 +Version: 2022.1 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Author: Stuart Bishop @@ -629,4 +629,5 @@ Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: Software Development :: Libraries :: Python Modules diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2021.3/setup.py new/pytz-2022.1/setup.py --- old/pytz-2021.3/setup.py 2021-10-02 05:36:22.000000000 +0200 +++ new/pytz-2022.1/setup.py 2022-03-20 01:24:29.000000000 +0100 @@ -62,6 +62,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Software Development :: Libraries :: Python Modules', ], )