Thu Jan 12 00:52:25 2017 UTC ()
What's new in 8.0.0

Merge to upstream commit 1eb06f31e1dd; relevant code changes:

    Removing the ability for .._for_region methods in shortnumberinfo.py to work on strings, as well of phone number objects. These have been marked deprecated for months. Any users of these methods should call phonenumbers.parse first to create a PhoneNumber object, and pass this in.
    Support semicolon as extension character while parsing phone numbers. This is not applicable when you are trying to find the phone numbers.

What's new in 7.7.5

Merge to upstream commit e905483f87cf; relevant code changes:

    Removing all references to possible_number_pattern other than in the metadata itself.

What's new in 7.7.4

Merge to upstream commit fedbc7020703; code changes:

    GitHub project changes:
        Changed tag to vX.Y.Z from release-X.Y.Z; this may affect ports and derived projects.
    Metadata structure changes in XML file:
        Mobile and Fixed-Line blocks are no longer assumed to inherit missing data from the GeneralDesc, but are treated like every other phone number type. This means that for the non-geographical country codes, like +800, the example number has been moved from generalDesc to the relevant number types, and the code in getExampleNumberForNonGeoEntity has been changed to look at these sub-types for an example number. This also means that the "NA" and "-1" blocks present in the metadata to indicate that no mobile or fixed-line numbers appear for the entity have been removed. There should no longer be an exampleNumber at the generalDesc level, but it should be present at every PhoneNumberDesc with data.
    Code changes:
        Using new possibleLengthInfo to decide whether a short number is the right length or not. This could result in more specific results; whereas before, a number from length 3 to length 6 may have been deemed possible, now we may exclude a number of length 5.
        Add hash (#) as a diallable character. Numbers with # in them will no longer have formatting applied in format_n_original_format, and normalize_diallable_chars_only now retains the # symbol.
        example_number_for_non_geo_entity has been changed to look at the specific number types, not just the generalDesc, for the example numbers; this is a necessary change after the metadata structure change detailed above.

What's new in 7.7.3

Merge to upstream commit ad0ce0c94501; code changes:

    Fixed phonemetadata.py not to merge from a NumberFormat's unset bool national_prefix_optional_when_formatting.

What's new in 7.7.2

Merge to upstream commit 2d0d216f6032; code changes:

    Stop setting empty preferred_domestic_carrier_code, and if we are passed such a number then treat the empty field as if unset.

What's new in 7.7.1

Merge to upstream commit 8c37310deb49; code changes:

    Switching the internal implementation of is_possible_number and related functions to use the new possibleLengths metadata. This affects a lot of countries, making is_possible_number more restrictive as more precise data is available. It also affects parsing ambiguous and invalid numbers, as we decide whether to strip a possible national prefix (1) or country code based on the length of the number and whether it is possible before or after this.
    Formatting, naming and comment tweaks to follow style guide
    Removal of unneeded _can_be_geocoded method in the timezone.py file, using phonenumberutil.py instead

What's new in 7.7.0

Merge to upstream commit 1ec4d341c3cd; no code changes that affect the Python version so this is just a version bump to stay in sync with upstream.
What's new in 7.6.1

Merge to upstream commit 7cc500f588db; code changes:

    phonemetadata.py has two more fields to represent possible lengths of phone numbers. Changed buildmetadatafromxml.py to alter the way that metadata about possible-lengths information is consumed when constructing metadata to populate these. Discussion list email

What's new in 7.6.0

Merge to upstream commit ddf60b1c175e; code changes:

    Made is_number_geographical() public and added is_number_type_geographical(), and changed the geocoder to use this when checking whether to give a detailed answer or country-level only.

What's new in 7.5.0

Merge to upstream commit 3f83454ed62b; no code changes that affect the Python version so this is just a version bump to stay in sync with upstream.


(rodent)
diff -r1.7 -r1.8 pkgsrc/textproc/py-phonenumbers/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/py-phonenumbers/PLIST
diff -r1.6 -r1.7 pkgsrc/textproc/py-phonenumbers/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-phonenumbers/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-phonenumbers/Makefile 2016/06/08 17:43:42 1.7
+++ pkgsrc/textproc/py-phonenumbers/Makefile 2017/01/12 00:52:25 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2016/06/08 17:43:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2017/01/12 00:52:25 rodent Exp $
2 2
3DISTNAME= phonenumbers-7.0.4 3DISTNAME= phonenumbers-8.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= comms textproc python 5CATEGORIES= comms textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/}
7 7
8MAINTAINER= rodent@NetBSD.org 8MAINTAINER= rodent@NetBSD.org
9HOMEPAGE= https://github.com/daviddrysdale/python-phonenumbers 9HOMEPAGE= https://github.com/daviddrysdale/python-phonenumbers
10COMMENT= Library for formatting, storing and validating phone numbers 10COMMENT= Library for formatting, storing and validating phone numbers
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15REPLACE_PYTHON+= phonenumbers/util.py 15REPLACE_PYTHON+= phonenumbers/util.py
16 16

cvs diff -r1.4 -r1.5 pkgsrc/textproc/py-phonenumbers/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-phonenumbers/PLIST 2014/12/03 22:41:09 1.4
+++ pkgsrc/textproc/py-phonenumbers/PLIST 2017/01/12 00:52:25 1.5
@@ -1,36 +1,39 @@ @@ -1,36 +1,39 @@
1@comment $NetBSD: PLIST,v 1.4 2014/12/03 22:41:09 rodent Exp $ 1@comment $NetBSD: PLIST,v 1.5 2017/01/12 00:52:25 rodent Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/top_level.txt 5${PYSITELIB}/${EGG_INFODIR}/top_level.txt
6${PYSITELIB}/phonenumbers/__init__.py 6${PYSITELIB}/phonenumbers/__init__.py
7${PYSITELIB}/phonenumbers/__init__.pyc 7${PYSITELIB}/phonenumbers/__init__.pyc
8${PYSITELIB}/phonenumbers/__init__.pyo 8${PYSITELIB}/phonenumbers/__init__.pyo
9${PYSITELIB}/phonenumbers/asyoutypeformatter.py 9${PYSITELIB}/phonenumbers/asyoutypeformatter.py
10${PYSITELIB}/phonenumbers/asyoutypeformatter.pyc 10${PYSITELIB}/phonenumbers/asyoutypeformatter.pyc
11${PYSITELIB}/phonenumbers/asyoutypeformatter.pyo 11${PYSITELIB}/phonenumbers/asyoutypeformatter.pyo
12${PYSITELIB}/phonenumbers/carrier.py 12${PYSITELIB}/phonenumbers/carrier.py
13${PYSITELIB}/phonenumbers/carrier.pyc 13${PYSITELIB}/phonenumbers/carrier.pyc
14${PYSITELIB}/phonenumbers/carrier.pyo 14${PYSITELIB}/phonenumbers/carrier.pyo
15${PYSITELIB}/phonenumbers/carrierdata/__init__.py 15${PYSITELIB}/phonenumbers/carrierdata/__init__.py
16${PYSITELIB}/phonenumbers/carrierdata/__init__.pyc 16${PYSITELIB}/phonenumbers/carrierdata/__init__.pyc
17${PYSITELIB}/phonenumbers/carrierdata/__init__.pyo 17${PYSITELIB}/phonenumbers/carrierdata/__init__.pyo
18${PYSITELIB}/phonenumbers/carrierdata/data0.py 18${PYSITELIB}/phonenumbers/carrierdata/data0.py
19${PYSITELIB}/phonenumbers/carrierdata/data0.pyc 19${PYSITELIB}/phonenumbers/carrierdata/data0.pyc
20${PYSITELIB}/phonenumbers/carrierdata/data0.pyo 20${PYSITELIB}/phonenumbers/carrierdata/data0.pyo
21${PYSITELIB}/phonenumbers/carrierdata/data1.py 21${PYSITELIB}/phonenumbers/carrierdata/data1.py
22${PYSITELIB}/phonenumbers/carrierdata/data1.pyc 22${PYSITELIB}/phonenumbers/carrierdata/data1.pyc
23${PYSITELIB}/phonenumbers/carrierdata/data1.pyo 23${PYSITELIB}/phonenumbers/carrierdata/data1.pyo
 24${PYSITELIB}/phonenumbers/carrierdata/data2.py
 25${PYSITELIB}/phonenumbers/carrierdata/data2.pyc
 26${PYSITELIB}/phonenumbers/carrierdata/data2.pyo
24${PYSITELIB}/phonenumbers/data/__init__.py 27${PYSITELIB}/phonenumbers/data/__init__.py
25${PYSITELIB}/phonenumbers/data/__init__.pyc 28${PYSITELIB}/phonenumbers/data/__init__.pyc
26${PYSITELIB}/phonenumbers/data/__init__.pyo 29${PYSITELIB}/phonenumbers/data/__init__.pyo
27${PYSITELIB}/phonenumbers/data/alt_format_255.py 30${PYSITELIB}/phonenumbers/data/alt_format_255.py
28${PYSITELIB}/phonenumbers/data/alt_format_255.pyc 31${PYSITELIB}/phonenumbers/data/alt_format_255.pyc
29${PYSITELIB}/phonenumbers/data/alt_format_255.pyo 32${PYSITELIB}/phonenumbers/data/alt_format_255.pyo
30${PYSITELIB}/phonenumbers/data/alt_format_27.py 33${PYSITELIB}/phonenumbers/data/alt_format_27.py
31${PYSITELIB}/phonenumbers/data/alt_format_27.pyc 34${PYSITELIB}/phonenumbers/data/alt_format_27.pyc
32${PYSITELIB}/phonenumbers/data/alt_format_27.pyo 35${PYSITELIB}/phonenumbers/data/alt_format_27.pyo
33${PYSITELIB}/phonenumbers/data/alt_format_30.py 36${PYSITELIB}/phonenumbers/data/alt_format_30.py
34${PYSITELIB}/phonenumbers/data/alt_format_30.pyc 37${PYSITELIB}/phonenumbers/data/alt_format_30.pyc
35${PYSITELIB}/phonenumbers/data/alt_format_30.pyo 38${PYSITELIB}/phonenumbers/data/alt_format_30.pyo
36${PYSITELIB}/phonenumbers/data/alt_format_31.py 39${PYSITELIB}/phonenumbers/data/alt_format_31.py
@@ -950,26 +953,35 @@ ${PYSITELIB}/phonenumbers/geodata/data17 @@ -950,26 +953,35 @@ ${PYSITELIB}/phonenumbers/geodata/data17
950${PYSITELIB}/phonenumbers/geodata/data17.pyo 953${PYSITELIB}/phonenumbers/geodata/data17.pyo
951${PYSITELIB}/phonenumbers/geodata/data18.py 954${PYSITELIB}/phonenumbers/geodata/data18.py
952${PYSITELIB}/phonenumbers/geodata/data18.pyc 955${PYSITELIB}/phonenumbers/geodata/data18.pyc
953${PYSITELIB}/phonenumbers/geodata/data18.pyo 956${PYSITELIB}/phonenumbers/geodata/data18.pyo
954${PYSITELIB}/phonenumbers/geodata/data19.py 957${PYSITELIB}/phonenumbers/geodata/data19.py
955${PYSITELIB}/phonenumbers/geodata/data19.pyc 958${PYSITELIB}/phonenumbers/geodata/data19.pyc
956${PYSITELIB}/phonenumbers/geodata/data19.pyo 959${PYSITELIB}/phonenumbers/geodata/data19.pyo
957${PYSITELIB}/phonenumbers/geodata/data2.py 960${PYSITELIB}/phonenumbers/geodata/data2.py
958${PYSITELIB}/phonenumbers/geodata/data2.pyc 961${PYSITELIB}/phonenumbers/geodata/data2.pyc
959${PYSITELIB}/phonenumbers/geodata/data2.pyo 962${PYSITELIB}/phonenumbers/geodata/data2.pyo
960${PYSITELIB}/phonenumbers/geodata/data20.py 963${PYSITELIB}/phonenumbers/geodata/data20.py
961${PYSITELIB}/phonenumbers/geodata/data20.pyc 964${PYSITELIB}/phonenumbers/geodata/data20.pyc
962${PYSITELIB}/phonenumbers/geodata/data20.pyo 965${PYSITELIB}/phonenumbers/geodata/data20.pyo
 966${PYSITELIB}/phonenumbers/geodata/data21.py
 967${PYSITELIB}/phonenumbers/geodata/data21.pyc
 968${PYSITELIB}/phonenumbers/geodata/data21.pyo
 969${PYSITELIB}/phonenumbers/geodata/data22.py
 970${PYSITELIB}/phonenumbers/geodata/data22.pyc
 971${PYSITELIB}/phonenumbers/geodata/data22.pyo
 972${PYSITELIB}/phonenumbers/geodata/data23.py
 973${PYSITELIB}/phonenumbers/geodata/data23.pyc
 974${PYSITELIB}/phonenumbers/geodata/data23.pyo
963${PYSITELIB}/phonenumbers/geodata/data3.py 975${PYSITELIB}/phonenumbers/geodata/data3.py
964${PYSITELIB}/phonenumbers/geodata/data3.pyc 976${PYSITELIB}/phonenumbers/geodata/data3.pyc
965${PYSITELIB}/phonenumbers/geodata/data3.pyo 977${PYSITELIB}/phonenumbers/geodata/data3.pyo
966${PYSITELIB}/phonenumbers/geodata/data4.py 978${PYSITELIB}/phonenumbers/geodata/data4.py
967${PYSITELIB}/phonenumbers/geodata/data4.pyc 979${PYSITELIB}/phonenumbers/geodata/data4.pyc
968${PYSITELIB}/phonenumbers/geodata/data4.pyo 980${PYSITELIB}/phonenumbers/geodata/data4.pyo
969${PYSITELIB}/phonenumbers/geodata/data5.py 981${PYSITELIB}/phonenumbers/geodata/data5.py
970${PYSITELIB}/phonenumbers/geodata/data5.pyc 982${PYSITELIB}/phonenumbers/geodata/data5.pyc
971${PYSITELIB}/phonenumbers/geodata/data5.pyo 983${PYSITELIB}/phonenumbers/geodata/data5.pyo
972${PYSITELIB}/phonenumbers/geodata/data6.py 984${PYSITELIB}/phonenumbers/geodata/data6.py
973${PYSITELIB}/phonenumbers/geodata/data6.pyc 985${PYSITELIB}/phonenumbers/geodata/data6.pyc
974${PYSITELIB}/phonenumbers/geodata/data6.pyo 986${PYSITELIB}/phonenumbers/geodata/data6.pyo
975${PYSITELIB}/phonenumbers/geodata/data7.py 987${PYSITELIB}/phonenumbers/geodata/data7.py
@@ -1112,26 +1124,32 @@ ${PYSITELIB}/phonenumbers/shortdata/regi @@ -1112,26 +1124,32 @@ ${PYSITELIB}/phonenumbers/shortdata/regi
1112${PYSITELIB}/phonenumbers/shortdata/region_BY.pyo 1124${PYSITELIB}/phonenumbers/shortdata/region_BY.pyo
1113${PYSITELIB}/phonenumbers/shortdata/region_BZ.py 1125${PYSITELIB}/phonenumbers/shortdata/region_BZ.py
1114${PYSITELIB}/phonenumbers/shortdata/region_BZ.pyc 1126${PYSITELIB}/phonenumbers/shortdata/region_BZ.pyc
1115${PYSITELIB}/phonenumbers/shortdata/region_BZ.pyo 1127${PYSITELIB}/phonenumbers/shortdata/region_BZ.pyo
1116${PYSITELIB}/phonenumbers/shortdata/region_CA.py 1128${PYSITELIB}/phonenumbers/shortdata/region_CA.py
1117${PYSITELIB}/phonenumbers/shortdata/region_CA.pyc 1129${PYSITELIB}/phonenumbers/shortdata/region_CA.pyc
1118${PYSITELIB}/phonenumbers/shortdata/region_CA.pyo 1130${PYSITELIB}/phonenumbers/shortdata/region_CA.pyo
1119${PYSITELIB}/phonenumbers/shortdata/region_CC.py 1131${PYSITELIB}/phonenumbers/shortdata/region_CC.py
1120${PYSITELIB}/phonenumbers/shortdata/region_CC.pyc 1132${PYSITELIB}/phonenumbers/shortdata/region_CC.pyc
1121${PYSITELIB}/phonenumbers/shortdata/region_CC.pyo 1133${PYSITELIB}/phonenumbers/shortdata/region_CC.pyo
1122${PYSITELIB}/phonenumbers/shortdata/region_CD.py 1134${PYSITELIB}/phonenumbers/shortdata/region_CD.py
1123${PYSITELIB}/phonenumbers/shortdata/region_CD.pyc 1135${PYSITELIB}/phonenumbers/shortdata/region_CD.pyc
1124${PYSITELIB}/phonenumbers/shortdata/region_CD.pyo 1136${PYSITELIB}/phonenumbers/shortdata/region_CD.pyo
 1137${PYSITELIB}/phonenumbers/shortdata/region_CF.py
 1138${PYSITELIB}/phonenumbers/shortdata/region_CF.pyc
 1139${PYSITELIB}/phonenumbers/shortdata/region_CF.pyo
 1140${PYSITELIB}/phonenumbers/shortdata/region_CG.py
 1141${PYSITELIB}/phonenumbers/shortdata/region_CG.pyc
 1142${PYSITELIB}/phonenumbers/shortdata/region_CG.pyo
1125${PYSITELIB}/phonenumbers/shortdata/region_CH.py 1143${PYSITELIB}/phonenumbers/shortdata/region_CH.py
1126${PYSITELIB}/phonenumbers/shortdata/region_CH.pyc 1144${PYSITELIB}/phonenumbers/shortdata/region_CH.pyc
1127${PYSITELIB}/phonenumbers/shortdata/region_CH.pyo 1145${PYSITELIB}/phonenumbers/shortdata/region_CH.pyo
1128${PYSITELIB}/phonenumbers/shortdata/region_CI.py 1146${PYSITELIB}/phonenumbers/shortdata/region_CI.py
1129${PYSITELIB}/phonenumbers/shortdata/region_CI.pyc 1147${PYSITELIB}/phonenumbers/shortdata/region_CI.pyc
1130${PYSITELIB}/phonenumbers/shortdata/region_CI.pyo 1148${PYSITELIB}/phonenumbers/shortdata/region_CI.pyo
1131${PYSITELIB}/phonenumbers/shortdata/region_CK.py 1149${PYSITELIB}/phonenumbers/shortdata/region_CK.py
1132${PYSITELIB}/phonenumbers/shortdata/region_CK.pyc 1150${PYSITELIB}/phonenumbers/shortdata/region_CK.pyc
1133${PYSITELIB}/phonenumbers/shortdata/region_CK.pyo 1151${PYSITELIB}/phonenumbers/shortdata/region_CK.pyo
1134${PYSITELIB}/phonenumbers/shortdata/region_CL.py 1152${PYSITELIB}/phonenumbers/shortdata/region_CL.py
1135${PYSITELIB}/phonenumbers/shortdata/region_CL.pyc 1153${PYSITELIB}/phonenumbers/shortdata/region_CL.pyc
1136${PYSITELIB}/phonenumbers/shortdata/region_CL.pyo 1154${PYSITELIB}/phonenumbers/shortdata/region_CL.pyo
1137${PYSITELIB}/phonenumbers/shortdata/region_CM.py 1155${PYSITELIB}/phonenumbers/shortdata/region_CM.py
@@ -1184,26 +1202,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi @@ -1184,26 +1202,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi
1184${PYSITELIB}/phonenumbers/shortdata/region_DZ.pyo 1202${PYSITELIB}/phonenumbers/shortdata/region_DZ.pyo
1185${PYSITELIB}/phonenumbers/shortdata/region_EC.py 1203${PYSITELIB}/phonenumbers/shortdata/region_EC.py
1186${PYSITELIB}/phonenumbers/shortdata/region_EC.pyc 1204${PYSITELIB}/phonenumbers/shortdata/region_EC.pyc
1187${PYSITELIB}/phonenumbers/shortdata/region_EC.pyo 1205${PYSITELIB}/phonenumbers/shortdata/region_EC.pyo
1188${PYSITELIB}/phonenumbers/shortdata/region_EE.py 1206${PYSITELIB}/phonenumbers/shortdata/region_EE.py
1189${PYSITELIB}/phonenumbers/shortdata/region_EE.pyc 1207${PYSITELIB}/phonenumbers/shortdata/region_EE.pyc
1190${PYSITELIB}/phonenumbers/shortdata/region_EE.pyo 1208${PYSITELIB}/phonenumbers/shortdata/region_EE.pyo
1191${PYSITELIB}/phonenumbers/shortdata/region_EG.py 1209${PYSITELIB}/phonenumbers/shortdata/region_EG.py
1192${PYSITELIB}/phonenumbers/shortdata/region_EG.pyc 1210${PYSITELIB}/phonenumbers/shortdata/region_EG.pyc
1193${PYSITELIB}/phonenumbers/shortdata/region_EG.pyo 1211${PYSITELIB}/phonenumbers/shortdata/region_EG.pyo
1194${PYSITELIB}/phonenumbers/shortdata/region_EH.py 1212${PYSITELIB}/phonenumbers/shortdata/region_EH.py
1195${PYSITELIB}/phonenumbers/shortdata/region_EH.pyc 1213${PYSITELIB}/phonenumbers/shortdata/region_EH.pyc
1196${PYSITELIB}/phonenumbers/shortdata/region_EH.pyo 1214${PYSITELIB}/phonenumbers/shortdata/region_EH.pyo
 1215${PYSITELIB}/phonenumbers/shortdata/region_ER.py
 1216${PYSITELIB}/phonenumbers/shortdata/region_ER.pyc
 1217${PYSITELIB}/phonenumbers/shortdata/region_ER.pyo
1197${PYSITELIB}/phonenumbers/shortdata/region_ES.py 1218${PYSITELIB}/phonenumbers/shortdata/region_ES.py
1198${PYSITELIB}/phonenumbers/shortdata/region_ES.pyc 1219${PYSITELIB}/phonenumbers/shortdata/region_ES.pyc
1199${PYSITELIB}/phonenumbers/shortdata/region_ES.pyo 1220${PYSITELIB}/phonenumbers/shortdata/region_ES.pyo
1200${PYSITELIB}/phonenumbers/shortdata/region_ET.py 1221${PYSITELIB}/phonenumbers/shortdata/region_ET.py
1201${PYSITELIB}/phonenumbers/shortdata/region_ET.pyc 1222${PYSITELIB}/phonenumbers/shortdata/region_ET.pyc
1202${PYSITELIB}/phonenumbers/shortdata/region_ET.pyo 1223${PYSITELIB}/phonenumbers/shortdata/region_ET.pyo
1203${PYSITELIB}/phonenumbers/shortdata/region_FI.py 1224${PYSITELIB}/phonenumbers/shortdata/region_FI.py
1204${PYSITELIB}/phonenumbers/shortdata/region_FI.pyc 1225${PYSITELIB}/phonenumbers/shortdata/region_FI.pyc
1205${PYSITELIB}/phonenumbers/shortdata/region_FI.pyo 1226${PYSITELIB}/phonenumbers/shortdata/region_FI.pyo
1206${PYSITELIB}/phonenumbers/shortdata/region_FJ.py 1227${PYSITELIB}/phonenumbers/shortdata/region_FJ.py
1207${PYSITELIB}/phonenumbers/shortdata/region_FJ.pyc 1228${PYSITELIB}/phonenumbers/shortdata/region_FJ.pyc
1208${PYSITELIB}/phonenumbers/shortdata/region_FJ.pyo 1229${PYSITELIB}/phonenumbers/shortdata/region_FJ.pyo
1209${PYSITELIB}/phonenumbers/shortdata/region_FK.py 1230${PYSITELIB}/phonenumbers/shortdata/region_FK.py
@@ -1331,26 +1352,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi @@ -1331,26 +1352,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi
1331${PYSITELIB}/phonenumbers/shortdata/region_KG.pyo 1352${PYSITELIB}/phonenumbers/shortdata/region_KG.pyo
1332${PYSITELIB}/phonenumbers/shortdata/region_KH.py 1353${PYSITELIB}/phonenumbers/shortdata/region_KH.py
1333${PYSITELIB}/phonenumbers/shortdata/region_KH.pyc 1354${PYSITELIB}/phonenumbers/shortdata/region_KH.pyc
1334${PYSITELIB}/phonenumbers/shortdata/region_KH.pyo 1355${PYSITELIB}/phonenumbers/shortdata/region_KH.pyo
1335${PYSITELIB}/phonenumbers/shortdata/region_KI.py 1356${PYSITELIB}/phonenumbers/shortdata/region_KI.py
1336${PYSITELIB}/phonenumbers/shortdata/region_KI.pyc 1357${PYSITELIB}/phonenumbers/shortdata/region_KI.pyc
1337${PYSITELIB}/phonenumbers/shortdata/region_KI.pyo 1358${PYSITELIB}/phonenumbers/shortdata/region_KI.pyo
1338${PYSITELIB}/phonenumbers/shortdata/region_KM.py 1359${PYSITELIB}/phonenumbers/shortdata/region_KM.py
1339${PYSITELIB}/phonenumbers/shortdata/region_KM.pyc 1360${PYSITELIB}/phonenumbers/shortdata/region_KM.pyc
1340${PYSITELIB}/phonenumbers/shortdata/region_KM.pyo 1361${PYSITELIB}/phonenumbers/shortdata/region_KM.pyo
1341${PYSITELIB}/phonenumbers/shortdata/region_KN.py 1362${PYSITELIB}/phonenumbers/shortdata/region_KN.py
1342${PYSITELIB}/phonenumbers/shortdata/region_KN.pyc 1363${PYSITELIB}/phonenumbers/shortdata/region_KN.pyc
1343${PYSITELIB}/phonenumbers/shortdata/region_KN.pyo 1364${PYSITELIB}/phonenumbers/shortdata/region_KN.pyo
 1365${PYSITELIB}/phonenumbers/shortdata/region_KP.py
 1366${PYSITELIB}/phonenumbers/shortdata/region_KP.pyc
 1367${PYSITELIB}/phonenumbers/shortdata/region_KP.pyo
1344${PYSITELIB}/phonenumbers/shortdata/region_KR.py 1368${PYSITELIB}/phonenumbers/shortdata/region_KR.py
1345${PYSITELIB}/phonenumbers/shortdata/region_KR.pyc 1369${PYSITELIB}/phonenumbers/shortdata/region_KR.pyc
1346${PYSITELIB}/phonenumbers/shortdata/region_KR.pyo 1370${PYSITELIB}/phonenumbers/shortdata/region_KR.pyo
1347${PYSITELIB}/phonenumbers/shortdata/region_KW.py 1371${PYSITELIB}/phonenumbers/shortdata/region_KW.py
1348${PYSITELIB}/phonenumbers/shortdata/region_KW.pyc 1372${PYSITELIB}/phonenumbers/shortdata/region_KW.pyc
1349${PYSITELIB}/phonenumbers/shortdata/region_KW.pyo 1373${PYSITELIB}/phonenumbers/shortdata/region_KW.pyo
1350${PYSITELIB}/phonenumbers/shortdata/region_KY.py 1374${PYSITELIB}/phonenumbers/shortdata/region_KY.py
1351${PYSITELIB}/phonenumbers/shortdata/region_KY.pyc 1375${PYSITELIB}/phonenumbers/shortdata/region_KY.pyc
1352${PYSITELIB}/phonenumbers/shortdata/region_KY.pyo 1376${PYSITELIB}/phonenumbers/shortdata/region_KY.pyo
1353${PYSITELIB}/phonenumbers/shortdata/region_KZ.py 1377${PYSITELIB}/phonenumbers/shortdata/region_KZ.py
1354${PYSITELIB}/phonenumbers/shortdata/region_KZ.pyc 1378${PYSITELIB}/phonenumbers/shortdata/region_KZ.pyc
1355${PYSITELIB}/phonenumbers/shortdata/region_KZ.pyo 1379${PYSITELIB}/phonenumbers/shortdata/region_KZ.pyo
1356${PYSITELIB}/phonenumbers/shortdata/region_LA.py 1380${PYSITELIB}/phonenumbers/shortdata/region_LA.py
@@ -1451,26 +1475,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi @@ -1451,26 +1475,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi
1451${PYSITELIB}/phonenumbers/shortdata/region_MX.pyo 1475${PYSITELIB}/phonenumbers/shortdata/region_MX.pyo
1452${PYSITELIB}/phonenumbers/shortdata/region_MY.py 1476${PYSITELIB}/phonenumbers/shortdata/region_MY.py
1453${PYSITELIB}/phonenumbers/shortdata/region_MY.pyc 1477${PYSITELIB}/phonenumbers/shortdata/region_MY.pyc
1454${PYSITELIB}/phonenumbers/shortdata/region_MY.pyo 1478${PYSITELIB}/phonenumbers/shortdata/region_MY.pyo
1455${PYSITELIB}/phonenumbers/shortdata/region_MZ.py 1479${PYSITELIB}/phonenumbers/shortdata/region_MZ.py
1456${PYSITELIB}/phonenumbers/shortdata/region_MZ.pyc 1480${PYSITELIB}/phonenumbers/shortdata/region_MZ.pyc
1457${PYSITELIB}/phonenumbers/shortdata/region_MZ.pyo 1481${PYSITELIB}/phonenumbers/shortdata/region_MZ.pyo
1458${PYSITELIB}/phonenumbers/shortdata/region_NA.py 1482${PYSITELIB}/phonenumbers/shortdata/region_NA.py
1459${PYSITELIB}/phonenumbers/shortdata/region_NA.pyc 1483${PYSITELIB}/phonenumbers/shortdata/region_NA.pyc
1460${PYSITELIB}/phonenumbers/shortdata/region_NA.pyo 1484${PYSITELIB}/phonenumbers/shortdata/region_NA.pyo
1461${PYSITELIB}/phonenumbers/shortdata/region_NC.py 1485${PYSITELIB}/phonenumbers/shortdata/region_NC.py
1462${PYSITELIB}/phonenumbers/shortdata/region_NC.pyc 1486${PYSITELIB}/phonenumbers/shortdata/region_NC.pyc
1463${PYSITELIB}/phonenumbers/shortdata/region_NC.pyo 1487${PYSITELIB}/phonenumbers/shortdata/region_NC.pyo
 1488${PYSITELIB}/phonenumbers/shortdata/region_NE.py
 1489${PYSITELIB}/phonenumbers/shortdata/region_NE.pyc
 1490${PYSITELIB}/phonenumbers/shortdata/region_NE.pyo
1464${PYSITELIB}/phonenumbers/shortdata/region_NF.py 1491${PYSITELIB}/phonenumbers/shortdata/region_NF.py
1465${PYSITELIB}/phonenumbers/shortdata/region_NF.pyc 1492${PYSITELIB}/phonenumbers/shortdata/region_NF.pyc
1466${PYSITELIB}/phonenumbers/shortdata/region_NF.pyo 1493${PYSITELIB}/phonenumbers/shortdata/region_NF.pyo
1467${PYSITELIB}/phonenumbers/shortdata/region_NG.py 1494${PYSITELIB}/phonenumbers/shortdata/region_NG.py
1468${PYSITELIB}/phonenumbers/shortdata/region_NG.pyc 1495${PYSITELIB}/phonenumbers/shortdata/region_NG.pyc
1469${PYSITELIB}/phonenumbers/shortdata/region_NG.pyo 1496${PYSITELIB}/phonenumbers/shortdata/region_NG.pyo
1470${PYSITELIB}/phonenumbers/shortdata/region_NI.py 1497${PYSITELIB}/phonenumbers/shortdata/region_NI.py
1471${PYSITELIB}/phonenumbers/shortdata/region_NI.pyc 1498${PYSITELIB}/phonenumbers/shortdata/region_NI.pyc
1472${PYSITELIB}/phonenumbers/shortdata/region_NI.pyo 1499${PYSITELIB}/phonenumbers/shortdata/region_NI.pyo
1473${PYSITELIB}/phonenumbers/shortdata/region_NL.py 1500${PYSITELIB}/phonenumbers/shortdata/region_NL.py
1474${PYSITELIB}/phonenumbers/shortdata/region_NL.pyc 1501${PYSITELIB}/phonenumbers/shortdata/region_NL.pyc
1475${PYSITELIB}/phonenumbers/shortdata/region_NL.pyo 1502${PYSITELIB}/phonenumbers/shortdata/region_NL.pyo
1476${PYSITELIB}/phonenumbers/shortdata/region_NO.py 1503${PYSITELIB}/phonenumbers/shortdata/region_NO.py
@@ -1574,26 +1601,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi @@ -1574,26 +1601,29 @@ ${PYSITELIB}/phonenumbers/shortdata/regi
1574${PYSITELIB}/phonenumbers/shortdata/region_SJ.pyo 1601${PYSITELIB}/phonenumbers/shortdata/region_SJ.pyo
1575${PYSITELIB}/phonenumbers/shortdata/region_SK.py 1602${PYSITELIB}/phonenumbers/shortdata/region_SK.py
1576${PYSITELIB}/phonenumbers/shortdata/region_SK.pyc 1603${PYSITELIB}/phonenumbers/shortdata/region_SK.pyc
1577${PYSITELIB}/phonenumbers/shortdata/region_SK.pyo 1604${PYSITELIB}/phonenumbers/shortdata/region_SK.pyo
1578${PYSITELIB}/phonenumbers/shortdata/region_SL.py 1605${PYSITELIB}/phonenumbers/shortdata/region_SL.py
1579${PYSITELIB}/phonenumbers/shortdata/region_SL.pyc 1606${PYSITELIB}/phonenumbers/shortdata/region_SL.pyc
1580${PYSITELIB}/phonenumbers/shortdata/region_SL.pyo 1607${PYSITELIB}/phonenumbers/shortdata/region_SL.pyo
1581${PYSITELIB}/phonenumbers/shortdata/region_SM.py 1608${PYSITELIB}/phonenumbers/shortdata/region_SM.py
1582${PYSITELIB}/phonenumbers/shortdata/region_SM.pyc 1609${PYSITELIB}/phonenumbers/shortdata/region_SM.pyc
1583${PYSITELIB}/phonenumbers/shortdata/region_SM.pyo 1610${PYSITELIB}/phonenumbers/shortdata/region_SM.pyo
1584${PYSITELIB}/phonenumbers/shortdata/region_SN.py 1611${PYSITELIB}/phonenumbers/shortdata/region_SN.py
1585${PYSITELIB}/phonenumbers/shortdata/region_SN.pyc 1612${PYSITELIB}/phonenumbers/shortdata/region_SN.pyc
1586${PYSITELIB}/phonenumbers/shortdata/region_SN.pyo 1613${PYSITELIB}/phonenumbers/shortdata/region_SN.pyo
 1614${PYSITELIB}/phonenumbers/shortdata/region_SO.py
 1615${PYSITELIB}/phonenumbers/shortdata/region_SO.pyc
 1616${PYSITELIB}/phonenumbers/shortdata/region_SO.pyo
1587${PYSITELIB}/phonenumbers/shortdata/region_SR.py 1617${PYSITELIB}/phonenumbers/shortdata/region_SR.py
1588${PYSITELIB}/phonenumbers/shortdata/region_SR.pyc 1618${PYSITELIB}/phonenumbers/shortdata/region_SR.pyc
1589${PYSITELIB}/phonenumbers/shortdata/region_SR.pyo 1619${PYSITELIB}/phonenumbers/shortdata/region_SR.pyo
1590${PYSITELIB}/phonenumbers/shortdata/region_ST.py 1620${PYSITELIB}/phonenumbers/shortdata/region_ST.py
1591${PYSITELIB}/phonenumbers/shortdata/region_ST.pyc 1621${PYSITELIB}/phonenumbers/shortdata/region_ST.pyc
1592${PYSITELIB}/phonenumbers/shortdata/region_ST.pyo 1622${PYSITELIB}/phonenumbers/shortdata/region_ST.pyo
1593${PYSITELIB}/phonenumbers/shortdata/region_SV.py 1623${PYSITELIB}/phonenumbers/shortdata/region_SV.py
1594${PYSITELIB}/phonenumbers/shortdata/region_SV.pyc 1624${PYSITELIB}/phonenumbers/shortdata/region_SV.pyc
1595${PYSITELIB}/phonenumbers/shortdata/region_SV.pyo 1625${PYSITELIB}/phonenumbers/shortdata/region_SV.pyo
1596${PYSITELIB}/phonenumbers/shortdata/region_SX.py 1626${PYSITELIB}/phonenumbers/shortdata/region_SX.py
1597${PYSITELIB}/phonenumbers/shortdata/region_SX.pyc 1627${PYSITELIB}/phonenumbers/shortdata/region_SX.pyc
1598${PYSITELIB}/phonenumbers/shortdata/region_SX.pyo 1628${PYSITELIB}/phonenumbers/shortdata/region_SX.pyo
1599${PYSITELIB}/phonenumbers/shortdata/region_SY.py 1629${PYSITELIB}/phonenumbers/shortdata/region_SY.py

cvs diff -r1.6 -r1.7 pkgsrc/textproc/py-phonenumbers/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-phonenumbers/distinfo 2015/11/04 02:00:04 1.6
+++ pkgsrc/textproc/py-phonenumbers/distinfo 2017/01/12 00:52:25 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/04 02:00:04 agc Exp $ 1$NetBSD: distinfo,v 1.7 2017/01/12 00:52:25 rodent Exp $
2 2
3SHA1 (phonenumbers-7.0.4.tar.gz) = 41a4982cc4b40317cb0e37ba2ed073a74dc63a02 3SHA1 (phonenumbers-8.0.0.tar.gz) = f29f64a92163195175773767d0d3a83e226c6656
4RMD160 (phonenumbers-7.0.4.tar.gz) = 64e21e635b4adbde2c7230513c571f3a863adca2 4RMD160 (phonenumbers-8.0.0.tar.gz) = 78146b997f4e500d40e83e57e072c2a90b7d73a7
5SHA512 (phonenumbers-7.0.4.tar.gz) = 434dfd133dd981a87256e35ae3f863246c36e5913ac5e6d0be4822d23e1d5c7141fd3fad09d1e6aef0566e2c2f70635ab09133c229b63faf188fa5f0ba5d2de5 5SHA512 (phonenumbers-8.0.0.tar.gz) = d33837dabe3c3ec91f86764a5ba1d2c9dd1b94ae70bcddf8e39fc31bef096236d54271b0145ddb44c7872b425e15f7a0cdd8d656f5d8c841e4b519034684fbf8
6Size (phonenumbers-7.0.4.tar.gz) = 2066425 bytes 6Size (phonenumbers-8.0.0.tar.gz) = 2320029 bytes