phonenumbers 9.0.14__py2.py3-none-any.whl → 9.0.15__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- phonenumbers/__init__.py +1 -1
- phonenumbers/carrierdata/data0.py +2 -2
- phonenumbers/carrierdata/data1.py +2 -2
- phonenumbers/carrierdata/data2.py +2 -0
- phonenumbers/data/region_KE.py +1 -1
- phonenumbers/data/region_UG.py +1 -1
- phonenumbers/data/region_US.py +2 -2
- phonenumbers/shortdata/region_DE.py +4 -4
- phonenumbers/shortdata/region_ES.py +2 -2
- {phonenumbers-9.0.14.dist-info → phonenumbers-9.0.15.dist-info}/METADATA +1 -1
- {phonenumbers-9.0.14.dist-info → phonenumbers-9.0.15.dist-info}/RECORD +14 -14
- {phonenumbers-9.0.14.dist-info → phonenumbers-9.0.15.dist-info}/WHEEL +0 -0
- {phonenumbers-9.0.14.dist-info → phonenumbers-9.0.15.dist-info}/licenses/LICENSE +0 -0
- {phonenumbers-9.0.14.dist-info → phonenumbers-9.0.15.dist-info}/top_level.txt +0 -0
phonenumbers/__init__.py
CHANGED
|
@@ -146,7 +146,7 @@ from .phonenumbermatcher import PhoneNumberMatch, PhoneNumberMatcher, Leniency
|
|
|
146
146
|
|
|
147
147
|
# Version number is taken from the upstream libphonenumber version
|
|
148
148
|
# together with an indication of the version of the Python-specific code.
|
|
149
|
-
__version__ = "9.0.
|
|
149
|
+
__version__ = "9.0.15"
|
|
150
150
|
|
|
151
151
|
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
|
|
152
152
|
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',
|
|
@@ -1314,6 +1314,7 @@ data = {
|
|
|
1314
1314
|
'254121':{'en': 'Infura'},
|
|
1315
1315
|
'254124':{'en': 'Finserve'},
|
|
1316
1316
|
'25413':{'en': 'NRG Media Limited'},
|
|
1317
|
+
'25414':{'en': 'Safaricom'},
|
|
1317
1318
|
'25470':{'en': 'Safaricom'},
|
|
1318
1319
|
'25471':{'en': 'Safaricom'},
|
|
1319
1320
|
'25472':{'en': 'Safaricom'},
|
|
@@ -1368,6 +1369,7 @@ data = {
|
|
|
1368
1369
|
'25678':{'en': 'MTN'},
|
|
1369
1370
|
'256790':{'en': 'MTN'},
|
|
1370
1371
|
'256791':{'en': 'MTN'},
|
|
1372
|
+
'256792':{'en': 'MTN'},
|
|
1371
1373
|
'256798':{'en': 'Africell'},
|
|
1372
1374
|
'256799':{'en': 'Africell'},
|
|
1373
1375
|
'25729':{'en': 'Leo'},
|
|
@@ -10017,6 +10019,4 @@ data = {
|
|
|
10017
10019
|
'553199785':{'en': 'Telemig Celular'},
|
|
10018
10020
|
'553199786':{'en': 'Telemig Celular'},
|
|
10019
10021
|
'553199787':{'en': 'Telemig Celular'},
|
|
10020
|
-
'553199788':{'en': 'Telemig Celular'},
|
|
10021
|
-
'553199789':{'en': 'Telemig Celular'},
|
|
10022
10022
|
}
|
|
@@ -19,6 +19,8 @@ from ..util import u
|
|
|
19
19
|
# limitations under the License.
|
|
20
20
|
|
|
21
21
|
data = {
|
|
22
|
+
'553199788':{'en': 'Telemig Celular'},
|
|
23
|
+
'553199789':{'en': 'Telemig Celular'},
|
|
22
24
|
'553199791':{'en': 'Telemig Celular'},
|
|
23
25
|
'553199792':{'en': 'Telemig Celular'},
|
|
24
26
|
'553199793':{'en': 'Telemig Celular'},
|
|
@@ -10017,6 +10019,4 @@ data = {
|
|
|
10017
10019
|
'5730593':{'en': 'Tigo'},
|
|
10018
10020
|
'5730594':{'en': 'Tigo'},
|
|
10019
10021
|
'5730595':{'en': 'Tigo'},
|
|
10020
|
-
'573102':{'en': 'Claro'},
|
|
10021
|
-
'573103':{'en': 'Claro'},
|
|
10022
10022
|
}
|
phonenumbers/data/region_KE.py
CHANGED
|
@@ -4,7 +4,7 @@ from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
|
|
|
4
4
|
PHONE_METADATA_KE = PhoneMetadata(id='KE', country_code=254, international_prefix='000',
|
|
5
5
|
general_desc=PhoneNumberDesc(national_number_pattern='(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}', possible_length=(7, 8, 9, 10)),
|
|
6
6
|
fixed_line=PhoneNumberDesc(national_number_pattern='(?:4[245]|5[1-79]|6[01457-9])\\d{5,7}|(?:4[136]|5[08]|62)\\d{7}|(?:[24]0|66)\\d{6,7}', example_number='202012345', possible_length=(7, 8, 9)),
|
|
7
|
-
mobile=PhoneNumberDesc(national_number_pattern='(?:1(?:0[0-8]|1
|
|
7
|
+
mobile=PhoneNumberDesc(national_number_pattern='(?:1(?:0[0-8]|1\\d|2[014]|[34]0)|7\\d\\d)\\d{6}', example_number='712123456', possible_length=(9,)),
|
|
8
8
|
toll_free=PhoneNumberDesc(national_number_pattern='800[02-8]\\d{5,6}', example_number='800223456', possible_length=(9, 10)),
|
|
9
9
|
premium_rate=PhoneNumberDesc(national_number_pattern='900[02-9]\\d{5}', example_number='900223456', possible_length=(9,)),
|
|
10
10
|
national_prefix='0',
|
phonenumbers/data/region_UG.py
CHANGED
|
@@ -4,7 +4,7 @@ from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
|
|
|
4
4
|
PHONE_METADATA_UG = PhoneMetadata(id='UG', country_code=256, international_prefix='00[057]',
|
|
5
5
|
general_desc=PhoneNumberDesc(national_number_pattern='800\\d{6}|(?:[29]0|[347]\\d)\\d{7}', possible_length=(9,), possible_length_local_only=(5, 6, 7)),
|
|
6
6
|
fixed_line=PhoneNumberDesc(national_number_pattern='20(?:(?:240|30[67])\\d|6(?:00[0-2]|30[0-4]))\\d{3}|(?:20(?:[017]\\d|2[5-9]|3[1-4]|5[0-4]|6[15-9])|[34]\\d{3})\\d{5}', example_number='312345678', possible_length=(9,), possible_length_local_only=(5, 6, 7)),
|
|
7
|
-
mobile=PhoneNumberDesc(national_number_pattern='72[48]0\\d{5}|7(?:[014-8]\\d|2[067]|36|9[
|
|
7
|
+
mobile=PhoneNumberDesc(national_number_pattern='72[48]0\\d{5}|7(?:[014-8]\\d|2[067]|36|9[0-289])\\d{6}', example_number='712345678', possible_length=(9,)),
|
|
8
8
|
toll_free=PhoneNumberDesc(national_number_pattern='800[1-3]\\d{5}', example_number='800123456', possible_length=(9,)),
|
|
9
9
|
premium_rate=PhoneNumberDesc(national_number_pattern='90[1-3]\\d{6}', example_number='901123456', possible_length=(9,)),
|
|
10
10
|
national_prefix='0',
|
phonenumbers/data/region_US.py
CHANGED
|
@@ -3,8 +3,8 @@ from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
|
|
|
3
3
|
|
|
4
4
|
PHONE_METADATA_US = PhoneMetadata(id='US', country_code=1, international_prefix='011',
|
|
5
5
|
general_desc=PhoneNumberDesc(national_number_pattern='[2-9]\\d{9}|3\\d{6}', possible_length=(10,), possible_length_local_only=(7,)),
|
|
6
|
-
fixed_line=PhoneNumberDesc(national_number_pattern='
|
|
7
|
-
mobile=PhoneNumberDesc(national_number_pattern='
|
|
6
|
+
fixed_line=PhoneNumberDesc(national_number_pattern='3052(?:0[0-8]|[1-9]\\d)\\d{4}|(?:2742|305[3-9])\\d{6}|(?:472|983)[2-47-9]\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}', example_number='2015550123', possible_length=(10,), possible_length_local_only=(7,)),
|
|
7
|
+
mobile=PhoneNumberDesc(national_number_pattern='3052(?:0[0-8]|[1-9]\\d)\\d{4}|(?:2742|305[3-9])\\d{6}|(?:472|983)[2-47-9]\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}', example_number='2015550123', possible_length=(10,), possible_length_local_only=(7,)),
|
|
8
8
|
toll_free=PhoneNumberDesc(national_number_pattern='8(?:00|33|44|55|66|77|88)[2-9]\\d{6}', example_number='8002345678', possible_length=(10,)),
|
|
9
9
|
premium_rate=PhoneNumberDesc(national_number_pattern='900[2-9]\\d{6}', example_number='9002345678', possible_length=(10,)),
|
|
10
10
|
personal_number=PhoneNumberDesc(national_number_pattern='52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}', example_number='5002345678', possible_length=(10,)),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
|
|
3
3
|
|
|
4
4
|
PHONE_METADATA_DE = PhoneMetadata(id='DE', country_code=None, international_prefix=None,
|
|
5
|
-
general_desc=PhoneNumberDesc(national_number_pattern='[1-
|
|
5
|
+
general_desc=PhoneNumberDesc(national_number_pattern='[1-46-8]\\d{2,5}', possible_length=(3, 4, 5, 6)),
|
|
6
6
|
toll_free=PhoneNumberDesc(national_number_pattern='11(?:[02]|6\\d{3})', example_number='110', possible_length=(3, 6)),
|
|
7
7
|
emergency=PhoneNumberDesc(national_number_pattern='11[02]', example_number='110', possible_length=(3,)),
|
|
8
|
-
short_code=PhoneNumberDesc(national_number_pattern='11(?:[025]|6(?:00[06]|1(?:1[167]|23))|800\\d)|22(?:044|5(?:43|80)|7700|922)|33(?:11|3[34])|44844|7(?:0\\d{3}|464)|80808|118\\d\\d', example_number='110', possible_length=(3, 4, 5, 6)),
|
|
9
|
-
carrier_specific=PhoneNumberDesc(national_number_pattern='(?:33[13]|746)\\d|(?:22(?:[059]|7\\d)|(?:44|80)8|70\\d)\\d\\d', example_number='3310', possible_length=(4, 5, 6)),
|
|
10
|
-
sms_services=PhoneNumberDesc(national_number_pattern='(?:333|746)\\d|(?:22(?:[059]|7\\d)|(?:44|80)8|70\\d)\\d\\d', example_number='3330', possible_length=(4, 5, 6)),
|
|
8
|
+
short_code=PhoneNumberDesc(national_number_pattern='11(?:[025]|6(?:00[06]|1(?:1[167]|23))|800\\d)|22(?:044|5(?:43|80)|7700|922)|33(?:11|3[34])|44844|600\\d\\d|7(?:0\\d{3}|464)|80808|118\\d\\d', example_number='110', possible_length=(3, 4, 5, 6)),
|
|
9
|
+
carrier_specific=PhoneNumberDesc(national_number_pattern='(?:33[13]|746)\\d|(?:22(?:[059]|7\\d)|(?:44|80)8|600|70\\d)\\d\\d', example_number='3310', possible_length=(4, 5, 6)),
|
|
10
|
+
sms_services=PhoneNumberDesc(national_number_pattern='(?:333|746)\\d|(?:22(?:[059]|7\\d)|(?:44|80)8|600|70\\d)\\d\\d', example_number='3330', possible_length=(4, 5, 6)),
|
|
11
11
|
short_data=True)
|
|
@@ -6,8 +6,8 @@ PHONE_METADATA_ES = PhoneMetadata(id='ES', country_code=None, international_pref
|
|
|
6
6
|
toll_free=PhoneNumberDesc(national_number_pattern='0(?:16|6[57]|8[58])|1(?:006|12|[3-7]\\d\\d)|(?:116|20\\d)\\d{3}', example_number='016', possible_length=(3, 4, 6)),
|
|
7
7
|
premium_rate=PhoneNumberDesc(national_number_pattern='[12]2\\d{1,4}|90(?:5\\d|7)|(?:118|2(?:[357]\\d|80)|3[357]\\d)\\d\\d|[79]9[57]\\d{3}', example_number='120', possible_length=(3, 4, 5, 6)),
|
|
8
8
|
emergency=PhoneNumberDesc(national_number_pattern='08[58]|112', example_number='085', possible_length=(3,)),
|
|
9
|
-
short_code=PhoneNumberDesc(national_number_pattern='0(?:1[0-
|
|
10
|
-
standard_rate=PhoneNumberDesc(national_number_pattern='0(?:[
|
|
9
|
+
short_code=PhoneNumberDesc(national_number_pattern='0(?:1[0-267]|2[148]|6[0-257]|8[058]|9[12])|1(?:0[03-57]\\d{1,3}|1(?:2|6(?:000|111)|8\\d\\d)|2\\d{1,4}|[3-9]\\d\\d)|2(?:2\\d{1,4}|80\\d\\d)|90(?:5[124578]|7)|1(?:3[34]|77)|(?:2[01]\\d|[79]9[57])\\d{3}|[23][357]\\d{3}', example_number='010', possible_length=(3, 4, 5, 6)),
|
|
10
|
+
standard_rate=PhoneNumberDesc(national_number_pattern='0(?:1[0-27]|2[148]|6[0-2]|80|9[12])|21\\d{4}', example_number='010', possible_length=(3, 6)),
|
|
11
11
|
carrier_specific=PhoneNumberDesc(national_number_pattern='1(?:3[34]|77)|[12]2\\d{1,4}', example_number='120', possible_length=(3, 4, 5, 6)),
|
|
12
12
|
sms_services=PhoneNumberDesc(national_number_pattern='(?:2[0-2]\\d|3[357]|[79]9[57])\\d{3}|2(?:[2357]\\d|80)\\d\\d', example_number='22000', possible_length=(5, 6)),
|
|
13
13
|
short_data=True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: phonenumbers
|
|
3
|
-
Version: 9.0.
|
|
3
|
+
Version: 9.0.15
|
|
4
4
|
Summary: Python version of Google's common library for parsing, formatting, storing and validating international phone numbers.
|
|
5
5
|
Home-page: https://github.com/daviddrysdale/python-phonenumbers
|
|
6
6
|
Author: David Drysdale
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
phonenumbers/__init__.py,sha256=
|
|
1
|
+
phonenumbers/__init__.py,sha256=Qp5wy7kM9FFYykL-0pFzMVIBiUpudhFcOix8VchnJxg,9802
|
|
2
2
|
phonenumbers/__init__.pyi,sha256=D7kOiDRlhBvOLncGzudmGF01NL3pyU_4_jcLuPBKxrY,6367
|
|
3
3
|
phonenumbers/asyoutypeformatter.py,sha256=TV_SOoU6oP3uFk0TedK3aWyYz9teSDKR3Gwz0ks6wf0,33119
|
|
4
4
|
phonenumbers/asyoutypeformatter.pyi,sha256=Bk66pd_UXZu0mUM96ymSWWRKFdMJaGqJTUozvFEmjLk,2721
|
|
@@ -29,9 +29,9 @@ phonenumbers/util.py,sha256=3Ivg-e7FpMMevE15UpTzX98ewYqRwnMchVz3AFfHmec,5686
|
|
|
29
29
|
phonenumbers/util.pyi,sha256=2GkM8VPcn-E69KTOhiXxbydu8L2dOdHYZxloYwnkHCY,963
|
|
30
30
|
phonenumbers/carrierdata/__init__.py,sha256=xeLV8YeMTQk47uRP3iFjbB8y63NDiv5UvvUONruPysw,936
|
|
31
31
|
phonenumbers/carrierdata/__init__.pyi,sha256=adDU9Lxip6D4cyRDEEpEP8dg85oCku1ciDnO1VMu6eg,68
|
|
32
|
-
phonenumbers/carrierdata/data0.py,sha256=
|
|
33
|
-
phonenumbers/carrierdata/data1.py,sha256=
|
|
34
|
-
phonenumbers/carrierdata/data2.py,sha256=
|
|
32
|
+
phonenumbers/carrierdata/data0.py,sha256=PccuZQtIT_WlfqU7JZt6SIUxjo9gCE7OVol_276_1cY,309555
|
|
33
|
+
phonenumbers/carrierdata/data1.py,sha256=7nQGuMJ59zLJ6FKcbRU1s4tmYMcKqpYQOzKMrxI4-Gg,355321
|
|
34
|
+
phonenumbers/carrierdata/data2.py,sha256=FCNAwXzF1po19gfeTZ0YF9OeUsjdC8VTqAkSBsxAFxw,329687
|
|
35
35
|
phonenumbers/data/__init__.py,sha256=Q_T6kkHJxS8Zi2n1qZSHaTgP1vWSQrlhZ1c2ApBtSIQ,10227
|
|
36
36
|
phonenumbers/data/__init__.pyi,sha256=AYkBu5sCoP7WB7eY9VG-QGxOGjnqW52I4gWMhnXx3rU,2481
|
|
37
37
|
phonenumbers/data/alt_format_255.py,sha256=Fv7jiUxvRndymgIELAOxCEfjBs8kZhQg5Gfri8ODP04,337
|
|
@@ -200,7 +200,7 @@ phonenumbers/data/region_JE.py,sha256=3OrV_Sy1dknVl09BdnU_VPsxgj-xWlDF0cuT1O9Aeo
|
|
|
200
200
|
phonenumbers/data/region_JM.py,sha256=078bKQVNpjOuqPNf0KkkFwNXv-OM68AXDheCYvhwfEA,1796
|
|
201
201
|
phonenumbers/data/region_JO.py,sha256=lgb6hQXVxPpv6JD9A0-7Y7pjuskx-rWY1BvjHh5quqs,2480
|
|
202
202
|
phonenumbers/data/region_JP.py,sha256=vZKI7FbUhEzlo7LXbjCk2O6S-kbMVe8YBKaBQ3VgpI4,9745
|
|
203
|
-
phonenumbers/data/region_KE.py,sha256=
|
|
203
|
+
phonenumbers/data/region_KE.py,sha256=HiwiEq5PAjnFeDrN9xpgtU3kgS_PGkHN_ZQaZdFy2BE,1535
|
|
204
204
|
phonenumbers/data/region_KG.py,sha256=vSmuvaTIAbKafueoAfKWFm6rD2i9PBZEnaVd2AVZfnY,1655
|
|
205
205
|
phonenumbers/data/region_KH.py,sha256=g1beD-ZjbnMh0w4EuZ7zbLsXd-8IKZhm0znKQVSUP_o,1528
|
|
206
206
|
phonenumbers/data/region_KI.py,sha256=Po9wt_BOzaOS3lta6qN18wS9sd8z2sfqr1_YiDLjQXk,1116
|
|
@@ -315,8 +315,8 @@ phonenumbers/data/region_TV.py,sha256=SJTKJA2SRU08KuImqpb4G1u95RbQpBa1ISCjs7vLv1
|
|
|
315
315
|
phonenumbers/data/region_TW.py,sha256=oWAODWDS7grfIbAEhvTAIHrUPkPLD2hQcR7nQBof9Ds,2798
|
|
316
316
|
phonenumbers/data/region_TZ.py,sha256=er6xK09PkM3BEanVmItvCUKSZ6Y0wbap1EZg1POCsis,1833
|
|
317
317
|
phonenumbers/data/region_UA.py,sha256=bPG_Cny22BhL5lqmttx9_tbog-pZrCCz8N-kKDUtpng,2139
|
|
318
|
-
phonenumbers/data/region_UG.py,sha256
|
|
319
|
-
phonenumbers/data/region_US.py,sha256=
|
|
318
|
+
phonenumbers/data/region_UG.py,sha256=-Nob6WlMk6bRn8jLMLmwATlPJDFrD1QEBOjtmZRKfHo,1577
|
|
319
|
+
phonenumbers/data/region_US.py,sha256=HIS-u7Wq5x-0o2GpXtbq7BN9j3YfbldpvG62dBGw2LU,3625
|
|
320
320
|
phonenumbers/data/region_UY.py,sha256=zhIIT9LYOoxeuXPeXA7yUtivakwr0R2Yz9mNCJJmF7Y,2089
|
|
321
321
|
phonenumbers/data/region_UZ.py,sha256=caBiOuQVB8j2cGH-fCzgb8pyNNJqMBuF00XGcGCWH0Q,2006
|
|
322
322
|
phonenumbers/data/region_VA.py,sha256=JBLR8w2i-KfuKAUl5ruVArym4HB6h73ACSc-gpg9GyA,1629
|
|
@@ -424,7 +424,7 @@ phonenumbers/shortdata/region_CW.py,sha256=PzbYeu3BVUAl5qSakfgay95MGKIS-rC90LQMt
|
|
|
424
424
|
phonenumbers/shortdata/region_CX.py,sha256=vKkfEzmqnCBWYLEJBzMJorA5BFvxO0atwiN_0IW4Dkw,669
|
|
425
425
|
phonenumbers/shortdata/region_CY.py,sha256=GrAXyg_kNrGzUqArVZQYdkbuzEdvog3muOOT0abcckk,721
|
|
426
426
|
phonenumbers/shortdata/region_CZ.py,sha256=-qCgL_vde29Kw8BVVLyk97U074qJXvqlfXSgSwjOWe8,775
|
|
427
|
-
phonenumbers/shortdata/region_DE.py,sha256=
|
|
427
|
+
phonenumbers/shortdata/region_DE.py,sha256=bmwCjSbIP-hlQshx-Acmg5ezIIm9BLyB5rjhYR1kPuI,1190
|
|
428
428
|
phonenumbers/shortdata/region_DJ.py,sha256=0hnjgVKT10pNNiL5C_rbd-WSr51Z9KEN6hZXPz13GQY,654
|
|
429
429
|
phonenumbers/shortdata/region_DK.py,sha256=v-jlj_n2i7xD15vdB_cQb1UpUNSRnsFWbxctSD6ZEX0,763
|
|
430
430
|
phonenumbers/shortdata/region_DM.py,sha256=RzbCcdJRhQp6emfkdhEjb9Q0qgO5wqjT-uufPTIfHx8,696
|
|
@@ -435,7 +435,7 @@ phonenumbers/shortdata/region_EE.py,sha256=4oYETHstSFI-gpTIMc3hhGr_2OI3m-JHVGcsM
|
|
|
435
435
|
phonenumbers/shortdata/region_EG.py,sha256=iCKUsua4gRDtUpd5sRNOWahMd9S3B6y_t3mtP5cr9iw,958
|
|
436
436
|
phonenumbers/shortdata/region_EH.py,sha256=8xFe9rvMPefRvv_VmLqs5ZEOtpPsrw6xIJUpwz3bMuQ,687
|
|
437
437
|
phonenumbers/shortdata/region_ER.py,sha256=5vKz0UzFPTZeOH7GOhzyhm4R12aCh5HauHwuAr1BZHw,814
|
|
438
|
-
phonenumbers/shortdata/region_ES.py,sha256=
|
|
438
|
+
phonenumbers/shortdata/region_ES.py,sha256=JdB19wcOhoq1lAzEtEn90V1G1pR6-EyCdq0hV34PfxU,1627
|
|
439
439
|
phonenumbers/shortdata/region_ET.py,sha256=vfGDuN2z8tOZ5886DLD-SHLysP4T-GSQZf4lESrC8Xo,720
|
|
440
440
|
phonenumbers/shortdata/region_FI.py,sha256=0hKCRdHnMEvPsJXq9gbJddaw32b9EDDj_TecnQ7km4s,872
|
|
441
441
|
phonenumbers/shortdata/region_FJ.py,sha256=ZqkxJzh5XDHVsEbm3Chguggo_Y5X17yiTEuFEA_AqxI,873
|
|
@@ -613,8 +613,8 @@ phonenumbers/shortdata/region_ZW.py,sha256=gFbloUKlzPZOaOvEQBZYjna38t2em9DWNl3Ur
|
|
|
613
613
|
phonenumbers/tzdata/__init__.py,sha256=OILvqC2zHqIk-se-HxwcH3i7jeBrU5heA-_ppuaLMbw,824
|
|
614
614
|
phonenumbers/tzdata/__init__.pyi,sha256=EKmrM4jAiQ_XtA5es0vHmKu3WGiMWlvm3f1OYWtyKXo,71
|
|
615
615
|
phonenumbers/tzdata/data0.py,sha256=9rie9urtL21Hpboei1jxJfabemBc8uC11O7b2vNJfNI,116638
|
|
616
|
-
phonenumbers-9.0.
|
|
617
|
-
phonenumbers-9.0.
|
|
618
|
-
phonenumbers-9.0.
|
|
619
|
-
phonenumbers-9.0.
|
|
620
|
-
phonenumbers-9.0.
|
|
616
|
+
phonenumbers-9.0.15.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
617
|
+
phonenumbers-9.0.15.dist-info/METADATA,sha256=ro_L--OC59sgD_hhT8GwVVIUASTC6Ml856q3z5tXTN8,11204
|
|
618
|
+
phonenumbers-9.0.15.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
619
|
+
phonenumbers-9.0.15.dist-info/top_level.txt,sha256=_MH-Ln0-kKnNk_VSVXJFRlVIr6mp12OAm4RBfSveeQI,13
|
|
620
|
+
phonenumbers-9.0.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|