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 2026-05-20 15:23:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytz (Old) and /work/SRC/openSUSE:Factory/.python-pytz.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytz" Wed May 20 15:23:46 2026 rev:62 rq:1353869 version:2026.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes 2026-03-20 21:19:15.888154365 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytz.new.1966/python-pytz.changes 2026-05-20 15:24:17.445569482 +0200 @@ -1,0 +2,6 @@ +Mon May 18 16:41:16 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2026.2: + * update olson db to 2026b + +------------------------------------------------------------------- Old: ---- pytz-2026.1.post1.tar.gz New: ---- pytz-2026.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytz.spec ++++++ --- /var/tmp/diff_new_pack.3Odxz8/_old 2026-05-20 15:24:18.141598127 +0200 +++ /var/tmp/diff_new_pack.3Odxz8/_new 2026-05-20 15:24:18.145598292 +0200 @@ -18,10 +18,10 @@ # Ensure you update the tzdata_version for any minor version increase # otherwise the update python library has the incorrect timezone data. -%define tzdata_version 2024a +%define tzdata_version 2026b %{?sle15_python_module_pythons} Name: python-pytz -Version: 2026.1.post1 +Version: 2026.2 Release: 0 Summary: World timezone definitions, modern and historical License: MIT ++++++ pytz-2026.1.post1.tar.gz -> pytz-2026.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/PKG-INFO new/pytz-2026.2/PKG-INFO --- old/pytz-2026.1.post1/PKG-INFO 2026-03-03 08:47:28.728071200 +0100 +++ new/pytz-2026.2/PKG-INFO 2026-05-04 03:35:09.666906800 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pytz -Version: 2026.1.post1 +Version: 2026.2 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Download-URL: https://pypi.org/project/pytz/ @@ -621,7 +621,7 @@ ~~~~~~~~~~~~~~~~~~~~ - This project is in maintenance mode. Projects using Python 3.9 or later - are best served by using the timezone functionaly now included in core + are best served by using the timezone functionality now included in core Python and packages that work with it such as `tzdata <https://pypi.org/project/tzdata/>`_. - Offsets from UTC are rounded to the nearest whole minute, so timezones diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/README.rst new/pytz-2026.2/README.rst --- old/pytz-2026.1.post1/README.rst 2026-03-03 08:47:27.000000000 +0100 +++ new/pytz-2026.2/README.rst 2026-05-04 03:35:07.000000000 +0200 @@ -580,7 +580,7 @@ ~~~~~~~~~~~~~~~~~~~~ - This project is in maintenance mode. Projects using Python 3.9 or later - are best served by using the timezone functionaly now included in core + are best served by using the timezone functionality now included in core Python and packages that work with it such as `tzdata <https://pypi.org/project/tzdata/>`_. - Offsets from UTC are rounded to the nearest whole minute, so timezones diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/pytz/__init__.py new/pytz-2026.2/pytz/__init__.py --- old/pytz-2026.1.post1/pytz/__init__.py 2026-03-03 08:47:27.000000000 +0100 +++ new/pytz-2026.2/pytz/__init__.py 2026-05-04 03:35:07.000000000 +0200 @@ -22,8 +22,8 @@ # The IANA (nee Olson) database is updated several times a year. -OLSON_VERSION = '2026a' -VERSION = '2026.1.post1' # pip compatible version number. +OLSON_VERSION = '2026b' +VERSION = '2026.2' # 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-2026.1.post1/pytz/tests/test_tzinfo.py new/pytz-2026.2/pytz/tests/test_tzinfo.py --- old/pytz-2026.1.post1/pytz/tests/test_tzinfo.py 2026-03-03 08:47:27.000000000 +0100 +++ new/pytz-2026.2/pytz/tests/test_tzinfo.py 2026-05-04 03:35:07.000000000 +0200 @@ -27,8 +27,8 @@ # I test for expected version to ensure the correct version of pytz is # actually being tested. -EXPECTED_VERSION = '2026.1.post1' -EXPECTED_OLSON_VERSION = '2026a' +EXPECTED_VERSION = '2026.2' +EXPECTED_OLSON_VERSION = '2026b' fmt = '%Y-%m-%d %H:%M:%S %Z%z' Binary files old/pytz-2026.1.post1/pytz/zoneinfo/America/Vancouver and new/pytz-2026.2/pytz/zoneinfo/America/Vancouver differ Binary files old/pytz-2026.1.post1/pytz/zoneinfo/Asia/Ho_Chi_Minh and new/pytz-2026.2/pytz/zoneinfo/Asia/Ho_Chi_Minh differ Binary files old/pytz-2026.1.post1/pytz/zoneinfo/Asia/Saigon and new/pytz-2026.2/pytz/zoneinfo/Asia/Saigon differ Binary files old/pytz-2026.1.post1/pytz/zoneinfo/Canada/Pacific and new/pytz-2026.2/pytz/zoneinfo/Canada/Pacific differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/pytz/zoneinfo/tzdata.zi new/pytz-2026.2/pytz/zoneinfo/tzdata.zi --- old/pytz-2026.1.post1/pytz/zoneinfo/tzdata.zi 2026-03-03 08:47:26.000000000 +0100 +++ new/pytz-2026.2/pytz/zoneinfo/tzdata.zi 2026-05-04 03:35:07.000000000 +0200 @@ -2966,7 +2966,9 @@ -5 C E%sT Z America/Vancouver -8:12:28 - LMT 1884 -8 Va P%sT 1987 --8 C P%sT +-8 C P%sT 2026 Mar 9 +-8 1 PDT 2026 N 1 2 +-7 - MST Z America/Whitehorse -9:0:12 - LMT 1900 Au 20 -9 Y Y%sT 1965 -9 Yu Y%sT 1966 F 27 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/pytz/zoneinfo/zone.tab new/pytz-2026.2/pytz/zoneinfo/zone.tab --- old/pytz-2026.1.post1/pytz/zoneinfo/zone.tab 2026-03-03 08:47:26.000000000 +0100 +++ new/pytz-2026.2/pytz/zoneinfo/zone.tab 2026-05-04 03:35:07.000000000 +0200 @@ -124,12 +124,12 @@ CA +5333-11328 America/Edmonton Mountain - AB, BC(E), NT(E), SK(W) CA +690650-1050310 America/Cambridge_Bay Mountain - NU (west) CA +682059-1334300 America/Inuvik Mountain - NT (west) +CA +4916-12307 America/Vancouver MST - BC (most areas) CA +4906-11631 America/Creston MST - BC (Creston) CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John) CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson) CA +6043-13503 America/Whitehorse MST - Yukon (east) CA +6404-13925 America/Dawson MST - Yukon (west) -CA +4916-12307 America/Vancouver Pacific - BC (most areas) CC -1210+09655 Indian/Cocos CD -0418+01518 Africa/Kinshasa Dem. Rep. of Congo (west) CD -1140+02728 Africa/Lubumbashi Dem. Rep. of Congo (east) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/pytz/zoneinfo/zone1970.tab new/pytz-2026.2/pytz/zoneinfo/zone1970.tab --- old/pytz-2026.1.post1/pytz/zoneinfo/zone1970.tab 2026-03-03 08:47:26.000000000 +0100 +++ new/pytz-2026.2/pytz/zoneinfo/zone1970.tab 2026-05-04 03:35:07.000000000 +0200 @@ -115,11 +115,11 @@ CA +5333-11328 America/Edmonton Mountain - AB, BC(E), NT(E), SK(W) CA +690650-1050310 America/Cambridge_Bay Mountain - NU (west) CA +682059-1334300 America/Inuvik Mountain - NT (west) +CA +4916-12307 America/Vancouver MST - BC (most areas) CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John) CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson) CA +6043-13503 America/Whitehorse MST - Yukon (east) CA +6404-13925 America/Dawson MST - Yukon (west) -CA +4916-12307 America/Vancouver Pacific - BC (most areas) CH,DE,LI +4723+00832 Europe/Zurich Büsingen CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan CK -2114-15946 Pacific/Rarotonga diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/pytz/zoneinfo/zonenow.tab new/pytz-2026.2/pytz/zoneinfo/zonenow.tab --- old/pytz-2026.1.post1/pytz/zoneinfo/zonenow.tab 2026-03-03 08:47:26.000000000 +0100 +++ new/pytz-2026.2/pytz/zoneinfo/zonenow.tab 2026-05-04 03:35:07.000000000 +0200 @@ -58,6 +58,9 @@ # -08/-07 - PST/PDT (North America DST) XX +340308-1181434 America/Los_Angeles Pacific (PST/PDT) - US & Canada; Mexico near US border # +# -08/-07 - PST/PDT (North America DST) until 2026-11-01 02:00; then MST +XX +4916-12307 America/Vancouver MST - BC (most areas) +# # -07 - MST XX +332654-1120424 America/Phoenix Mountain Standard (MST) - Arizona; western Mexico; Yukon # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytz-2026.1.post1/pytz.egg-info/PKG-INFO new/pytz-2026.2/pytz.egg-info/PKG-INFO --- old/pytz-2026.1.post1/pytz.egg-info/PKG-INFO 2026-03-03 08:47:28.000000000 +0100 +++ new/pytz-2026.2/pytz.egg-info/PKG-INFO 2026-05-04 03:35:09.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pytz -Version: 2026.1.post1 +Version: 2026.2 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Download-URL: https://pypi.org/project/pytz/ @@ -621,7 +621,7 @@ ~~~~~~~~~~~~~~~~~~~~ - This project is in maintenance mode. Projects using Python 3.9 or later - are best served by using the timezone functionaly now included in core + are best served by using the timezone functionality now included in core Python and packages that work with it such as `tzdata <https://pypi.org/project/tzdata/>`_. - Offsets from UTC are rounded to the nearest whole minute, so timezones
