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-10-18 12:44:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytz.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytz"

Tue Oct 18 12:44:37 2022 rev:47 rq:1012299 version:2022.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2022-09-25 
15:34:14.879470463 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytz.new.2275/python-pytz.changes        
2022-10-18 12:44:54.417711042 +0200
@@ -1,0 +2,5 @@
+Thu Oct 13 17:34:52 UTC 2022 - Axel Braun <axel.br...@gmx.de>
+
+- update to 2022.4
+
+-------------------------------------------------------------------

Old:
----
  pytz-2022.2.1.tar.gz
  pytz-2022.2.1.tar.gz.asc

New:
----
  pytz-2022.4.tar.gz
  pytz-2022.4.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytz.spec ++++++
--- /var/tmp/diff_new_pack.s3dAio/_old  2022-10-18 12:44:54.929712207 +0200
+++ /var/tmp/diff_new_pack.s3dAio/_new  2022-10-18 12:44:54.933712216 +0200
@@ -29,7 +29,7 @@
     } }
 
 Name:           python-pytz
-Version:        2022.2.1
+Version:        2022.4
 Release:        0
 Summary:        World timezone definitions, modern and historical
 License:        MIT


++++++ pytz-2022.2.1.tar.gz -> pytz-2022.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.2.1/PKG-INFO new/pytz-2022.4/PKG-INFO
--- old/pytz-2022.2.1/PKG-INFO  2022-08-13 04:04:43.382436500 +0200
+++ new/pytz-2022.4/PKG-INFO    2022-10-02 07:04:12.740481100 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytz
-Version: 2022.2.1
+Version: 2022.4
 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-2022.2.1/pytz/__init__.py 
new/pytz-2022.4/pytz/__init__.py
--- old/pytz-2022.2.1/pytz/__init__.py  2022-08-13 04:04:38.000000000 +0200
+++ new/pytz-2022.4/pytz/__init__.py    2022-10-02 06:54:19.000000000 +0200
@@ -22,8 +22,8 @@
 
 
 # The IANA (nee Olson) database is updated several times a year.
-OLSON_VERSION = '2022b'
-VERSION = '2022.2.1'  # pip compatible version number.
+OLSON_VERSION = '2022d'
+VERSION = '2022.4'  # pip compatible version number.
 __version__ = VERSION
 
 OLSEN_VERSION = OLSON_VERSION  # Old releases had this misspelling
@@ -1486,7 +1486,6 @@
  'Europe/Tallinn',
  'Europe/Tirane',
  'Europe/Ulyanovsk',
- 'Europe/Uzhgorod',
  'Europe/Vaduz',
  'Europe/Vatican',
  'Europe/Vienna',
@@ -1494,7 +1493,6 @@
  'Europe/Volgograd',
  'Europe/Warsaw',
  'Europe/Zagreb',
- 'Europe/Zaporozhye',
  'Europe/Zurich',
  'GMT',
  'Indian/Antananarivo',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.2.1/pytz/tests/test_tzinfo.py 
new/pytz-2022.4/pytz/tests/test_tzinfo.py
--- old/pytz-2022.2.1/pytz/tests/test_tzinfo.py 2022-08-13 04:04:38.000000000 
+0200
+++ new/pytz-2022.4/pytz/tests/test_tzinfo.py   2022-10-02 06:54:19.000000000 
+0200
@@ -27,8 +27,8 @@
 
 # I test for expected version to ensure the correct version of pytz is
 # actually being tested.
-EXPECTED_VERSION = '2022.2.1'
-EXPECTED_OLSON_VERSION = '2022b'
+EXPECTED_VERSION = '2022.4'
+EXPECTED_OLSON_VERSION = '2022d'
 
 fmt = '%Y-%m-%d %H:%M:%S %Z%z'
 
Binary files old/pytz-2022.2.1/pytz/zoneinfo/Asia/Gaza and 
new/pytz-2022.4/pytz/zoneinfo/Asia/Gaza differ
Binary files old/pytz-2022.2.1/pytz/zoneinfo/Asia/Hebron and 
new/pytz-2022.4/pytz/zoneinfo/Asia/Hebron differ
Binary files old/pytz-2022.2.1/pytz/zoneinfo/Europe/Uzhgorod and 
new/pytz-2022.4/pytz/zoneinfo/Europe/Uzhgorod differ
Binary files old/pytz-2022.2.1/pytz/zoneinfo/Europe/Zaporozhye and 
new/pytz-2022.4/pytz/zoneinfo/Europe/Zaporozhye differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.2.1/pytz/zoneinfo/tzdata.zi 
new/pytz-2022.4/pytz/zoneinfo/tzdata.zi
--- old/pytz-2022.2.1/pytz/zoneinfo/tzdata.zi   2022-08-13 04:04:35.000000000 
+0200
+++ new/pytz-2022.4/pytz/zoneinfo/tzdata.zi     2022-10-02 06:54:16.000000000 
+0200
@@ -1031,14 +1031,16 @@
 R P 2014 o - O 24 0 0 -
 R P 2015 o - Mar 28 0 1 S
 R P 2015 o - O 23 1 0 -
-R P 2016 2018 - Mar Sa>=24 1 1 S
-R P 2016 2018 - O Sa>=24 1 0 -
+R P 2016 2018 - Mar Sa<=30 1 1 S
+R P 2016 2018 - O Sa<=30 1 0 -
 R P 2019 o - Mar 29 0 1 S
-R P 2019 o - O Sa>=24 0 0 -
-R P 2020 2021 - Mar Sa>=24 0 1 S
+R P 2019 o - O Sa<=30 0 0 -
+R P 2020 2021 - Mar Sa<=30 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
+R P 2021 o - O 29 1 0 -
+R P 2022 o - Mar 27 0 1 S
+R P 2022 ma - O Sa<=30 2 0 -
+R P 2023 ma - Mar Sa<=30 2 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
@@ -2581,26 +2583,6 @@
 2 1 EEST 1991 S 29 3
 2 c EE%sT 1996 May 13
 2 E EE%sT
-Z Europe/Uzhgorod 1:29:12 - LMT 1890 O
-1 - CET 1940
-1 c CE%sT 1944 O
-1 1 CEST 1944 O 26
-1 - CET 1945 Jun 29
-3 R MSK/MSD 1990
-3 - MSK 1990 Jul 1 2
-1 - CET 1991 Mar 31 3
-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
-2 - EET 1930 Jun 21
-3 - MSK 1941 Au 25
-1 c CE%sT 1943 O 25
-3 R MSK/MSD 1991 Mar 31 2
-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
 R u 1942 o - F 9 2 1 W
@@ -4180,6 +4162,8 @@
 L Europe/London Europe/Belfast
 L Europe/Kyiv Europe/Kiev
 L Europe/Chisinau Europe/Tiraspol
+L Europe/Kyiv Europe/Uzhgorod
+L Europe/Kyiv Europe/Zaporozhye
 L Europe/London GB
 L Europe/London GB-Eire
 L Etc/GMT GMT+0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.2.1/pytz/zoneinfo/zone.tab 
new/pytz-2022.4/pytz/zoneinfo/zone.tab
--- old/pytz-2022.2.1/pytz/zoneinfo/zone.tab    2022-08-13 04:04:35.000000000 
+0200
+++ new/pytz-2022.4/pytz/zoneinfo/zone.tab      2022-10-02 06:54:16.000000000 
+0200
@@ -401,8 +401,6 @@
 TW     +2503+12130     Asia/Taipei
 TZ     -0648+03917     Africa/Dar_es_Salaam
 UA     +5026+03031     Europe/Kyiv     Ukraine (most areas)
-UA     +4837+02218     Europe/Uzhgorod Transcarpathia
-UA     +4750+03510     Europe/Zaporozhye       Zaporozhye and east Lugansk
 UG     +0019+03225     Africa/Kampala
 UM     +2813-17722     Pacific/Midway  Midway Islands
 UM     +1917+16637     Pacific/Wake    Wake Island
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.2.1/pytz/zoneinfo/zone1970.tab 
new/pytz-2022.4/pytz/zoneinfo/zone1970.tab
--- old/pytz-2022.2.1/pytz/zoneinfo/zone1970.tab        2022-08-13 
04:04:35.000000000 +0200
+++ new/pytz-2022.4/pytz/zoneinfo/zone1970.tab  2022-10-02 06:54:16.000000000 
+0200
@@ -312,8 +312,6 @@
 TR     +4101+02858     Europe/Istanbul
 TW     +2503+12130     Asia/Taipei
 UA     +5026+03031     Europe/Kyiv     Ukraine (most areas)
-UA     +4837+02218     Europe/Uzhgorod Transcarpathia
-UA     +4750+03510     Europe/Zaporozhye       Zaporozhye and east Lugansk
 US     +404251-0740023 America/New_York        Eastern (most areas)
 US     +421953-0830245 America/Detroit Eastern - MI (most areas)
 US     +381515-0854534 America/Kentucky/Louisville     Eastern - KY 
(Louisville area)
@@ -351,3 +349,27 @@
 VU     -1740+16825     Pacific/Efate
 WS     -1350-17144     Pacific/Apia
 ZA,LS,SZ       -2615+02800     Africa/Johannesburg
+#
+# The next section contains experimental tab-separated comments for
+# use by user agents like tzselect that identify continents and oceans.
+#
+# For example, the comment "#@AQ<tab>Antarctica/" means the country code
+# AQ is in the continent Antarctica regardless of the Zone name,
+# so Pacific/Auckland should be listed under Antarctica as well as
+# under the Pacific because its line's country codes include AQ.
+#
+# If more than one country code is affected each is listed separated
+# by commas, e.g., #@IS,SH<tab>Atlantic/".  If a country code is in
+# more than one continent or ocean, each is listed separated by
+# commas, e.g., the second column of "#@CY,TR<tab>Asia/,Europe/".
+#
+# These experimental comments are present only for country codes where
+# the continent or ocean is not already obvious from the Zone name.
+# For example, there is no such comment for RU since it already
+# corresponds to Zone names starting with both "Europe/" and "Asia/".
+#
+#@AQ   Antarctica/
+#@IS,SH        Atlantic/
+#@CY,TR        Asia/,Europe/
+#@SJ   Arctic/
+#@CC,CX,KM,MG,YT       Indian/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.2.1/pytz.egg-info/PKG-INFO 
new/pytz-2022.4/pytz.egg-info/PKG-INFO
--- old/pytz-2022.2.1/pytz.egg-info/PKG-INFO    2022-08-13 04:04:42.000000000 
+0200
+++ new/pytz-2022.4/pytz.egg-info/PKG-INFO      2022-10-02 07:04:12.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytz
-Version: 2022.2.1
+Version: 2022.4
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop

Reply via email to