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 2023-01-04 17:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytz.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytz"

Wed Jan  4 17:50:57 2023 rev:50 rq:1046291 version:2022.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2022-11-12 
17:40:27.729915460 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytz.new.1563/python-pytz.changes        
2023-01-04 17:51:15.261704770 +0100
@@ -1,0 +2,18 @@
+Mon Jan  2 19:30:26 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2022.7:
+  * In the Mexican state of Chihuahua, the border strip near the US
+    will change to agree with nearby US locations on 2022-11-30.
+    The strip's western part, represented by Ciudad Juárez, switches
+    from -06 all year to -07/-06 with US DST rules, like El Paso, TX.
+    The eastern part, represented by Ojinaga, will observe US DST next
+    year, like Presidio, TX.
+    A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
+  * Much of Greenland, represented by America/Nuuk, stops observing
+    winter time after March 2023, so its daylight saving time becomes
+    standard time.
+  * Changes for pre-1996 northern Canada
+  * Update to past DST transition in Colombia (1993), Singapore
+    (1981)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-pytz.spec ++++++
--- /var/tmp/diff_new_pack.BIbRkq/_old  2023-01-04 17:51:16.965714813 +0100
+++ /var/tmp/diff_new_pack.BIbRkq/_new  2023-01-04 17:51:16.969714838 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytz
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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 2022b
+%define tzdata_version 2022g
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{?!pyunittest:%define 
pyunittest(+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-=) 
\\\
@@ -29,7 +29,7 @@
     } }
 
 Name:           python-pytz
-Version:        2022.6
+Version:        2022.7
 Release:        0
 Summary:        World timezone definitions, modern and historical
 License:        MIT


++++++ pytz-2022.6.tar.gz -> pytz-2022.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/PKG-INFO new/pytz-2022.7/PKG-INFO
--- old/pytz-2022.6/PKG-INFO    2022-11-01 00:58:28.929264800 +0100
+++ new/pytz-2022.7/PKG-INFO    2022-12-18 03:16:15.947763000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytz
-Version: 2022.6
+Version: 2022.7
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
@@ -530,9 +530,10 @@
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         
         Pytz is an interface to the IANA database, which uses ASCII names. The 
`Unicode  Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
-        project provides translations. Thomas Khyn's
-        `l18n <https://pypi.org/project/l18n/>`_ package can be used to access
-        these translations from Python.
+        project provides translations. Python packages such as
+        `Babel 
<https://babel.pocoo.org/en/latest/api/dates.html#timezone-functionality>`
+        and Thomas Khyn's `l18n <https://pypi.org/project/l18n/>`_ package can 
be used
+        to access these translations from Python.
         
         
         License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/README.rst new/pytz-2022.7/README.rst
--- old/pytz-2022.6/README.rst  2022-11-01 00:58:23.000000000 +0100
+++ new/pytz-2022.7/README.rst  2022-12-18 03:16:11.000000000 +0100
@@ -519,9 +519,10 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Pytz is an interface to the IANA database, which uses ASCII names. The 
`Unicode  Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
-project provides translations. Thomas Khyn's
-`l18n <https://pypi.org/project/l18n/>`_ package can be used to access
-these translations from Python.
+project provides translations. Python packages such as
+`Babel 
<https://babel.pocoo.org/en/latest/api/dates.html#timezone-functionality>`
+and Thomas Khyn's `l18n <https://pypi.org/project/l18n/>`_ package can be used
+to access these translations from Python.
 
 
 License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz/__init__.py 
new/pytz-2022.7/pytz/__init__.py
--- old/pytz-2022.6/pytz/__init__.py    2022-11-01 00:58:23.000000000 +0100
+++ new/pytz-2022.7/pytz/__init__.py    2022-12-18 03:16:11.000000000 +0100
@@ -22,8 +22,8 @@
 
 
 # The IANA (nee Olson) database is updated several times a year.
-OLSON_VERSION = '2022f'
-VERSION = '2022.6'  # pip compatible version number.
+OLSON_VERSION = '2022g'
+VERSION = '2022.7'  # pip compatible version number.
 __version__ = VERSION
 
 OLSEN_VERSION = OLSON_VERSION  # Old releases had this misspelling
@@ -202,7 +202,9 @@
     """case-insensitively matching timezone, else return zone unchanged"""
     global _all_timezones_lower_to_standard
     if _all_timezones_lower_to_standard is None:
-        _all_timezones_lower_to_standard = dict((tz.lower(), tz) for tz in 
all_timezones)  # noqa
+        global _all_timezones_unchecked
+        _all_timezones_lower_to_standard = dict((tz.lower(), tz) for tz in 
_all_timezones_unchecked)  # noqa
+        del _all_timezones_unchecked
     return _all_timezones_lower_to_standard.get(zone.lower()) or zone  # noqa
 
 
@@ -514,7 +516,7 @@
 
 if __name__ == '__main__':
     _test()
-all_timezones = \
+_all_timezones_unchecked = \
 ['Africa/Abidjan',
  'Africa/Accra',
  'Africa/Addis_Ababa',
@@ -610,6 +612,7 @@
  'America/Cayman',
  'America/Chicago',
  'America/Chihuahua',
+ 'America/Ciudad_Juarez',
  'America/Coral_Harbour',
  'America/Cordoba',
  'America/Costa_Rica',
@@ -1111,7 +1114,7 @@
  'WET',
  'Zulu']
 all_timezones = LazyList(
-        tz for tz in all_timezones if resource_exists(tz))
+        tz for tz in _all_timezones_unchecked if resource_exists(tz))
         
 all_timezones_set = LazySet(all_timezones)
 common_timezones = \
@@ -1204,6 +1207,7 @@
  'America/Cayman',
  'America/Chicago',
  'America/Chihuahua',
+ 'America/Ciudad_Juarez',
  'America/Costa_Rica',
  'America/Creston',
  'America/Cuiaba',
@@ -1275,7 +1279,6 @@
  'America/Nuuk',
  'America/Ojinaga',
  'America/Panama',
- 'America/Pangnirtung',
  'America/Paramaribo',
  'America/Phoenix',
  'America/Port-au-Prince',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz/tests/test_tzinfo.py 
new/pytz-2022.7/pytz/tests/test_tzinfo.py
--- old/pytz-2022.6/pytz/tests/test_tzinfo.py   2022-11-01 00:58:23.000000000 
+0100
+++ new/pytz-2022.7/pytz/tests/test_tzinfo.py   2022-12-18 03:16:11.000000000 
+0100
@@ -27,8 +27,8 @@
 
 # I test for expected version to ensure the correct version of pytz is
 # actually being tested.
-EXPECTED_VERSION = '2022.6'
-EXPECTED_OLSON_VERSION = '2022f'
+EXPECTED_VERSION = '2022.7'
+EXPECTED_OLSON_VERSION = '2022g'
 
 fmt = '%Y-%m-%d %H:%M:%S %Z%z'
 
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Bogota and 
new/pytz-2022.7/pytz/zoneinfo/America/Bogota differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Cambridge_Bay and 
new/pytz-2022.7/pytz/zoneinfo/America/Cambridge_Bay differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Ciudad_Juarez and 
new/pytz-2022.7/pytz/zoneinfo/America/Ciudad_Juarez differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Godthab and 
new/pytz-2022.7/pytz/zoneinfo/America/Godthab differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Inuvik and 
new/pytz-2022.7/pytz/zoneinfo/America/Inuvik differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Iqaluit and 
new/pytz-2022.7/pytz/zoneinfo/America/Iqaluit differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Nuuk and 
new/pytz-2022.7/pytz/zoneinfo/America/Nuuk differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Ojinaga and 
new/pytz-2022.7/pytz/zoneinfo/America/Ojinaga differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Pangnirtung and 
new/pytz-2022.7/pytz/zoneinfo/America/Pangnirtung differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Rankin_Inlet and 
new/pytz-2022.7/pytz/zoneinfo/America/Rankin_Inlet differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Resolute and 
new/pytz-2022.7/pytz/zoneinfo/America/Resolute differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Whitehorse and 
new/pytz-2022.7/pytz/zoneinfo/America/Whitehorse differ
Binary files old/pytz-2022.6/pytz/zoneinfo/America/Yellowknife and 
new/pytz-2022.7/pytz/zoneinfo/America/Yellowknife differ
Binary files old/pytz-2022.6/pytz/zoneinfo/Asia/Kuala_Lumpur and 
new/pytz-2022.7/pytz/zoneinfo/Asia/Kuala_Lumpur differ
Binary files old/pytz-2022.6/pytz/zoneinfo/Asia/Singapore and 
new/pytz-2022.7/pytz/zoneinfo/Asia/Singapore differ
Binary files old/pytz-2022.6/pytz/zoneinfo/Canada/Yukon and 
new/pytz-2022.7/pytz/zoneinfo/Canada/Yukon differ
Binary files old/pytz-2022.6/pytz/zoneinfo/Singapore and 
new/pytz-2022.7/pytz/zoneinfo/Singapore differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz/zoneinfo/iso3166.tab 
new/pytz-2022.7/pytz/zoneinfo/iso3166.tab
--- old/pytz-2022.6/pytz/zoneinfo/iso3166.tab   2022-11-01 00:58:21.000000000 
+0100
+++ new/pytz-2022.7/pytz/zoneinfo/iso3166.tab   2022-12-18 03:16:08.000000000 
+0100
@@ -3,13 +3,13 @@
 # This file is in the public domain, so clarified as of
 # 2009-05-17 by Arthur David Olson.
 #
-# From Paul Eggert (2015-05-02):
+# From Paul Eggert (2022-11-18):
 # This file contains a table of two-letter country codes.  Columns are
 # separated by a single tab.  Lines beginning with '#' are comments.
 # All text uses UTF-8 encoding.  The columns of the table are as follows:
 #
 # 1.  ISO 3166-1 alpha-2 country code, current as of
-#     ISO 3166-1 N976 (2018-11-06).  See: Updates on ISO 3166-1
+#     ISO 3166-1 N1087 (2022-09-02).  See: Updates on ISO 3166-1
 #     https://isotc.iso.org/livelink/livelink/Open/16944257
 # 2.  The usual English name for the coded region,
 #     chosen so that alphabetic sorting of subsets produces helpful lists.
@@ -238,7 +238,7 @@
 SZ     Eswatini (Swaziland)
 TC     Turks & Caicos Is
 TD     Chad
-TF     French Southern & Antarctic Lands
+TF     French Southern Territories
 TG     Togo
 TH     Thailand
 TJ     Tajikistan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz/zoneinfo/tzdata.zi 
new/pytz-2022.7/pytz/zoneinfo/tzdata.zi
--- old/pytz-2022.6/pytz/zoneinfo/tzdata.zi     2022-11-01 00:58:21.000000000 
+0100
+++ new/pytz-2022.7/pytz/zoneinfo/tzdata.zi     2022-12-18 03:16:08.000000000 
+0100
@@ -1040,7 +1040,7 @@
 7:20 - +0720 1941 S
 7:30 - +0730 1942 F 16
 9 - +09 1945 S 12
-7:30 - +0730 1982
+7:30 - +0730 1981 D 31 16u
 8 - +08
 Z Asia/Colombo 5:19:24 - LMT 1880
 5:19:32 - MMT 1906
@@ -1754,7 +1754,8 @@
 -1 E -01/+00
 Z America/Nuuk -3:26:56 - LMT 1916 Jul 28
 -3 - -03 1980 Ap 6 2
--3 E -03/-02
+-3 E -03/-02 2023 Mar 25 22
+-2 - -02
 Z America/Thule -4:35:8 - LMT 1916 Jul 28
 -4 Th A%sT
 Z Europe/Tallinn 1:39 - LMT 1880
@@ -3044,16 +3045,11 @@
 R Y 1942 o - F 9 2 1 W
 R Y 1945 o - Au 14 23u 1 P
 R Y 1945 o - S 30 2 0 S
-R Y 1965 o - Ap lastSu 0 2 DD
-R Y 1965 o - O lastSu 2 0 S
-R Y 1980 1986 - Ap lastSu 2 1 D
-R Y 1980 2006 - O lastSu 2 0 S
+R Y 1972 1986 - Ap lastSu 2 1 D
+R Y 1972 2006 - O lastSu 2 0 S
 R Y 1987 2006 - Ap Su>=1 2 1 D
-Z America/Pangnirtung 0 - -00 1921
--4 Y A%sT 1995 Ap Su>=1 2
--5 C E%sT 1999 O 31 2
--6 C C%sT 2000 O 29 2
--5 C E%sT
+R Yu 1965 o - Ap lastSu 0 2 DD
+R Yu 1965 o - O lastSu 2 0 S
 Z America/Iqaluit 0 - -00 1942 Au
 -5 Y E%sT 1999 O 31 2
 -6 C C%sT 2000 O 29 2
@@ -3082,13 +3078,15 @@
 -7 Y M%sT 1980
 -7 C M%sT
 Z America/Whitehorse -9:0:12 - LMT 1900 Au 20
--9 Y Y%sT 1967 May 28
--8 Y P%sT 1980
+-9 Y Y%sT 1965
+-9 Yu Y%sT 1966 F 27
+-8 - PST 1980
 -8 C P%sT 2020 N
 -7 - MST
 Z America/Dawson -9:17:40 - LMT 1900 Au 20
--9 Y Y%sT 1973 O 28
--8 Y P%sT 1980
+-9 Y Y%sT 1965
+-9 Yu Y%sT 1973 O 28
+-8 - PST 1980
 -8 C P%sT 2020 N
 -7 - MST
 R m 1931 o - May 1 23 1 D
@@ -3132,6 +3130,17 @@
 -6 m C%sT 2001 S 30 2
 -6 - CST 2002 F 20
 -6 m C%sT
+Z America/Ciudad_Juarez -7:5:56 - LMT 1922 Ja 1 7u
+-7 - MST 1927 Jun 10 23
+-6 - CST 1930 N 15
+-7 m M%sT 1932 Ap
+-6 - CST 1996
+-6 m C%sT 1998
+-6 - CST 1998 Ap Su>=1 3
+-7 m M%sT 2010
+-7 u M%sT 2022 O 30 2
+-6 - CST 2022 N 30
+-7 u M%sT
 Z America/Ojinaga -6:57:40 - LMT 1922 Ja 1 7u
 -7 - MST 1927 Jun 10 23
 -6 - CST 1930 N 15
@@ -3141,7 +3150,8 @@
 -6 - CST 1998 Ap Su>=1 3
 -7 m M%sT 2010
 -7 u M%sT 2022 O 30 2
--6 - CST
+-6 - CST 2022 N 30
+-6 u C%sT
 Z America/Chihuahua -7:4:20 - LMT 1922 Ja 1 7u
 -7 - MST 1927 Jun 10 23
 -6 - CST 1930 N 15
@@ -3771,7 +3781,7 @@
 -4 x -04/-03 2016 D 4
 -3 - -03
 R CO 1992 o - May 3 0 1 -
-R CO 1993 o - Ap 4 0 0 -
+R CO 1993 o - F 6 24 0 -
 Z America/Bogota -4:56:16 - LMT 1884 Mar 13
 -4:56:16 - BMT 1914 N 23
 -5 CO -05/-04
@@ -4154,6 +4164,7 @@
 L America/Indiana/Indianapolis America/Fort_Wayne
 L America/Toronto America/Montreal
 L America/Toronto America/Nipigon
+L America/Iqaluit America/Pangnirtung
 L America/Rio_Branco America/Porto_Acre
 L America/Winnipeg America/Rainy_River
 L America/Argentina/Cordoba America/Rosario
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz/zoneinfo/zone.tab 
new/pytz-2022.7/pytz/zoneinfo/zone.tab
--- old/pytz-2022.6/pytz/zoneinfo/zone.tab      2022-11-01 00:58:21.000000000 
+0100
+++ new/pytz-2022.7/pytz/zoneinfo/zone.tab      2022-12-18 03:16:08.000000000 
+0100
@@ -114,8 +114,7 @@
 CA     +5320-06025     America/Goose_Bay       Atlantic - Labrador (most areas)
 CA     +5125-05707     America/Blanc-Sablon    AST - QC (Lower North Shore)
 CA     +4339-07923     America/Toronto Eastern - ON, QC (most areas)
-CA     +6344-06828     America/Iqaluit Eastern - NU (most east areas)
-CA     +6608-06544     America/Pangnirtung     Eastern - NU (Pangnirtung)
+CA     +6344-06828     America/Iqaluit Eastern - NU (most areas)
 CA     +484531-0913718 America/Atikokan        EST - ON (Atikokan); NU (Coral 
H)
 CA     +4953-09709     America/Winnipeg        Central - ON (west); Manitoba
 CA     +744144-0944945 America/Resolute        Central - NU (Resolute)
@@ -277,17 +276,18 @@
 MU     -2010+05730     Indian/Mauritius
 MV     +0410+07330     Indian/Maldives
 MW     -1547+03500     Africa/Blantyre
-MX     +1924-09909     America/Mexico_City     Central Time
-MX     +2105-08646     America/Cancun  Eastern Standard Time - Quintana Roo
-MX     +2058-08937     America/Merida  Central Time - Campeche, Yucatan
-MX     +2540-10019     America/Monterrey       Central Time - Durango; 
Coahuila, Nuevo Leon, Tamaulipas (most areas)
-MX     +2550-09730     America/Matamoros       Central Time US - Coahuila, 
Nuevo Leon, Tamaulipas (US border)
-MX     +2313-10625     America/Mazatlan        Mountain Time - Baja California 
Sur, Nayarit, Sinaloa
-MX     +2838-10605     America/Chihuahua       Mountain Time - Chihuahua (most 
areas)
-MX     +2934-10425     America/Ojinaga Mountain Time US - Chihuahua (US border)
-MX     +2904-11058     America/Hermosillo      Mountain Standard Time - Sonora
-MX     +3232-11701     America/Tijuana Pacific Time US - Baja California
-MX     +2048-10515     America/Bahia_Banderas  Central Time - Bahia de Banderas
+MX     +1924-09909     America/Mexico_City     Central Mexico
+MX     +2105-08646     America/Cancun  Quintana Roo
+MX     +2058-08937     America/Merida  Campeche, Yucatan
+MX     +2540-10019     America/Monterrey       Durango; Coahuila, Nuevo Leon, 
Tamaulipas (most areas)
+MX     +2550-09730     America/Matamoros       Coahuila, Nuevo Leon, 
Tamaulipas (US border)
+MX     +2838-10605     America/Chihuahua       Chihuahua (most areas)
+MX     +3144-10629     America/Ciudad_Juarez   Chihuahua (US border - west)
+MX     +2934-10425     America/Ojinaga Chihuahua (US border - east)
+MX     +2313-10625     America/Mazatlan        Baja California Sur, Nayarit 
(most areas), Sinaloa
+MX     +2048-10515     America/Bahia_Banderas  Bahia de Banderas
+MX     +2904-11058     America/Hermosillo      Sonora
+MX     +3232-11701     America/Tijuana Baja California
 MY     +0310+10142     Asia/Kuala_Lumpur       Malaysia (peninsula)
 MY     +0133+11020     Asia/Kuching    Sabah, Sarawak
 MZ     -2558+03235     Africa/Maputo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz/zoneinfo/zone1970.tab 
new/pytz-2022.7/pytz/zoneinfo/zone1970.tab
--- old/pytz-2022.6/pytz/zoneinfo/zone1970.tab  2022-11-01 00:58:21.000000000 
+0100
+++ new/pytz-2022.7/pytz/zoneinfo/zone1970.tab  2022-12-18 03:16:08.000000000 
+0100
@@ -102,8 +102,7 @@
 CA     +4606-06447     America/Moncton Atlantic - New Brunswick
 CA     +5320-06025     America/Goose_Bay       Atlantic - Labrador (most areas)
 CA,BS  +4339-07923     America/Toronto Eastern - ON, QC (most areas), Bahamas
-CA     +6344-06828     America/Iqaluit Eastern - NU (most east areas)
-CA     +6608-06544     America/Pangnirtung     Eastern - NU (Pangnirtung)
+CA     +6344-06828     America/Iqaluit Eastern - NU (most areas)
 CA     +4953-09709     America/Winnipeg        Central - ON (west); Manitoba
 CA     +744144-0944945 America/Resolute        Central - NU (Resolute)
 CA     +624900-0920459 America/Rankin_Inlet    Central - NU (central)
@@ -214,17 +213,18 @@
 MT     +3554+01431     Europe/Malta
 MU     -2010+05730     Indian/Mauritius
 MV,TF  +0410+07330     Indian/Maldives Maldives, Kerguelen, St Paul I, 
Amsterdam I
-MX     +1924-09909     America/Mexico_City     Central Time
-MX     +2105-08646     America/Cancun  Eastern Standard Time - Quintana Roo
-MX     +2058-08937     America/Merida  Central Time - Campeche, Yucatán
-MX     +2540-10019     America/Monterrey       Central Time - Durango; 
Coahuila, Nuevo León, Tamaulipas (most areas)
-MX     +2550-09730     America/Matamoros       Central Time US - Coahuila, 
Nuevo León, Tamaulipas (US border)
-MX     +2313-10625     America/Mazatlan        Mountain Time - Baja California 
Sur, Nayarit, Sinaloa
-MX     +2838-10605     America/Chihuahua       Mountain Time - Chihuahua (most 
areas)
-MX     +2934-10425     America/Ojinaga Mountain Time US - Chihuahua (US border)
-MX     +2904-11058     America/Hermosillo      Mountain Standard Time - Sonora
-MX     +3232-11701     America/Tijuana Pacific Time US - Baja California
-MX     +2048-10515     America/Bahia_Banderas  Central Time - Bahía de 
Banderas
+MX     +1924-09909     America/Mexico_City     Central Mexico
+MX     +2105-08646     America/Cancun  Quintana Roo
+MX     +2058-08937     America/Merida  Campeche, Yucatán
+MX     +2540-10019     America/Monterrey       Durango; Coahuila, Nuevo León, 
Tamaulipas (most areas)
+MX     +2550-09730     America/Matamoros       Coahuila, Nuevo León, 
Tamaulipas (US border)
+MX     +2838-10605     America/Chihuahua       Chihuahua (most areas)
+MX     +3144-10629     America/Ciudad_Juarez   Chihuahua (US border - west)
+MX     +2934-10425     America/Ojinaga Chihuahua (US border - east)
+MX     +2313-10625     America/Mazatlan        Baja California Sur, Nayarit 
(most areas), Sinaloa
+MX     +2048-10515     America/Bahia_Banderas  Bahía de Banderas
+MX     +2904-11058     America/Hermosillo      Sonora
+MX     +3232-11701     America/Tijuana Baja California
 MY,BN  +0133+11020     Asia/Kuching    Sabah, Sarawak, Brunei
 MZ,BI,BW,CD,MW,RW,ZM,ZW        -2558+03235     Africa/Maputo   Central Africa 
Time
 NA     -2234+01706     Africa/Windhoek
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz.egg-info/PKG-INFO 
new/pytz-2022.7/pytz.egg-info/PKG-INFO
--- old/pytz-2022.6/pytz.egg-info/PKG-INFO      2022-11-01 00:58:28.000000000 
+0100
+++ new/pytz-2022.7/pytz.egg-info/PKG-INFO      2022-12-18 03:16:15.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytz
-Version: 2022.6
+Version: 2022.7
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
@@ -530,9 +530,10 @@
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         
         Pytz is an interface to the IANA database, which uses ASCII names. The 
`Unicode  Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
-        project provides translations. Thomas Khyn's
-        `l18n <https://pypi.org/project/l18n/>`_ package can be used to access
-        these translations from Python.
+        project provides translations. Python packages such as
+        `Babel 
<https://babel.pocoo.org/en/latest/api/dates.html#timezone-functionality>`
+        and Thomas Khyn's `l18n <https://pypi.org/project/l18n/>`_ package can 
be used
+        to access these translations from Python.
         
         
         License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2022.6/pytz.egg-info/SOURCES.txt 
new/pytz-2022.7/pytz.egg-info/SOURCES.txt
--- old/pytz-2022.6/pytz.egg-info/SOURCES.txt   2022-11-01 00:58:28.000000000 
+0100
+++ new/pytz-2022.7/pytz.egg-info/SOURCES.txt   2022-12-18 03:16:15.000000000 
+0100
@@ -149,6 +149,7 @@
 pytz/zoneinfo/America/Cayman
 pytz/zoneinfo/America/Chicago
 pytz/zoneinfo/America/Chihuahua
+pytz/zoneinfo/America/Ciudad_Juarez
 pytz/zoneinfo/America/Coral_Harbour
 pytz/zoneinfo/America/Cordoba
 pytz/zoneinfo/America/Costa_Rica

Reply via email to