Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-phonenumbers for 
openSUSE:Factory checked in at 2023-01-30 17:11:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-phonenumbers (Old)
 and      /work/SRC/openSUSE:Factory/.python-phonenumbers.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-phonenumbers"

Mon Jan 30 17:11:03 2023 rev:20 rq:1061987 version:8.13.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-phonenumbers/python-phonenumbers.changes  
2022-12-30 11:09:01.385278022 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-phonenumbers.new.32243/python-phonenumbers.changes
       2023-01-30 17:14:17.389562005 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 03:47:03 UTC 2023 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to version 8.13.5
+  * Metadata changes
+
+-------------------------------------------------------------------

Old:
----
  phonenumbers-8.13.3.tar.gz

New:
----
  phonenumbers-8.13.5.tar.gz

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

Other differences:
------------------
++++++ python-phonenumbers.spec ++++++
--- /var/tmp/diff_new_pack.2YoebL/_old  2023-01-30 17:14:17.793564499 +0100
+++ /var/tmp/diff_new_pack.2YoebL/_new  2023-01-30 17:14:17.797564523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-phonenumbers
 #
-# 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-phonenumbers
-Version:        8.13.3
+Version:        8.13.5
 Release:        0
 Summary:        Python version of Google's common library for international 
phone numbers
 License:        Apache-2.0

++++++ phonenumbers-8.13.3.tar.gz -> phonenumbers-8.13.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/PKG-INFO 
new/phonenumbers-8.13.5/PKG-INFO
--- old/phonenumbers-8.13.3/PKG-INFO    2022-12-22 09:55:17.000000000 +0100
+++ new/phonenumbers-8.13.5/PKG-INFO    2023-01-29 10:01:15.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: phonenumbers
-Version: 8.13.3
+Version: 8.13.5
 Summary: Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers.
 Home-page: https://github.com/daviddrysdale/python-phonenumbers
 Author: David Drysdale
@@ -259,6 +259,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Description-Content-Type: text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/__init__.py 
new/phonenumbers-8.13.5/phonenumbers/__init__.py
--- old/phonenumbers-8.13.3/phonenumbers/__init__.py    2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/__init__.py    2023-01-29 
09:55:09.000000000 +0100
@@ -146,7 +146,7 @@
 
 # Version number is taken from the upstream libphonenumber version
 # together with an indication of the version of the Python-specific code.
-__version__ = "8.13.3"
+__version__ = "8.13.5"
 
 __all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
            'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 
'PhoneNumberDesc', 'PhoneMetadata',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonenumbers-8.13.3/phonenumbers/carrierdata/__init__.py 
new/phonenumbers-8.13.5/phonenumbers/carrierdata/__init__.py
--- old/phonenumbers-8.13.3/phonenumbers/carrierdata/__init__.py        
2022-12-22 09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/carrierdata/__init__.py        
2023-01-29 09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonenumbers-8.13.3/phonenumbers/carrierdata/data0.py 
new/phonenumbers-8.13.5/phonenumbers/carrierdata/data0.py
--- old/phonenumbers-8.13.3/phonenumbers/carrierdata/data0.py   2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/carrierdata/data0.py   2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -951,7 +951,9 @@
  '22897':{'en': 'TOGOCEL'},
  '22898':{'en': 'Moov'},
  '22899':{'en': 'Moov'},
- '2294':{'en': 'SBIN'},
+ '22940':{'en': 'SBIN'},
+ '22941':{'en': 'SBIN'},
+ '22942':{'en': 'MTN'},
  '2295':{'en': 'MTN'},
  '22955':{'en': 'Moov'},
  '22956':{'en': 'Moov'},
@@ -1012,6 +1014,7 @@
  '230597':{'en': 'Emtel'},
  '230598':{'en': 'Emtel'},
  '2307':{'en': 'Emtel'},
+ '231220':{'en': 'Liberia Telecom'},
  '231330':{'en': 'West Africa Telecom'},
  '231555':{'en': 'Lonestar Cell'},
  '2316':{'en': 'Lonestar Cell'},
@@ -1038,6 +1041,7 @@
  '23328':{'en': 'Expresso'},
  '23329':{'en': 'National Security'},
  '23350':{'en': 'Vodafone'},
+ '23353':{'en': 'MTN'},
  '23354':{'en': 'MTN'},
  '23355':{'en': 'MTN'},
  '23356':{'en': 'airteltiGO'},
@@ -1092,7 +1096,12 @@
  '234913':{'en': 'MTN'},
  '234915':{'en': 'Glo'},
  '234916':{'en': 'MTN'},
- '2356':{'en': 'Airtel'},
+ '23560':{'en': 'Airtel'},
+ '23562':{'en': 'Airtel'},
+ '23563':{'en': 'Airtel'},
+ '23565':{'en': 'Airtel'},
+ '23566':{'en': 'Airtel'},
+ '23568':{'en': 'Airtel'},
  '2357':{'en': 'Sotel'},
  '2359':{'en': 'Tigo'},
  '23670':{'en': 'A-Cell'},
@@ -1321,6 +1330,7 @@
  '26132':{'en': 'Orange'},
  '26133':{'en': 'Airtel'},
  '26134':{'en': 'Telma'},
+ '26137':{'en': 'Orange'},
  '26138':{'en': 'Telma'},
  '26139':{'en': 'Blueline'},
  '26263900':{'en': 'Orange'},
@@ -1673,7 +1683,7 @@
  '2987':{'en': 'Vodafone'},
  '29878':{'en': 'Faroese Telecom'},
  '29879':{'en': 'Faroese Telecom'},
- '29891':{'en': 'Tosa'},
+ '29891':{'en': 'Faroese Telecom'},
  '29896':{'en': 'Faroese Telecom'},
  '2992':{'en': 'TELE Greenland A/S'},
  '2994':{'en': 'TELE Greenland A/S'},
@@ -3257,7 +3267,15 @@
  '383457':{'en': 'vala'},
  '383458':{'en': 'vala'},
  '383459':{'en': 'vala'},
- '383461':{'en': 'Z Mobile'},
+ '383461':{'en': 'vala'},
+ '383462':{'en': 'vala'},
+ '383463':{'en': 'vala'},
+ '383464':{'en': 'vala'},
+ '383465':{'en': 'vala'},
+ '383466':{'en': 'vala'},
+ '383467':{'en': 'vala'},
+ '383468':{'en': 'vala'},
+ '383469':{'en': 'vala'},
  '38347':{'en': 'mts d.o.o.'},
  '38348':{'en': 'IPKO'},
  '38349':{'en': 'IPKO'},
@@ -3284,7 +3302,8 @@
  '38651':{'en': 'Telekom Slovenije'},
  '38664':{'en': 'T-2'},
  '386651':{'en': u('S\u017d - Infrastruktura')},
- '386655':{'en': 'Telekom Slovenije'},
+ '3866555':{'en': 'Telekom Slovenije'},
+ '3866556':{'en': 'Sloexport'},
  '386656':{'en': 'SoftNet'},
  '386657':{'en': 'Novatel'},
  '38668':{'en': 'A1'},
@@ -4580,7 +4599,7 @@
  '45458':{'en': 'telenor'},
  '45459':{'en': 'telenor'},
  '45461':{'en': 'telenor'},
- '45462':{'en': 'telenor'},
+ '454626':{'en': 'Lancelot Telecom'},
  '45463':{'en': 'telenor'},
  '45464':{'en': 'telenor'},
  '45465':{'en': 'telenor'},
@@ -5720,6 +5739,7 @@
  '4672754':{'en': 'Telenor Sverige'},
  '4672755':{'en': 'FINK TELECOM SERVIC'},
  '4672756':{'en': 'FINK TELECOM SERVIC'},
+ '4672758':{'en': 'Lancelot Telecom'},
  '467276':{'en': 'Lycamobile Sweden'},
  '467277':{'en': 'Lycamobile Sweden'},
  '467278':{'en': 'Lycamobile Sweden'},
@@ -6819,6 +6839,7 @@
  '487864':{'en': 'Orange'},
  '487865':{'en': 'Orange'},
  '487866':{'en': 'Orange'},
+ '4878670':{'en': 'Lancelot Telecom'},
  '4878671':{'en': 'Plus'},
  '4878672':{'en': 'Plus'},
  '4878673':{'en': 'Plus'},
@@ -7389,13 +7410,10 @@
  '50850':{'en': 'Keyyo'},
  '50855':{'en': 'SPM Telecom'},
  '50856':{'en': 'Kav El International'},
- '50930':{'en': 'Digicel'},
- '50931':{'en': 'Digicel'},
- '50934':{'en': 'Digicel'},
- '50936':{'en': 'Digicel'},
- '50937':{'en': 'Digicel'},
- '50938':{'en': 'Digicel'},
- '50939':{'en': 'Digicel'},
+ '5093':{'en': 'Digicel'},
+ '50932':{'en': 'Natcom'},
+ '50933':{'en': 'Natcom'},
+ '50935':{'en': 'Natcom'},
  '50940':{'en': 'Natcom'},
  '50941':{'en': 'Natcom'},
  '50942':{'en': 'Natcom'},
@@ -7405,6 +7423,7 @@
  '50947':{'en': 'Digicel'},
  '50948':{'en': 'Digicel'},
  '50949':{'en': 'Digicel'},
+ '5095':{'en': 'Natcom'},
  '51900':{'en': 'Claro'},
  '51901':{'en': 'Claro'},
  '51904':{'en': 'Entel'},
@@ -10000,23 +10019,4 @@
  '553199722':{'en': 'Telemig Celular'},
  '553199723':{'en': 'Telemig Celular'},
  '553199724':{'en': 'Telemig Celular'},
- '553199725':{'en': 'Telemig Celular'},
- '553199726':{'en': 'Telemig Celular'},
- '553199728':{'en': 'Telemig Celular'},
- '553199729':{'en': 'Telemig Celular'},
- '553199731':{'en': 'Telemig Celular'},
- '553199732':{'en': 'Telemig Celular'},
- '553199733':{'en': 'Telemig Celular'},
- '553199734':{'en': 'Telemig Celular'},
- '553199735':{'en': 'Telemig Celular'},
- '553199736':{'en': 'Telemig Celular'},
- '553199737':{'en': 'Telemig Celular'},
- '553199738':{'en': 'Telemig Celular'},
- '553199739':{'en': 'Telemig Celular'},
- '553199741':{'en': 'Telemig Celular'},
- '553199742':{'en': 'Telemig Celular'},
- '553199743':{'en': 'Telemig Celular'},
- '553199744':{'en': 'Telemig Celular'},
- '553199745':{'en': 'Telemig Celular'},
- '553199746':{'en': 'Telemig Celular'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonenumbers-8.13.3/phonenumbers/carrierdata/data1.py 
new/phonenumbers-8.13.5/phonenumbers/carrierdata/data1.py
--- old/phonenumbers-8.13.3/phonenumbers/carrierdata/data1.py   2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/carrierdata/data1.py   2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,25 @@
 # limitations under the License.
 
 data = {
+ '553199725':{'en': 'Telemig Celular'},
+ '553199726':{'en': 'Telemig Celular'},
+ '553199728':{'en': 'Telemig Celular'},
+ '553199729':{'en': 'Telemig Celular'},
+ '553199731':{'en': 'Telemig Celular'},
+ '553199732':{'en': 'Telemig Celular'},
+ '553199733':{'en': 'Telemig Celular'},
+ '553199734':{'en': 'Telemig Celular'},
+ '553199735':{'en': 'Telemig Celular'},
+ '553199736':{'en': 'Telemig Celular'},
+ '553199737':{'en': 'Telemig Celular'},
+ '553199738':{'en': 'Telemig Celular'},
+ '553199739':{'en': 'Telemig Celular'},
+ '553199741':{'en': 'Telemig Celular'},
+ '553199742':{'en': 'Telemig Celular'},
+ '553199743':{'en': 'Telemig Celular'},
+ '553199744':{'en': 'Telemig Celular'},
+ '553199745':{'en': 'Telemig Celular'},
+ '553199746':{'en': 'Telemig Celular'},
  '553199747':{'en': 'Telemig Celular'},
  '553199748':{'en': 'Telemig Celular'},
  '553199749':{'en': 'Telemig Celular'},
@@ -10000,23 +10019,4 @@
  '5730474':{'en': 'Tigo'},
  '5730475':{'en': 'Tigo'},
  '5730520':{'en': 'Tigo'},
- '57305210':{'en': 'Tigo'},
- '57305211':{'en': 'Tigo'},
- '57305212':{'en': 'Tigo'},
- '57305213':{'en': 'Tigo'},
- '57305214':{'en': 'Tigo'},
- '57305215':{'en': 'Tigo'},
- '57305216':{'en': 'Tigo'},
- '5730522':{'en': 'Tigo'},
- '5730523':{'en': 'Tigo'},
- '5730524':{'en': 'Tigo'},
- '5730525':{'en': 'Tigo'},
- '57305260':{'en': 'Tigo'},
- '57305261':{'en': 'Tigo'},
- '57305262':{'en': 'Tigo'},
- '57305263':{'en': 'Tigo'},
- '57305264':{'en': 'Tigo'},
- '57305265':{'en': 'Tigo'},
- '57305266':{'en': 'Tigo'},
- '573052670':{'en': 'Tigo'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonenumbers-8.13.3/phonenumbers/carrierdata/data2.py 
new/phonenumbers-8.13.5/phonenumbers/carrierdata/data2.py
--- old/phonenumbers-8.13.3/phonenumbers/carrierdata/data2.py   2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/carrierdata/data2.py   2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,25 @@
 # limitations under the License.
 
 data = {
+ '57305210':{'en': 'Tigo'},
+ '57305211':{'en': 'Tigo'},
+ '57305212':{'en': 'Tigo'},
+ '57305213':{'en': 'Tigo'},
+ '57305214':{'en': 'Tigo'},
+ '57305215':{'en': 'Tigo'},
+ '57305216':{'en': 'Tigo'},
+ '5730522':{'en': 'Tigo'},
+ '5730523':{'en': 'Tigo'},
+ '5730524':{'en': 'Tigo'},
+ '5730525':{'en': 'Tigo'},
+ '57305260':{'en': 'Tigo'},
+ '57305261':{'en': 'Tigo'},
+ '57305262':{'en': 'Tigo'},
+ '57305263':{'en': 'Tigo'},
+ '57305264':{'en': 'Tigo'},
+ '57305265':{'en': 'Tigo'},
+ '57305266':{'en': 'Tigo'},
+ '573052670':{'en': 'Tigo'},
  '573052671':{'en': 'Tigo'},
  '5730527':{'en': 'Tigo'},
  '5730528':{'en': 'Tigo'},
@@ -8095,8 +8114,6 @@
  '9736675':{'en': 'Batelco'},
  '9736676':{'en': 'Batelco'},
  '973669':{'en': 'zain BH'},
- '97428':{'en': 'ooredoo'},
- '97429':{'en': 'Vodafone'},
  '97430':{'en': 'Vodafone'},
  '974310':{'en': 'Vodafone'},
  '974311':{'en': 'Vodafone'},
@@ -8129,7 +8146,9 @@
  '97577':{'en': 'TashiCell of Tashi InfoComm'},
  '97650':{'en': 'Unitel'},
  '97655':{'en': 'Unitel'},
- '9766':{'en': 'ONDO'},
+ '97660':{'en': 'ONDO'},
+ '97666':{'en': 'ONDO'},
+ '97669':{'en': 'Skytel'},
  '97680':{'en': 'Unitel'},
  '97681':{'en': 'ONDO'},
  '97683':{'en': 'G-Mobile'},
@@ -8305,6 +8324,7 @@
  '996998':{'en': 'ALFA Telecom'},
  '996999':{'en': 'ALFA Telecom'},
  '9983':{'en': 'Uzbektelecom'},
+ '99850':{'en': 'Ucell'},
  '998555':{'en': 'Uzbektelecom'},
  '99861220':{'en': 'MobiUZ'},
  '99861221':{'en': 'MobiUZ'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/__init__.py 
new/phonenumbers-8.13.5/phonenumbers/data/__init__.py
--- old/phonenumbers-8.13.3/phonenumbers/data/__init__.py       2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/__init__.py       2023-01-29 
09:55:05.000000000 +0100
@@ -1,5 +1,5 @@
 """Auto-generated file, do not edit by hand."""
-# Copyright (C) 2010-2022 The Libphonenumber Authors
+# Copyright (C) 2010-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_BG.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_BG.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_BG.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_BG.py      2023-01-29 
09:55:05.000000000 +0100
@@ -2,10 +2,10 @@
 from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
 
 PHONE_METADATA_BG = PhoneMetadata(id='BG', country_code=359, 
international_prefix='00',
-    
general_desc=PhoneNumberDesc(national_number_pattern='[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}',
 possible_length=(6, 7, 8, 9), possible_length_local_only=(4, 5)),
+    
general_desc=PhoneNumberDesc(national_number_pattern='00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}',
 possible_length=(6, 7, 8, 9, 12), possible_length_local_only=(4, 5)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='2\\d{5,7}|(?:43[1-6]|70[1-9])\\d{4,5}|(?:[36]\\d|4[124-7]|[57][1-9]|8[1-6]|9[1-7])\\d{5,6}',
 example_number='2123456', possible_length=(6, 7, 8), 
possible_length_local_only=(4, 5)),
     
mobile=PhoneNumberDesc(national_number_pattern='(?:43[07-9]|99[69]\\d)\\d{5}|(?:8[7-9]|98)\\d{7}',
 example_number='43012345', possible_length=(8, 9)),
-    toll_free=PhoneNumberDesc(national_number_pattern='800\\d{5}', 
example_number='80012345', possible_length=(8,)),
+    
toll_free=PhoneNumberDesc(national_number_pattern='(?:00800\\d\\d|800)\\d{5}', 
example_number='80012345', possible_length=(8, 12)),
     premium_rate=PhoneNumberDesc(national_number_pattern='90\\d{6}', 
example_number='90123456', possible_length=(8,)),
     shared_cost=PhoneNumberDesc(national_number_pattern='700\\d{5}', 
example_number='70012345', possible_length=(8,)),
     national_prefix='0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_BJ.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_BJ.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_BJ.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_BJ.py      2023-01-29 
09:55:05.000000000 +0100
@@ -2,9 +2,9 @@
 from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
 
 PHONE_METADATA_BJ = PhoneMetadata(id='BJ', country_code=229, 
international_prefix='00',
-    
general_desc=PhoneNumberDesc(national_number_pattern='(?:[25689]\\d|40)\\d{6}', 
possible_length=(8,)),
+    general_desc=PhoneNumberDesc(national_number_pattern='[24-689]\\d{7}', 
possible_length=(8,)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='2(?:02|1[037]|2[45]|3[68]|4\\d)\\d{5}',
 example_number='20211234', possible_length=(8,)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:40|5[1-9]|6\\d|9[013-9])\\d{6}',
 example_number='90011234', possible_length=(8,)),
+    
mobile=PhoneNumberDesc(national_number_pattern='(?:4[0-2]|[56]\\d|9[013-9])\\d{6}',
 example_number='90011234', possible_length=(8,)),
     voip=PhoneNumberDesc(national_number_pattern='857[58]\\d{4}', 
example_number='85751234', possible_length=(8,)),
     uan=PhoneNumberDesc(national_number_pattern='81\\d{6}', 
example_number='81123456', possible_length=(8,)),
     number_format=[NumberFormat(pattern='(\\d{2})(\\d{2})(\\d{2})(\\d{2})', 
format='\\1 \\2 \\3 \\4', leading_digits_pattern=['[24-689]'])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_EE.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_EE.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_EE.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_EE.py      2023-01-29 
09:55:05.000000000 +0100
@@ -4,7 +4,7 @@
 PHONE_METADATA_EE = PhoneMetadata(id='EE', country_code=372, 
international_prefix='00',
     
general_desc=PhoneNumberDesc(national_number_pattern='8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}',
 possible_length=(7, 8, 10)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='(?:3[23589]|4[3-8]|6\\d|7[1-9]|88)\\d{5}',
 example_number='3212345', possible_length=(7,)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:5\\d{5}|8(?:1(?:0(?:000|[3-9]\\d\\d)|(?:1(?:0[236]|1\\d)|(?:23|[3-79]\\d)\\d)\\d)|2(?:0(?:000|(?:19|[2-7]\\d)\\d)|(?:(?:[124-6]\\d|3[5-9])\\d|7(?:[3679]\\d|8[13-9])|8(?:[2-6]\\d|7[01]))\\d)|[349]\\d{4}))\\d\\d|5(?:(?:[02]\\d|5[0-478])\\d|1(?:[0-8]\\d|95)|6(?:4[0-4]|5[1-589]))\\d{3}',
 example_number='51234567', possible_length=(7, 8)),
+    
mobile=PhoneNumberDesc(national_number_pattern='(?:5\\d{5}|8(?:1(?:0(?:000|[3-9]\\d\\d)|(?:1(?:0[236]|1\\d)|(?:2[0-59]|[3-79]\\d)\\d)\\d)|2(?:0(?:000|(?:19|[2-7]\\d)\\d)|(?:(?:[124-6]\\d|3[5-9])\\d|7(?:[3679]\\d|8[13-9])|8(?:[2-6]\\d|7[01]))\\d)|[349]\\d{4}))\\d\\d|5(?:(?:[02]\\d|5[0-478])\\d|1(?:[0-8]\\d|95)|6(?:4[0-4]|5[1-589]))\\d{3}',
 example_number='51234567', possible_length=(7, 8)),
     
toll_free=PhoneNumberDesc(national_number_pattern='800(?:(?:0\\d\\d|1)\\d|[2-9])\\d{3}',
 example_number='80012345', possible_length=(7, 8, 10)),
     
premium_rate=PhoneNumberDesc(national_number_pattern='(?:40\\d\\d|900)\\d{4}', 
example_number='9001234', possible_length=(7, 8)),
     personal_number=PhoneNumberDesc(national_number_pattern='70[0-2]\\d{5}', 
example_number='70012345', possible_length=(8,)),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_ET.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_ET.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_ET.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_ET.py      2023-01-29 
09:55:05.000000000 +0100
@@ -3,7 +3,7 @@
 
 PHONE_METADATA_ET = PhoneMetadata(id='ET', country_code=251, 
international_prefix='00',
     
general_desc=PhoneNumberDesc(national_number_pattern='(?:11|[2-579]\\d)\\d{7}', 
possible_length=(9,), possible_length_local_only=(7,)),
-    
fixed_line=PhoneNumberDesc(national_number_pattern='11667[01]\\d{3}|(?:11(?:1(?:1[124]|2[2-7]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8])|5(?:1[578]|44|5[0-4])|6(?:1[578]|2[69]|39|4[5-7]|5[1-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|(?:22|55)[0-6]|33[0134689]|44[04]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:119|22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:(?:11|22)[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}',
 example_number='111112345', possible_length=(9,), 
possible_length_local_only=(7,)),
+    
fixed_line=PhoneNumberDesc(national_number_pattern='11667[01]\\d{3}|(?:11(?:1(?:1[124]|2[2-7]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8])|5(?:1[578]|44|5[0-4])|6(?:1[578]|2[69]|39|4[5-7]|5[0-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|(?:22|55)[0-6]|33[0134689]|44[04]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:119|22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:(?:11|22)[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}',
 example_number='111112345', possible_length=(9,), 
possible_length_local_only=(7,)),
     
mobile=PhoneNumberDesc(national_number_pattern='7001\\d{5}|(?:7(?:0[1-9]|1[01]|77|86|99)|9\\d\\d)\\d{6}',
 example_number='911234567', possible_length=(9,)),
     national_prefix='0',
     national_prefix_for_parsing='0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_GH.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_GH.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_GH.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_GH.py      2023-01-29 
09:55:05.000000000 +0100
@@ -4,7 +4,7 @@
 PHONE_METADATA_GH = PhoneMetadata(id='GH', country_code=233, 
international_prefix='00',
     
general_desc=PhoneNumberDesc(national_number_pattern='(?:[235]\\d{3}|800)\\d{5}',
 possible_length=(8, 9), possible_length_local_only=(7,)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='3082[0-5]\\d{4}|3(?:0(?:[237]\\d|8[01])|[167](?:2[0-6]|7\\d|80)|2(?:2[0-5]|7\\d|80)|3(?:2[0-3]|7\\d|80)|4(?:2[013-9]|3[01]|7\\d|80)|5(?:2[0-7]|7\\d|80)|8(?:2[0-2]|7\\d|80)|9(?:[28]0|7\\d))\\d{5}',
 example_number='302345678', possible_length=(9,), 
possible_length_local_only=(7,)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:2(?:[0346-9]\\d|5[67])|5(?:[04-7]\\d|9[1-9]))\\d{6}',
 example_number='231234567', possible_length=(9,)),
+    
mobile=PhoneNumberDesc(national_number_pattern='(?:2(?:[0346-9]\\d|5[67])|5(?:[03-7]\\d|9[1-9]))\\d{6}',
 example_number='231234567', possible_length=(9,)),
     toll_free=PhoneNumberDesc(national_number_pattern='800\\d{5}', 
example_number='80012345', possible_length=(8,)),
     
no_international_dialling=PhoneNumberDesc(national_number_pattern='800\\d{5}', 
possible_length=(8,)),
     national_prefix='0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_GI.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_GI.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_GI.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_GI.py      2023-01-29 
09:55:05.000000000 +0100
@@ -3,7 +3,7 @@
 
 PHONE_METADATA_GI = PhoneMetadata(id='GI', country_code=350, 
international_prefix='00',
     
general_desc=PhoneNumberDesc(national_number_pattern='(?:[25]\\d\\d|606)\\d{5}',
 possible_length=(8,)),
-    
fixed_line=PhoneNumberDesc(national_number_pattern='21(?:6[24-9]\\d|90[0-2])\\d{3}|2(?:00|2[2-5])\\d{5}',
 example_number='20012345', possible_length=(8,)),
+    
fixed_line=PhoneNumberDesc(national_number_pattern='2190[0-2]\\d{3}|2(?:0(?:0\\d|20)|16[24-9]|2[2-5]\\d)\\d{4}',
 example_number='20012345', possible_length=(8,)),
     
mobile=PhoneNumberDesc(national_number_pattern='525(?:0\\d|1[0-4])\\d{3}|(?:5[146-8]\\d|606)\\d{5}',
 example_number='57123456', possible_length=(8,)),
     number_format=[NumberFormat(pattern='(\\d{3})(\\d{5})', format='\\1 \\2', 
leading_digits_pattern=['2'])],
     mobile_number_portable_region=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_GP.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_GP.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_GP.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_GP.py      2023-01-29 
09:55:05.000000000 +0100
@@ -3,7 +3,7 @@
 
 PHONE_METADATA_GP = PhoneMetadata(id='GP', country_code=590, 
international_prefix='00',
     
general_desc=PhoneNumberDesc(national_number_pattern='(?:590|(?:69|80)\\d|976)\\d{6}',
 possible_length=(9,)),
-    
fixed_line=PhoneNumberDesc(national_number_pattern='590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-389]|7[08]|8[0-689]|9\\d)\\d{4}',
 example_number='590201234', possible_length=(9,)),
+    
fixed_line=PhoneNumberDesc(national_number_pattern='590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-489]|7[08]|8[0-689]|9\\d)\\d{4}',
 example_number='590201234', possible_length=(9,)),
     
mobile=PhoneNumberDesc(national_number_pattern='69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}',
 example_number='690001234', possible_length=(9,)),
     toll_free=PhoneNumberDesc(national_number_pattern='80[0-5]\\d{6}', 
example_number='800012345', possible_length=(9,)),
     voip=PhoneNumberDesc(national_number_pattern='976[01]\\d{5}', 
example_number='976012345', possible_length=(9,)),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_HT.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_HT.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_HT.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_HT.py      2023-01-29 
09:55:05.000000000 +0100
@@ -2,9 +2,9 @@
 from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
 
 PHONE_METADATA_HT = PhoneMetadata(id='HT', country_code=509, 
international_prefix='00',
-    general_desc=PhoneNumberDesc(national_number_pattern='[2-489]\\d{7}', 
possible_length=(8,)),
+    
general_desc=PhoneNumberDesc(national_number_pattern='(?:[2-489]\\d|55)\\d{6}', 
possible_length=(8,)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='2(?:2\\d|5[1-5]|81|9[149])\\d{5}',
 example_number='22453300', possible_length=(8,)),
-    mobile=PhoneNumberDesc(national_number_pattern='[34]\\d{7}', 
example_number='34101234', possible_length=(8,)),
+    mobile=PhoneNumberDesc(national_number_pattern='(?:[34]\\d|55)\\d{6}', 
example_number='34101234', possible_length=(8,)),
     toll_free=PhoneNumberDesc(national_number_pattern='8\\d{7}', 
example_number='80012345', possible_length=(8,)),
     
voip=PhoneNumberDesc(national_number_pattern='9(?:[67][0-4]|8[0-3589]|9\\d)\\d{5}',
 example_number='98901234', possible_length=(8,)),
-    number_format=[NumberFormat(pattern='(\\d{2})(\\d{2})(\\d{4})', 
format='\\1 \\2 \\3', leading_digits_pattern=['[2-489]'])])
+    number_format=[NumberFormat(pattern='(\\d{2})(\\d{2})(\\d{4})', 
format='\\1 \\2 \\3', leading_digits_pattern=['[2-589]'])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_LR.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_LR.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_LR.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_LR.py      2023-01-29 
09:55:05.000000000 +0100
@@ -2,12 +2,12 @@
 from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
 
 PHONE_METADATA_LR = PhoneMetadata(id='LR', country_code=231, 
international_prefix='00',
-    
general_desc=PhoneNumberDesc(national_number_pattern='(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}',
 possible_length=(7, 8, 9)),
+    
general_desc=PhoneNumberDesc(national_number_pattern='(?:[25]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}',
 possible_length=(7, 8, 9)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='(?:2\\d{3}|33333)\\d{4}', 
example_number='21234567', possible_length=(8, 9)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:(?:330|555|(?:77|88)\\d)\\d|4[67])\\d{5}|[56]\\d{6}',
 example_number='770123456', possible_length=(7, 9)),
+    
mobile=PhoneNumberDesc(national_number_pattern='(?:(?:(?:22|33)0|555|(?:77|88)\\d)\\d|4[67])\\d{5}|[56]\\d{6}',
 example_number='770123456', possible_length=(7, 9)),
     
premium_rate=PhoneNumberDesc(national_number_pattern='332(?:02|[34]\\d)\\d{4}', 
example_number='332021234', possible_length=(9,)),
     national_prefix='0',
     national_prefix_for_parsing='0',
     number_format=[NumberFormat(pattern='(\\d)(\\d{3})(\\d{3})', format='\\1 
\\2 \\3', leading_digits_pattern=['[4-6]'], 
national_prefix_formatting_rule='0\\1'),
         NumberFormat(pattern='(\\d{2})(\\d{3})(\\d{3})', format='\\1 \\2 \\3', 
leading_digits_pattern=['2'], national_prefix_formatting_rule='0\\1'),
-        NumberFormat(pattern='(\\d{2})(\\d{3})(\\d{4})', format='\\1 \\2 \\3', 
leading_digits_pattern=['[3578]'], national_prefix_formatting_rule='0\\1')])
+        NumberFormat(pattern='(\\d{2})(\\d{3})(\\d{4})', format='\\1 \\2 \\3', 
leading_digits_pattern=['[23578]'], national_prefix_formatting_rule='0\\1')])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_MG.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_MG.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_MG.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_MG.py      2023-01-29 
09:55:05.000000000 +0100
@@ -4,7 +4,7 @@
 PHONE_METADATA_MG = PhoneMetadata(id='MG', country_code=261, 
international_prefix='00',
     general_desc=PhoneNumberDesc(national_number_pattern='[23]\\d{8}', 
possible_length=(9,), possible_length_local_only=(7,)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='2072[29]\\d{4}|20(?:2\\d|4[47]|5[3467]|6[279]|7[35]|8[268]|9[245])\\d{5}',
 example_number='202123456', possible_length=(9,), 
possible_length_local_only=(7,)),
-    mobile=PhoneNumberDesc(national_number_pattern='3[2-489]\\d{7}', 
example_number='321234567', possible_length=(9,)),
+    mobile=PhoneNumberDesc(national_number_pattern='3[2-47-9]\\d{7}', 
example_number='321234567', possible_length=(9,)),
     voip=PhoneNumberDesc(national_number_pattern='22\\d{7}', 
example_number='221234567', possible_length=(9,)),
     national_prefix='0',
     national_prefix_for_parsing='0|([24-9]\\d{6})$',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_MN.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_MN.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_MN.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_MN.py      2023-01-29 
09:55:05.000000000 +0100
@@ -4,8 +4,8 @@
 PHONE_METADATA_MN = PhoneMetadata(id='MN', country_code=976, 
international_prefix='001',
     
general_desc=PhoneNumberDesc(national_number_pattern='[12]\\d{7,9}|[5-9]\\d{7}',
 possible_length=(8, 9, 10), possible_length_local_only=(4, 5, 6)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='[12]2[1-3]\\d{5,6}|7(?:0[0-5]\\d|128)\\d{4}|(?:[12](?:1|27)|5[368])\\d{6}|[12](?:3[2-8]|4[2-68]|5[1-4689])\\d{6,7}',
 example_number='53123456', possible_length=(8, 9, 10), 
possible_length_local_only=(4, 5, 6)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:83[01]|920)\\d{5}|(?:5[05]|6[06]|8[015689]|9[013-9])\\d{6}',
 example_number='88123456', possible_length=(8,)),
-    
voip=PhoneNumberDesc(national_number_pattern='712[0-79]\\d{4}|7(?:1[013-9]|[25-8]\\d)\\d{5}',
 example_number='75123456', possible_length=(8,)),
+    
mobile=PhoneNumberDesc(national_number_pattern='(?:83[01]|920)\\d{5}|(?:5[05]|6[069]|8[015689]|9[013-9])\\d{6}',
 example_number='88123456', possible_length=(8,)),
+    
voip=PhoneNumberDesc(national_number_pattern='712[0-79]\\d{4}|7(?:1[013-9]|[25-9]\\d)\\d{5}',
 example_number='75123456', possible_length=(8,)),
     national_prefix='0',
     national_prefix_for_parsing='0',
     number_format=[NumberFormat(pattern='(\\d{2})(\\d{2})(\\d{4})', 
format='\\1 \\2 \\3', leading_digits_pattern=['[12]1'], 
national_prefix_formatting_rule='0\\1'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_QA.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_QA.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_QA.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_QA.py      2023-01-29 
09:55:05.000000000 +0100
@@ -2,11 +2,11 @@
 from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
 
 PHONE_METADATA_QA = PhoneMetadata(id='QA', country_code=974, 
international_prefix='00',
-    
general_desc=PhoneNumberDesc(national_number_pattern='(?:0080|[2-7])\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}',
 possible_length=(7, 8, 9, 11)),
-    
fixed_line=PhoneNumberDesc(national_number_pattern='4(?:1111|2022)\\d{3}|(?:23\\d\\d|4(?:[04]\\d\\d|14[0-6]|999))\\d{4}',
 example_number='44123456', possible_length=(8,)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:2[89]|[35-7]\\d)\\d{6}', 
example_number='33123456', possible_length=(8,)),
+    
general_desc=PhoneNumberDesc(national_number_pattern='800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}',
 possible_length=(7, 8, 9, 11)),
+    
fixed_line=PhoneNumberDesc(national_number_pattern='4(?:1111|2022)\\d{3}|4(?:[04]\\d\\d|14[0-6]|999)\\d{4}',
 example_number='44123456', possible_length=(8,)),
+    mobile=PhoneNumberDesc(national_number_pattern='[35-7]\\d{7}', 
example_number='33123456', possible_length=(8,)),
     
toll_free=PhoneNumberDesc(national_number_pattern='800\\d{4}|(?:0080[01]|800)\\d{6}',
 example_number='8001234', possible_length=(7, 9, 11)),
-    pager=PhoneNumberDesc(national_number_pattern='2(?:[12]\\d|61)\\d{4}', 
example_number='2123456', possible_length=(7,)),
-    number_format=[NumberFormat(pattern='(\\d{3})(\\d{4})', format='\\1 \\2', 
leading_digits_pattern=['2[126]|8']),
-        NumberFormat(pattern='(\\d{4})(\\d{4})', format='\\1 \\2', 
leading_digits_pattern=['[2-7]'])],
+    pager=PhoneNumberDesc(national_number_pattern='2(?:1\\d|61)\\d{4}', 
example_number='2123456', possible_length=(7,)),
+    number_format=[NumberFormat(pattern='(\\d{3})(\\d{4})', format='\\1 \\2', 
leading_digits_pattern=['2[16]|8']),
+        NumberFormat(pattern='(\\d{4})(\\d{4})', format='\\1 \\2', 
leading_digits_pattern=['[3-7]'])],
     mobile_number_portable_region=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_SI.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_SI.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_SI.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_SI.py      2023-01-29 
09:55:05.000000000 +0100
@@ -4,7 +4,7 @@
 PHONE_METADATA_SI = PhoneMetadata(id='SI', country_code=386, 
international_prefix='00|10(?:22|66|88|99)',
     
general_desc=PhoneNumberDesc(national_number_pattern='[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}',
 possible_length=(5, 6, 7, 8)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='(?:[1-357][2-8]|4[24-8])\\d{6}',
 example_number='12345678', possible_length=(8,), 
possible_length_local_only=(7,)),
-    
mobile=PhoneNumberDesc(national_number_pattern='65(?:1\\d|55|6[01]|70)\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}',
 example_number='31234567', possible_length=(8,)),
+    
mobile=PhoneNumberDesc(national_number_pattern='65(?:1\\d|5[56]|6[01]|70)\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}',
 example_number='31234567', possible_length=(8,)),
     toll_free=PhoneNumberDesc(national_number_pattern='80\\d{4,6}', 
example_number='80123456', possible_length=(6, 7, 8)),
     
premium_rate=PhoneNumberDesc(national_number_pattern='89[1-3]\\d{2,5}|90\\d{4,6}',
 example_number='90123456', possible_length=(5, 6, 7, 8)),
     
voip=PhoneNumberDesc(national_number_pattern='(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-589])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}',
 example_number='59012345', possible_length=(8,)),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_TD.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_TD.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_TD.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_TD.py      2023-01-29 
09:55:05.000000000 +0100
@@ -4,6 +4,6 @@
 PHONE_METADATA_TD = PhoneMetadata(id='TD', country_code=235, 
international_prefix='00|16',
     
general_desc=PhoneNumberDesc(national_number_pattern='(?:22|[69]\\d|77)\\d{6}', 
possible_length=(8,)),
     
fixed_line=PhoneNumberDesc(national_number_pattern='22(?:[37-9]0|5[0-5]|6[89])\\d{4}',
 example_number='22501234', possible_length=(8,)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:6[023568]|77|9\\d)\\d{6}', 
example_number='63012345', possible_length=(8,)),
+    
mobile=PhoneNumberDesc(national_number_pattern='(?:6[0235689]|77|9\\d)\\d{6}', 
example_number='63012345', possible_length=(8,)),
     preferred_international_prefix='00',
     number_format=[NumberFormat(pattern='(\\d{2})(\\d{2})(\\d{2})(\\d{2})', 
format='\\1 \\2 \\3 \\4', leading_digits_pattern=['[2679]'])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/data/region_UZ.py 
new/phonenumbers-8.13.5/phonenumbers/data/region_UZ.py
--- old/phonenumbers-8.13.3/phonenumbers/data/region_UZ.py      2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/data/region_UZ.py      2023-01-29 
09:55:05.000000000 +0100
@@ -2,9 +2,9 @@
 from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
 
 PHONE_METADATA_UZ = PhoneMetadata(id='UZ', country_code=998, 
international_prefix='810',
-    
general_desc=PhoneNumberDesc(national_number_pattern='(?:33|55|[679]\\d|88)\\d{7}',
 possible_length=(9,)),
-    
fixed_line=PhoneNumberDesc(national_number_pattern='(?:6(?:1(?:22|3[124]|4[1-4]|5[1-3578]|64)|2(?:22|3[0-57-9]|41)|5(?:22|3[3-7]|5[024-8])|6\\d\\d|7(?:[23]\\d|7[69])|9(?:22|4[1-8]|6[135]))|7(?:0(?:5[4-9]|6[0146]|7[124-6]|9[135-8])|(?:1[12]|8\\d)\\d|2(?:22|3[13-57-9]|4[1-3579]|5[14])|3(?:2\\d|3[1578]|4[1-35-7]|5[1-57]|61)|4(?:2\\d|3[1-579]|7[1-79])|5(?:22|5[1-9]|6[1457])|6(?:22|3[12457]|4[13-8])|9(?:22|5[1-9])))\\d{5}',
 example_number='669050123', possible_length=(9,)),
-    
mobile=PhoneNumberDesc(national_number_pattern='(?:(?:33|88|9[0-57-9])\\d{3}|55(?:50[013]|90\\d)|6(?:1(?:2(?:2[01]|98)|35[0-4]|50\\d|61[23]|7(?:[01][017]|4\\d|55|9[5-9]))|2(?:(?:11|7\\d)\\d|2(?:[12]1|9[01379])|5(?:[126]\\d|3[0-4]))|5(?:19[01]|2(?:27|9[26])|(?:30|59|7\\d)\\d)|6(?:2(?:1[5-9]|2[0367]|38|41|52|60)|(?:3[79]|9[0-3])\\d|4(?:56|83)|7(?:[07]\\d|1[017]|3[07]|4[047]|5[057]|67|8[0178]|9[79]))|7(?:2(?:24|3[237]|4[5-9]|7[15-8])|5(?:7[12]|8[0589])|7(?:0\\d|[39][07])|9(?:0\\d|7[079]))|9(?:2(?:1[1267]|3[01]|5\\d|7[0-4])|(?:5[67]|7\\d)\\d|6(?:2[0-26]|8\\d)))|7(?:[07]\\d{3}|1(?:13[01]|6(?:0[47]|1[67]|66)|71[3-69]|98\\d)|2(?:2(?:2[79]|95)|3(?:2[5-9]|6[0-6])|57\\d|7(?:0\\d|1[17]|2[27]|3[37]|44|5[057]|66|88))|3(?:2(?:1[0-6]|21|3[469]|7[159])|(?:33|9[4-6])\\d|5(?:0[0-4]|5[579]|9\\d)|7(?:[0-3579]\\d|4[0467]|6[67]|8[078]))|4(?:2(?:29|5[0257]|6[0-7]|7[1-57])|5(?:1[0-4]|8\\d|9[5-9])|7(?:0\\d|1[024589]|2[0-27]|3[0137]|[46][07]|5[01]|7[5-9]|9[079])|9(?:7[015-9]|[89]\\d))|5(?:112|2(?:0\\d|2[
 
29]|[49]4)|3[1568]\\d|52[6-9]|7(?:0[01578]|1[017]|[23]7|4[047]|[5-7]\\d|8[78]|9[079]))|6(?:2(?:2[1245]|4[2-4])|39\\d|41[179]|5(?:[349]\\d|5[0-2])|7(?:0[017]|[13]\\d|22|44|55|67|88))|9(?:22[128]|3(?:2[0-4]|7\\d)|57[02569]|7(?:2[05-9]|3[37]|4\\d|60|7[2579]|87|9[07]))))\\d{4}',
 example_number='912345678', possible_length=(9,)),
+    
general_desc=PhoneNumberDesc(national_number_pattern='(?:33|[5-79]\\d|88)\\d{7}',
 possible_length=(9,)),
+    
fixed_line=PhoneNumberDesc(national_number_pattern='(?:5570|6(?:1(?:22|3[124]|4[1-4]|5[1-3578]|64)|2(?:22|3[0-57-9]|41)|5(?:22|3[3-7]|5[024-8])|6\\d\\d|7(?:[23]\\d|7[69])|9(?:22|4[1-8]|6[135]))|7(?:0(?:5[4-9]|6[0146]|7[124-6]|9[135-8])|(?:1[12]|8\\d)\\d|2(?:22|3[13-57-9]|4[1-3579]|5[14])|3(?:2\\d|3[1578]|4[1-35-7]|5[1-57]|61)|4(?:2\\d|3[1-579]|7[1-79])|5(?:22|5[1-9]|6[1457])|6(?:22|3[12457]|4[13-8])|9(?:22|5[1-9])))\\d{5}',
 example_number='669050123', possible_length=(9,)),
+    
mobile=PhoneNumberDesc(national_number_pattern='(?:(?:33|88|9[0-57-9])\\d{3}|5(?:0\\d{3}|5(?:50[013]|90\\d))|6(?:1(?:2(?:2[01]|98)|35[0-4]|50\\d|61[23]|7(?:[01][017]|4\\d|55|9[5-9]))|2(?:(?:11|7\\d)\\d|2(?:[12]1|9[01379])|5(?:[126]\\d|3[0-4]))|5(?:19[01]|2(?:27|9[26])|(?:30|59|7\\d)\\d)|6(?:2(?:1[5-9]|2[0367]|38|41|52|60)|(?:3[79]|9[0-3])\\d|4(?:56|83)|7(?:[07]\\d|1[017]|3[07]|4[047]|5[057]|67|8[0178]|9[79]))|7(?:2(?:24|3[237]|4[5-9]|7[15-8])|5(?:7[12]|8[0589])|7(?:0\\d|[39][07])|9(?:0\\d|7[079]))|9(?:2(?:1[1267]|3[01]|5\\d|7[0-4])|(?:5[67]|7\\d)\\d|6(?:2[0-26]|8\\d)))|7(?:[07]\\d{3}|1(?:13[01]|6(?:0[47]|1[67]|66)|71[3-69]|98\\d)|2(?:2(?:2[79]|95)|3(?:2[5-9]|6[0-6])|57\\d|7(?:0\\d|1[17]|2[27]|3[37]|44|5[057]|66|88))|3(?:2(?:1[0-6]|21|3[469]|7[159])|(?:33|9[4-6])\\d|5(?:0[0-4]|5[579]|9\\d)|7(?:[0-3579]\\d|4[0467]|6[67]|8[078]))|4(?:2(?:29|5[0257]|6[0-7]|7[1-57])|5(?:1[0-4]|8\\d|9[5-9])|7(?:0\\d|1[024589]|2[0-27]|3[0137]|[46][07]|5[01]|7[5-9]|9[079])|9(?:7[015-9]|[89]\\d))|5(?:112
 
|2(?:0\\d|2[29]|[49]4)|3[1568]\\d|52[6-9]|7(?:0[01578]|1[017]|[23]7|4[047]|[5-7]\\d|8[78]|9[079]))|6(?:2(?:2[1245]|4[2-4])|39\\d|41[179]|5(?:[349]\\d|5[0-2])|7(?:0[017]|[13]\\d|22|44|55|67|88))|9(?:22[128]|3(?:2[0-4]|7\\d)|57[02569]|7(?:2[05-9]|3[37]|4\\d|60|7[2579]|87|9[07]))))\\d{4}',
 example_number='912345678', possible_length=(9,)),
     preferred_international_prefix='8~10',
     national_prefix='8',
     national_prefix_for_parsing='8',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/__init__.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/__init__.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/__init__.py    2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/__init__.py    2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data0.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data0.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data0.py       2022-12-22 
09:50:28.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data0.py       2023-01-29 
09:55:06.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data1.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data1.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data1.py       2022-12-22 
09:50:28.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data1.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data10.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data10.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data10.py      2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data10.py      2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '61348109':{'en': 'Mathoura'},
  '61348110':{'en': 'Moulamein'},
  '61348111':{'en': 'Nathalia'},
  '61348112':{'en': 'Numurkah'},
@@ -10018,5 +10019,4 @@
  '61389031':{'en': 'Dandenong'},
  '61389032':{'en': 'Dandenong'},
  '61390':{'en': 'Melbourne'},
- '61390070':{'en': 'Eltham'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data11.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data11.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data11.py      2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data11.py      2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '61390070':{'en': 'Eltham'},
  '61390090':{'en': 'Eltham'},
  '61390091':{'en': 'Eltham'},
  '61390092':{'en': 'Eltham'},
@@ -10018,5 +10019,4 @@
  '61749742':{'en': 'Turkey Beach'},
  '61749743':{'en': 'Turkey Beach'},
  '61749744':{'en': 'Miriam Vale'},
- '61749745':{'en': 'Miriam Vale'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data12.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data12.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data12.py      2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data12.py      2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '61749745':{'en': 'Miriam Vale'},
  '61749746':{'en': 'Miriam Vale'},
  '61749747':{'en': 'Agnes Water'},
  '61749748':{'en': 'Gayfield'},
@@ -10018,5 +10019,4 @@
  '618854900':{'en': 'Mypolonga'},
  '618854901':{'en': 'Mypolonga'},
  '618854902':{'en': 'Mypolonga'},
- '618854903':{'en': 'Mypolonga'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data13.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data13.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data13.py      2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data13.py      2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '618854903':{'en': 'Mypolonga'},
  '618854904':{'en': 'Mypolonga'},
  '618854905':{'en': 'Mypolonga'},
  '618854906':{'en': 'Mypolonga'},
@@ -10018,5 +10019,4 @@
  '618989350':{'en': 'Beaufort River'},
  '618989353':{'en': 'Beaufort River'},
  '618989356':{'en': 'Beaufort River'},
- '618989357':{'en': 'Beaufort River'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data14.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data14.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data14.py      2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data14.py      2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '618989357':{'en': 'Beaufort River'},
  '618989358':{'en': 'Beaufort River'},
  '618989360':{'en': 'Dongolocking'},
  '618989363':{'en': 'Dongolocking'},
@@ -10018,5 +10019,4 @@
  '861306936':{'en': 'Xinxiang, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u65b0\u4e61\u5e02')},
  '861306937':{'en': 'Xinxiang, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u65b0\u4e61\u5e02')},
  '861306938':{'en': 'Xinxiang, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u65b0\u4e61\u5e02')},
- '861306939':{'en': 'Xinxiang, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u65b0\u4e61\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data15.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data15.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data15.py      2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data15.py      2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861306939':{'en': 'Xinxiang, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u65b0\u4e61\u5e02')},
  '86130694':{'en': 'Jiaozuo, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u7126\u4f5c\u5e02')},
  '861306950':{'en': 'Xuchang, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u8bb8\u660c\u5e02')},
  '861306951':{'en': 'Xuchang, Henan', 'zh': 
u('\u6cb3\u5357\u7701\u8bb8\u660c\u5e02')},
@@ -10018,5 +10019,4 @@
  '861323892':{'en': 'Huludao, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u846b\u82a6\u5c9b\u5e02')},
  '861323893':{'en': 'Liaoyang, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u8fbd\u9633\u5e02')},
  '861323894':{'en': 'Jinzhou, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u9526\u5dde\u5e02')},
- '861323895':{'en': 'Huludao, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u846b\u82a6\u5c9b\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data16.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data16.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data16.py      2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data16.py      2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861323895':{'en': 'Huludao, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u846b\u82a6\u5c9b\u5e02')},
  '861323896':{'en': 'Panjin, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u76d8\u9526\u5e02')},
  '861323897':{'en': 'Anshan, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u978d\u5c71\u5e02')},
  '861323898':{'en': 'Anshan, Liaoning', 'zh': 
u('\u8fbd\u5b81\u7701\u978d\u5c71\u5e02')},
@@ -10018,5 +10019,4 @@
  '861340324':{'en': 'Chengde, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u627f\u5fb7\u5e02')},
  '861340325':{'en': 'Tangshan, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u5510\u5c71\u5e02')},
  '861340326':{'en': 'Baoding, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u4fdd\u5b9a\u5e02')},
- '861340327':{'en': 'Cangzhou, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u6ca7\u5dde\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data17.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data17.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data17.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data17.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861340327':{'en': 'Cangzhou, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u6ca7\u5dde\u5e02')},
  '861340328':{'en': 'Hengshui, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u8861\u6c34\u5e02')},
  '861340329':{'en': 'Xingtai, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u90a2\u53f0\u5e02')},
  '861340330':{'en': 'Handan, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u90af\u90f8\u5e02')},
@@ -10018,5 +10019,4 @@
  '861365316':{'en': 'Langfang, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u5eca\u574a\u5e02')},
  '861365317':{'en': 'Cangzhou, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u6ca7\u5dde\u5e02')},
  '861365318':{'en': 'Hengshui, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u8861\u6c34\u5e02')},
- '861365319':{'en': 'Xingtai, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u90a2\u53f0\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data18.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data18.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data18.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data18.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861365319':{'en': 'Xingtai, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u90a2\u53f0\u5e02')},
  '861365320':{'en': 'Handan, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u90af\u90f8\u5e02')},
  '861365321':{'en': 'Shijiazhuang, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u77f3\u5bb6\u5e84\u5e02')},
  '861365322':{'en': 'Baoding, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u4fdd\u5b9a\u5e02')},
@@ -10018,5 +10019,4 @@
  '861394890':{'en': 'Hulun, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u547c\u4f26\u8d1d\u5c14\u5e02')},
  '861394891':{'en': 'Hohhot, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u547c\u548c\u6d69\u7279\u5e02')},
  '861394892':{'en': 'Baotou, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u5305\u5934\u5e02')},
- '861394893':{'en': 'Hinggan, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u5174\u5b89\u76df')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data19.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data19.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data19.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data19.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861394893':{'en': 'Hinggan, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u5174\u5b89\u76df')},
  '861394894':{'en': 'Ulanqab, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u4e4c\u5170\u5bdf\u5e03\u5e02')},
  '861394895':{'en': 'Tongliao, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u901a\u8fbd\u5e02')},
  '861394896':{'en': 'Chifeng, Inner Mongolia', 'zh': 
u('\u5185\u8499\u53e4\u8d64\u5cf0\u5e02')},
@@ -10018,5 +10019,4 @@
  '861506544':{'en': 'Dezhou, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u5fb7\u5dde\u5e02')},
  '861506545':{'en': 'Yantai, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u70df\u53f0\u5e02')},
  '861506546':{'en': 'Dongying, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u4e1c\u8425\u5e02')},
- '861506547':{'en': 'Jining, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u6d4e\u5b81\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data2.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data2.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data2.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data2.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data20.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data20.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data20.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data20.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861506547':{'en': 'Jining, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u6d4e\u5b81\u5e02')},
  '861506548':{'en': 'TaiAn, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u6cf0\u5b89\u5e02')},
  '861506549':{'en': 'Linyi, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u4e34\u6c82\u5e02')},
  '86150655':{'en': 'Rizhao, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u65e5\u7167\u5e02')},
@@ -10018,5 +10019,4 @@
  '86153372':{'en': 'Wuhan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u6b66\u6c49\u5e02')},
  '861533730':{'en': 'Enshi, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u6069\u65bd\u571f\u5bb6\u65cf\u82d7\u65cf\u81ea\u6cbb\u5dde')},
  '861533731':{'en': 'Huanggang, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u9ec4\u5188\u5e02')},
- '861533732':{'en': 'Xiaogan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5b5d\u611f\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data21.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data21.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data21.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data21.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861533732':{'en': 'Xiaogan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5b5d\u611f\u5e02')},
  '861533733':{'en': 'Suizhou, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u968f\u5dde\u5e02')},
  '861533734':{'en': 'Xiangfan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u8944\u6a0a\u5e02')},
  '861533735':{'en': 'Shiyan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5341\u5830\u5e02')},
@@ -10018,5 +10019,4 @@
  '861567190':{'en': 'Shiyan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5341\u5830\u5e02')},
  '861567191':{'en': 'Shiyan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5341\u5830\u5e02')},
  '861567192':{'en': 'Shiyan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5341\u5830\u5e02')},
- '861567193':{'en': 'Shiyan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5341\u5830\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data22.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data22.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data22.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data22.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861567193':{'en': 'Shiyan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5341\u5830\u5e02')},
  '861567194':{'en': 'Xiaogan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5b5d\u611f\u5e02')},
  '861567195':{'en': 'Xiaogan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5b5d\u611f\u5e02')},
  '861567196':{'en': 'Xiaogan, Hubei', 'zh': 
u('\u6e56\u5317\u7701\u5b5d\u611f\u5e02')},
@@ -10018,5 +10019,4 @@
  '86159478':{'en': 'Changchun, Jilin', 'zh': 
u('\u5409\u6797\u7701\u957f\u6625\u5e02')},
  '86159479':{'en': 'Jilin, Jilin', 'zh': 
u('\u5409\u6797\u7701\u5409\u6797\u5e02')},
  '86159480':{'en': 'Changchun, Jilin', 'zh': 
u('\u5409\u6797\u7701\u957f\u6625\u5e02')},
- '86159481':{'en': 'Changchun, Jilin', 'zh': 
u('\u5409\u6797\u7701\u957f\u6625\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data23.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data23.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data23.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data23.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '86159481':{'en': 'Changchun, Jilin', 'zh': 
u('\u5409\u6797\u7701\u957f\u6625\u5e02')},
  '86159482':{'en': 'Changchun, Jilin', 'zh': 
u('\u5409\u6797\u7701\u957f\u6625\u5e02')},
  '86159483':{'en': 'Changchun, Jilin', 'zh': 
u('\u5409\u6797\u7701\u957f\u6625\u5e02')},
  '86159484':{'en': 'Jilin, Jilin', 'zh': 
u('\u5409\u6797\u7701\u5409\u6797\u5e02')},
@@ -10018,5 +10019,4 @@
  '861785838':{'en': 'Huzhou, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u6e56\u5dde\u5e02')},
  '861785839':{'en': 'Huzhou, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u6e56\u5dde\u5e02')},
  '861785840':{'en': 'Hangzhou, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u676d\u5dde\u5e02')},
- '861785841':{'en': 'Hangzhou, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u676d\u5dde\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data24.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data24.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data24.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data24.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861785841':{'en': 'Hangzhou, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u676d\u5dde\u5e02')},
  '861785842':{'en': 'Hangzhou, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u676d\u5dde\u5e02')},
  '861785843':{'en': 'Jiaxing, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u5609\u5174\u5e02')},
  '861785844':{'en': 'Ningbo, Zhejiang', 'zh': 
u('\u6d59\u6c5f\u7701\u5b81\u6ce2\u5e02')},
@@ -10018,5 +10019,4 @@
  '861820323':{'en': 'Shijiazhuang, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u77f3\u5bb6\u5e84\u5e02')},
  '861820324':{'en': 'Chengde, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u627f\u5fb7\u5e02')},
  '861820325':{'en': 'Tangshan, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u5510\u5c71\u5e02')},
- '861820326':{'en': 'Langfang, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u5eca\u574a\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data25.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data25.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data25.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data25.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861820326':{'en': 'Langfang, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u5eca\u574a\u5e02')},
  '861820327':{'en': 'Cangzhou, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u6ca7\u5dde\u5e02')},
  '861820328':{'en': 'Hengshui, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u8861\u6c34\u5e02')},
  '861820329':{'en': 'Xingtai, Hebei', 'zh': 
u('\u6cb3\u5317\u7701\u90a2\u53f0\u5e02')},
@@ -10018,5 +10019,4 @@
  '86185534':{'en': 'Dezhou, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u5fb7\u5dde\u5e02')},
  '86185535':{'en': 'Yantai, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u70df\u53f0\u5e02')},
  '86185536':{'en': 'Weifang, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u6f4d\u574a\u5e02')},
- '86185537':{'en': 'Jining, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u6d4e\u5b81\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data26.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data26.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data26.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data26.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '86185537':{'en': 'Jining, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u6d4e\u5b81\u5e02')},
  '86185538':{'en': 'TaiAn, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u6cf0\u5b89\u5e02')},
  '86185539':{'en': 'Linyi, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u4e34\u6c82\u5e02')},
  '86185540':{'en': 'Yantai, Shandong', 'zh': 
u('\u5c71\u4e1c\u7701\u70df\u53f0\u5e02')},
@@ -10018,5 +10019,4 @@
  '861882435':{'en': 'Dongguan, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u4e1c\u839e\u5e02')},
  '861882436':{'en': 'Dongguan, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u4e1c\u839e\u5e02')},
  '861882437':{'en': 'Dongguan, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u4e1c\u839e\u5e02')},
- '861882438':{'en': 'Maoming, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u8302\u540d\u5e02')},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data27.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data27.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data27.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data27.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '861882438':{'en': 'Maoming, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u8302\u540d\u5e02')},
  '861882439':{'en': 'Shenzhen, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02')},
  '861882440':{'en': 'Zhanjiang, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u6e5b\u6c5f\u5e02')},
  '861882441':{'en': 'Dongguan, Guangdong', 'zh': 
u('\u5e7f\u4e1c\u7701\u4e1c\u839e\u5e02')},
@@ -10018,5 +10019,4 @@
  '9168532':{'en': 'Sunabeda, Odisha'},
  '9168533':{'en': 'Sunabeda, Odisha'},
  '9168534':{'en': 'Sunabeda, Odisha'},
- '9168535':{'en': 'Sunabeda, Odisha'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data28.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data28.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data28.py      2022-12-22 
09:50:30.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data28.py      2023-01-29 
09:55:08.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '9168535':{'en': 'Sunabeda, Odisha'},
  '9168536':{'en': 'Sunabeda, Odisha'},
  '9168537':{'en': 'Sunabeda, Odisha'},
  '9168542':{'en': 'Jeypore, Odisha'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data3.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data3.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data3.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data3.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -4027,6 +4027,7 @@
  '25111645':{'en': 'Yeka I, Addis Ababa'},
  '25111646':{'en': 'Yeka II, Addis Ababa'},
  '25111647':{'en': 'Yeka Rss III, Addis Ababa'},
+ '25111650':{'en': 'Addis Ababa'},
  '25111651':{'en': 'East Addis Ababa Zone'},
  '25111652':{'en': 'South Addis Ababa Zone'},
  '25111653':{'en': 'South-West Addis Ababa Zone'},
@@ -10018,5 +10019,4 @@
  '3323643':{'en': 'Tours', 'fr': 'Tours'},
  '3323644':{'en': u('Valen\u00e7ay'), 'fr': u('Valen\u00e7ay')},
  '3323645':{'en': u('Vend\u00f4me'), 'fr': u('Vend\u00f4me')},
- '3323646':{'en': 'Vierzon', 'fr': 'Vierzon'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data4.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data4.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data4.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data4.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '3323646':{'en': 'Vierzon', 'fr': 'Vierzon'},
  '3323647':{'en': u('Orl\u00e9ans'), 'fr': u('Orl\u00e9ans')},
  '3323648':{'en': 'Gien', 'fr': 'Gien'},
  '3323649':{'en': 'Tours', 'fr': 'Tours'},
@@ -10018,5 +10019,4 @@
  '3358720':{'en': 'Limoges', 'fr': 'Limoges'},
  '3358721':{'en': 'Limoges', 'fr': 'Limoges'},
  '3358722':{'en': 'Tulle', 'fr': 'Tulle'},
- '3358723':{'en': 'Gueret', 'fr': 'Gueret'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data5.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data5.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data5.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data5.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '3358723':{'en': 'Gueret', 'fr': 'Gueret'},
  '3358724':{'en': 'Boussac', 'fr': 'Boussac'},
  '3358725':{'en': 'Argentat', 'fr': 'Argentat'},
  '3358726':{'en': 'Aubusson', 'fr': 'Aubusson'},
@@ -10018,5 +10019,4 @@
  '494792':{'de': 'Worpswede', 'en': 'Worpswede'},
  '494793':{'de': 'Hambergen', 'en': 'Hambergen'},
  '494794':{'de': 'Worpswede-Ostersode', 'en': 'Worpswede-Ostersode'},
- '494795':{'de': 'Garlstedt', 'en': 'Garlstedt'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data6.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data6.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data6.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data6.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '494795':{'de': 'Garlstedt', 'en': 'Garlstedt'},
  '494796':{'de': 'Teufelsmoor', 'en': 'Teufelsmoor'},
  '494802':{'de': 'Wrohm', 'en': 'Wrohm'},
  '494803':{'de': 'Pahlen', 'en': 'Pahlen'},
@@ -10018,5 +10019,4 @@
  '55493356':{'en': 'Arvoredo - SC', 'pt': 'Arvoredo - SC'},
  '55493358':{'en': 'Cordilheira Alta - SC', 'pt': 'Cordilheira Alta - SC'},
  '55493361':{'en': u('Chapec\u00f3 - SC'), 'pt': u('Chapec\u00f3 - SC')},
- '55493362':{'en': 'Novo Horizonte - SC', 'pt': 'Novo Horizonte - SC'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data7.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data7.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data7.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data7.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '55493362':{'en': 'Novo Horizonte - SC', 'pt': 'Novo Horizonte - SC'},
  '55493363':{'en': 'Bom Jesus do Oeste - SC', 'pt': 'Bom Jesus do Oeste - SC'},
  '55493364':{'en': 'Serra Alta - SC', 'pt': 'Serra Alta - SC'},
  '55493365':{'en': 'Modelo - SC', 'pt': 'Modelo - SC'},
@@ -10018,5 +10019,4 @@
  '609713':{'en': 'Kota Bharu'},
  '609714':{'en': 'Kota Bharu'},
  '609718':{'en': 'Kota Bharu'},
- '609719':{'en': 'Kota Bharu'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data8.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data8.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data8.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data8.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '609719':{'en': 'Kota Bharu'},
  '609721':{'en': 'Kota Bharu'},
  '609725':{'en': 'Kota Bharu'},
  '609726':{'en': 'Kota Bharu'},
@@ -10018,5 +10019,4 @@
  '61263074':{'en': 'Frogmore'},
  '61263075':{'en': 'Frogmore'},
  '61263076':{'en': 'Galong'},
- '61263077':{'en': 'Galong'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/geodata/data9.py 
new/phonenumbers-8.13.5/phonenumbers/geodata/data9.py
--- old/phonenumbers-8.13.3/phonenumbers/geodata/data9.py       2022-12-22 
09:50:29.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/geodata/data9.py       2023-01-29 
09:55:07.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 # limitations under the License.
 
 data = {
+ '61263077':{'en': 'Galong'},
  '61263078':{'en': 'Galong'},
  '612630790':{'en': 'Limekilns'},
  '612630791':{'en': 'Limekilns'},
@@ -10018,5 +10019,4 @@
  '61348106':{'en': 'Lalalty'},
  '61348107':{'en': 'Logie Brae'},
  '61348108':{'en': 'Mabins Well'},
- '61348109':{'en': 'Mathoura'},
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonenumbers-8.13.3/phonenumbers/shortdata/__init__.py 
new/phonenumbers-8.13.5/phonenumbers/shortdata/__init__.py
--- old/phonenumbers-8.13.3/phonenumbers/shortdata/__init__.py  2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/shortdata/__init__.py  2023-01-29 
09:55:05.000000000 +0100
@@ -1,5 +1,5 @@
 """Auto-generated file, do not edit by hand."""
-# Copyright (C) 2010-2022 The Libphonenumber Authors
+# Copyright (C) 2010-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonenumbers-8.13.3/phonenumbers/shortdata/region_FO.py 
new/phonenumbers-8.13.5/phonenumbers/shortdata/region_FO.py
--- old/phonenumbers-8.13.3/phonenumbers/shortdata/region_FO.py 2022-12-22 
09:50:27.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/shortdata/region_FO.py 2023-01-29 
09:55:05.000000000 +0100
@@ -3,7 +3,7 @@
 
 PHONE_METADATA_FO = PhoneMetadata(id='FO', country_code=None, 
international_prefix=None,
     general_desc=PhoneNumberDesc(national_number_pattern='1\\d{2,3}', 
possible_length=(3, 4)),
-    toll_free=PhoneNumberDesc(national_number_pattern='11[24]', 
example_number='112', possible_length=(3,)),
+    toll_free=PhoneNumberDesc(national_number_pattern='1(?:1[24]|81\\d)', 
example_number='112', possible_length=(3, 4)),
     emergency=PhoneNumberDesc(national_number_pattern='11[24]', 
example_number='112', possible_length=(3,)),
-    
short_code=PhoneNumberDesc(national_number_pattern='11[248]|1(?:4[124]|71|8[7-9])\\d',
 example_number='112', possible_length=(3, 4)),
+    
short_code=PhoneNumberDesc(national_number_pattern='1(?:1[248]|819)|1(?:4[124]|71|8[7-9])\\d',
 example_number='112', possible_length=(3, 4)),
     short_data=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/tzdata/__init__.py 
new/phonenumbers-8.13.5/phonenumbers/tzdata/__init__.py
--- old/phonenumbers-8.13.3/phonenumbers/tzdata/__init__.py     2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/tzdata/__init__.py     2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers/tzdata/data0.py 
new/phonenumbers-8.13.5/phonenumbers/tzdata/data0.py
--- old/phonenumbers-8.13.3/phonenumbers/tzdata/data0.py        2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers/tzdata/data0.py        2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from ..util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/phonenumbers.egg-info/PKG-INFO 
new/phonenumbers-8.13.5/phonenumbers.egg-info/PKG-INFO
--- old/phonenumbers-8.13.3/phonenumbers.egg-info/PKG-INFO      2022-12-22 
09:55:17.000000000 +0100
+++ new/phonenumbers-8.13.5/phonenumbers.egg-info/PKG-INFO      2023-01-29 
10:01:15.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: phonenumbers
-Version: 8.13.3
+Version: 8.13.5
 Summary: Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers.
 Home-page: https://github.com/daviddrysdale/python-phonenumbers
 Author: David Drysdale
@@ -259,6 +259,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Description-Content-Type: text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/setup.py 
new/phonenumbers-8.13.5/setup.py
--- old/phonenumbers-8.13.3/setup.py    2022-04-12 19:25:17.000000000 +0200
+++ new/phonenumbers-8.13.5/setup.py    2023-01-29 09:54:50.000000000 +0100
@@ -88,6 +88,7 @@
                                   'Programming Language :: Python :: 3.8',
                                   'Programming Language :: Python :: 3.9',
                                   'Programming Language :: Python :: 3.10',
+                                  'Programming Language :: Python :: 3.11',
                                   'Programming Language :: Python :: 
Implementation :: CPython',
                                   'Programming Language :: Python :: 
Implementation :: PyPy',
                                   ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/tests/phonenumberutiltest.py 
new/phonenumbers-8.13.5/tests/phonenumberutiltest.py
--- old/phonenumbers-8.13.3/tests/phonenumberutiltest.py        2022-11-30 
18:04:13.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/phonenumberutiltest.py        2023-01-09 
07:21:11.000000000 +0100
@@ -3216,6 +3216,8 @@
                              'register': True,
                              'short_data': True})
         self.assertIsNone(phonenumbers.example_number_for_type('XZ', 
PhoneNumberType.PERSONAL_NUMBER))
+        # Deregister "XZ" so no other tests are affected.
+        del PhoneMetadata._short_region_metadata["XZ"]
 
     def testNonGeoMetadataRegister(self):
         # Python version extra tests for non-geo metadata registration.
@@ -3239,6 +3241,8 @@
                           **{'country_code': 999,
                              'preferred_international_prefix': u('9999'),
                              'register': True})
+        # Deregister "001" / 999 afterwards so no other tests are affected.
+        del PhoneMetadata._country_code_metadata[999]
 
     def testPickledException(self):
         err = NumberParseException(NumberParseException.TOO_SHORT_AFTER_IDD, 
'hello world')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonenumbers-8.13.3/tests/testcarrierdata/__init__.py 
new/phonenumbers-8.13.5/tests/testcarrierdata/__init__.py
--- old/phonenumbers-8.13.3/tests/testcarrierdata/__init__.py   2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/testcarrierdata/__init__.py   2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from phonenumbers.util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/tests/testcarrierdata/data0.py 
new/phonenumbers-8.13.5/tests/testcarrierdata/data0.py
--- old/phonenumbers-8.13.3/tests/testcarrierdata/data0.py      2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/testcarrierdata/data0.py      2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from phonenumbers.util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/tests/testdata/__init__.py 
new/phonenumbers-8.13.5/tests/testdata/__init__.py
--- old/phonenumbers-8.13.3/tests/testdata/__init__.py  2022-12-22 
09:50:28.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/testdata/__init__.py  2023-01-29 
09:55:05.000000000 +0100
@@ -1,5 +1,5 @@
 """Auto-generated file, do not edit by hand."""
-# Copyright (C) 2010-2022 The Libphonenumber Authors
+# Copyright (C) 2010-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/tests/testgeodata/__init__.py 
new/phonenumbers-8.13.5/tests/testgeodata/__init__.py
--- old/phonenumbers-8.13.3/tests/testgeodata/__init__.py       2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/testgeodata/__init__.py       2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from phonenumbers.util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/tests/testgeodata/data0.py 
new/phonenumbers-8.13.5/tests/testgeodata/data0.py
--- old/phonenumbers-8.13.3/tests/testgeodata/data0.py  2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/testgeodata/data0.py  2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from phonenumbers.util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/tests/testtzdata/__init__.py 
new/phonenumbers-8.13.5/tests/testtzdata/__init__.py
--- old/phonenumbers-8.13.3/tests/testtzdata/__init__.py        2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/testtzdata/__init__.py        2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from phonenumbers.util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonenumbers-8.13.3/tests/testtzdata/data0.py 
new/phonenumbers-8.13.5/tests/testtzdata/data0.py
--- old/phonenumbers-8.13.3/tests/testtzdata/data0.py   2022-12-22 
09:50:31.000000000 +0100
+++ new/phonenumbers-8.13.5/tests/testtzdata/data0.py   2023-01-29 
09:55:09.000000000 +0100
@@ -4,7 +4,7 @@
 """
 from phonenumbers.util import u
 
-# Copyright (C) 2011-2022 The Libphonenumber Authors
+# Copyright (C) 2011-2023 The Libphonenumber Authors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Reply via email to