Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tzdata for openSUSE:Factory checked in at 2026-04-28 11:53:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tzdata (Old) and /work/SRC/openSUSE:Factory/.python-tzdata.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tzdata" Tue Apr 28 11:53:29 2026 rev:10 rq:1349297 version:2026.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tzdata/python-tzdata.changes 2026-04-08 17:14:02.915772149 +0200 +++ /work/SRC/openSUSE:Factory/.python-tzdata.new.11940/python-tzdata.changes 2026-04-28 11:53:47.507081844 +0200 @@ -1,0 +2,8 @@ +Sat Apr 25 21:29:59 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2026.2: + * 2026b released + * British Columbia moved to permanent -07 on 2026-03-09. Some + more overflow bugs have been fixed in zic. + +------------------------------------------------------------------- Old: ---- tzdata-2026.1.tar.gz New: ---- tzdata-2026.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tzdata.spec ++++++ --- /var/tmp/diff_new_pack.Zebm0c/_old 2026-04-28 11:53:48.055104473 +0200 +++ /var/tmp/diff_new_pack.Zebm0c/_new 2026-04-28 11:53:48.059104638 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-tzdata -Version: 2026.1 +Version: 2026.2 Release: 0 Summary: Provider of IANA time zone data License: Apache-2.0 ++++++ tzdata-2026.1.tar.gz -> tzdata-2026.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/.github/dependabot.yml new/tzdata-2026.2/.github/dependabot.yml --- old/tzdata-2026.1/.github/dependabot.yml 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/.github/dependabot.yml 2026-04-24 17:21:20.000000000 +0200 @@ -7,4 +7,9 @@ groups: actions: patterns: - - "*" \ No newline at end of file + - "*" + cooldown: + # https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns + # Cooldowns protect against supply chain attacks by avoiding the + # highest-risk window immediately after new releases. + default-days: 14 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/.github/workflows/auto-tag.yml new/tzdata-2026.2/.github/workflows/auto-tag.yml --- old/tzdata-2026.1/.github/workflows/auto-tag.yml 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/.github/workflows/auto-tag.yml 2026-04-24 17:21:20.000000000 +0200 @@ -14,7 +14,7 @@ contents: write steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Get current version id: version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/.github/workflows/check-for-updates.yml new/tzdata-2026.2/.github/workflows/check-for-updates.yml --- old/tzdata-2026.1/.github/workflows/check-for-updates.yml 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/.github/workflows/check-for-updates.yml 2026-04-24 17:21:20.000000000 +0200 @@ -36,12 +36,12 @@ if: needs.check-pr-exists.outputs.pr_exists == 'false' # Run only if no PR exists steps: - name: Check out repository (shallow) - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 1 # Shallow clone to save time - name: Set up Python 3.12 - uses: actions/setup-python@v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.12' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/.github/workflows/publish.yml new/tzdata-2026.2/.github/workflows/publish.yml --- old/tzdata-2026.1/.github/workflows/publish.yml 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/.github/workflows/publish.yml 2026-04-24 17:21:20.000000000 +0200 @@ -24,9 +24,9 @@ permissions: id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.x' - name: Install dependencies @@ -44,12 +44,12 @@ tox -e build - name: Publish package (TestPyPI) if: github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: repository-url: https://test.pypi.org/legacy/ verbose: true - name: Publish package if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: verbose: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/.github/workflows/tests.yml new/tzdata-2026.2/.github/workflows/tests.yml --- old/tzdata-2026.1/.github/workflows/tests.yml 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/.github/workflows/tests.yml 2026-04-24 17:21:20.000000000 +0200 @@ -27,10 +27,10 @@ container: image: ${{ matrix.use-container && format('python:{0}', matrix.python-version) || '' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - if: ${{ !matrix.use-container }} name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} (non-containers) - uses: actions/setup-python@v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python-version }} allow-prereleases: true @@ -51,9 +51,9 @@ TOXENV: ${{ matrix.toxenv }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: ${{ matrix.toxenv }} - uses: actions/setup-python@v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.x" - name: Install tox diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/NEWS.md new/tzdata-2026.2/NEWS.md --- old/tzdata-2026.1/NEWS.md 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/NEWS.md 2026-04-24 17:21:20.000000000 +0200 @@ -1,3 +1,22 @@ +# Version 2026.2 +Upstream version 2026b released 2026-04-23T06:06:43+00:00 + +## Briefly: + +British Columbia moved to permanent -07 on 2026-03-09. Some more overflow bugs +have been fixed in zic. + +## Changes to future timestamps + +British Columbia’s 2026-03-08 spring forward was its last foreseeable clock +change, as it moved to permanent -07 thereafter. (Thanks to Arthur David Olson.) +Although the change to permanent -07 legally took place on 2026-03-09, +temporarily model the change to occur on 2026-11-01 at 02:00 instead. This +works around a limitation in CLDR v48.2 (2026-03-17). This temporary hack is +planned to be removed after CLDR is fixed. + +--- + # Version 2026.1 Upstream version 2026a released 2026-03-02T06:59:49+00:00 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/PKG-INFO new/tzdata-2026.2/PKG-INFO --- old/tzdata-2026.1/PKG-INFO 2026-04-03 13:25:06.721497500 +0200 +++ new/tzdata-2026.2/PKG-INFO 2026-04-24 17:21:49.090967700 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: tzdata -Version: 2026.1 +Version: 2026.2 Summary: Provider of IANA time zone data Home-page: https://github.com/python/tzdata Author: Python Software Foundation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/VERSION new/tzdata-2026.2/VERSION --- old/tzdata-2026.1/VERSION 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/VERSION 2026-04-24 17:21:20.000000000 +0200 @@ -1 +1 @@ -2026.1 \ No newline at end of file +2026.2 \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/src/tzdata/__init__.py new/tzdata-2026.2/src/tzdata/__init__.py --- old/tzdata-2026.1/src/tzdata/__init__.py 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/src/tzdata/__init__.py 2026-04-24 17:21:20.000000000 +0200 @@ -1,6 +1,6 @@ # IANA versions like 2020a are not valid PEP 440 identifiers; the recommended # way to translate the version is to use YYYY.n where `n` is a 0-based index. -__version__ = "2026.1" +__version__ = "2026.2" # This exposes the original IANA version number. -IANA_VERSION = "2026a" +IANA_VERSION = "2026b" Binary files old/tzdata-2026.1/src/tzdata/zoneinfo/America/Vancouver and new/tzdata-2026.2/src/tzdata/zoneinfo/America/Vancouver differ Binary files old/tzdata-2026.1/src/tzdata/zoneinfo/Asia/Ho_Chi_Minh and new/tzdata-2026.2/src/tzdata/zoneinfo/Asia/Ho_Chi_Minh differ Binary files old/tzdata-2026.1/src/tzdata/zoneinfo/Asia/Saigon and new/tzdata-2026.2/src/tzdata/zoneinfo/Asia/Saigon differ Binary files old/tzdata-2026.1/src/tzdata/zoneinfo/Canada/Pacific and new/tzdata-2026.2/src/tzdata/zoneinfo/Canada/Pacific differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tzdata-2026.1/src/tzdata/zoneinfo/tzdata.zi new/tzdata-2026.2/src/tzdata/zoneinfo/tzdata.zi --- old/tzdata-2026.1/src/tzdata/zoneinfo/tzdata.zi 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/src/tzdata/zoneinfo/tzdata.zi 2026-04-24 17:21:20.000000000 +0200 @@ -1,4 +1,4 @@ -# version 2026a +# version 2026b-dirty # redo posix_only # This zic input file is in the public domain. R d 1916 o - Jun 14 23s 1 S @@ -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/tzdata-2026.1/src/tzdata/zoneinfo/zone.tab new/tzdata-2026.2/src/tzdata/zoneinfo/zone.tab --- old/tzdata-2026.1/src/tzdata/zoneinfo/zone.tab 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/src/tzdata/zoneinfo/zone.tab 2026-04-24 17:21:20.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/tzdata-2026.1/src/tzdata/zoneinfo/zone1970.tab new/tzdata-2026.2/src/tzdata/zoneinfo/zone1970.tab --- old/tzdata-2026.1/src/tzdata/zoneinfo/zone1970.tab 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/src/tzdata/zoneinfo/zone1970.tab 2026-04-24 17:21:20.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/tzdata-2026.1/src/tzdata/zoneinfo/zonenow.tab new/tzdata-2026.2/src/tzdata/zoneinfo/zonenow.tab --- old/tzdata-2026.1/src/tzdata/zoneinfo/zonenow.tab 2026-04-03 13:24:43.000000000 +0200 +++ new/tzdata-2026.2/src/tzdata/zoneinfo/zonenow.tab 2026-04-24 17:21:20.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 #
