Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-backports.zoneinfo for openSUSE:Factory checked in at 2022-08-18 16:48:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-backports.zoneinfo (Old) and /work/SRC/openSUSE:Factory/.python-backports.zoneinfo.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backports.zoneinfo" Thu Aug 18 16:48:40 2022 rev:4 rq:997512 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-backports.zoneinfo/python-backports.zoneinfo.changes 2022-03-28 17:00:27.700961265 +0200 +++ /work/SRC/openSUSE:Factory/.python-backports.zoneinfo.new.2083/python-backports.zoneinfo.changes 2022-08-18 16:48:46.817391846 +0200 @@ -1,0 +2,8 @@ +Tue Aug 16 19:45:50 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- add zoneinfo-remove-dublin-check.patch to adjust for changed + historic data in tzdata 2022b+ +- allow newer timezone versions as well to not break timezone + updates + +------------------------------------------------------------------- New: ---- zoneinfo-remove-dublin-check.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-backports.zoneinfo.spec ++++++ --- /var/tmp/diff_new_pack.9aAaM7/_old 2022-08-18 16:48:47.353393094 +0200 +++ /var/tmp/diff_new_pack.9aAaM7/_new 2022-08-18 16:48:47.357393103 +0200 @@ -30,6 +30,7 @@ Source: https://github.com/pganssle/zoneinfo/archive/refs/tags/%{version}.tar.gz#/backports.zoneinfo-%{version}-gh.tar.gz # PATCH-FIX-UPSTREAM zoneinfo-0.2.1-santiago-tz2022a.patch -- gh#pganssle/zoneinfo#114, gh#pganssle/zoneinfo#115 (+ gh#pganssle/zoneinfo#101) Patch1: zoneinfo-0.2.1-santiago-tz2022a.patch +Patch2: zoneinfo-remove-dublin-check.patch BuildRequires: %{python_module devel < 3.9} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -43,7 +44,7 @@ BuildRequires: %{python_module pytest-subtests} BuildRequires: %{python_module pytest} BuildRequires: %{python_module testsuite} -BuildRequires: timezone = 2022a +BuildRequires: timezone >= 2022a # /SECTION %if 0%{?python_version_nodots} < 37 Requires: python-importlib_resources ++++++ zoneinfo-remove-dublin-check.patch ++++++ >From 2022b: Changes to past timestamps Some old, small clock transitions have been removed, as people at the time did not change their clocks. This affects Asia/Hong_Kong in 1904, Asia/Ho_Chi_Minh in 1906, and Europe/Dublin in 1880. --- zoneinfo-0.2.1.orig/tests/test_zoneinfo.py +++ zoneinfo-0.2.1/tests/test_zoneinfo.py @@ -2044,7 +2044,6 @@ class ZoneDumpData: IST_1 = ZoneOffset("IST", ONE_H, ZERO) return [ - ZoneTransition(datetime(1880, 8, 2, 0), LMT, DMT), ZoneTransition(datetime(1916, 5, 21, 2), DMT, IST_0), ZoneTransition(datetime(1916, 10, 1, 3), IST_0, GMT_0), ZoneTransition(datetime(1917, 4, 8, 2), GMT_0, BST),