pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-phonenumbers
Module Name: pkgsrc
Committed By: adam
Date: Fri Jan 11 14:34:15 UTC 2019
Modified Files:
pkgsrc/textproc/py-phonenumbers: Makefile PLIST distinfo
Log Message:
py-phonenumbers: updated to 8.10.3
What's new in 8.10.3
Better documentation for length_of_national_destination_code to emphasise that not every number has one.
Removed unused code in the AsYouTypeFormatter: We no longer have numbers in formatting matching patterns, only \d.
What's new in 8.10.0
AsYouTypeFormatter changed to better choose between rules when dialling locally; previously we used the international rules when the national prefix was present since this would exclude the
local-only rules. However, there are some numbers that are not internationally diallable that do use the national prefix, and this logic precluded formatting them correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-phonenumbers/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-phonenumbers/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-phonenumbers/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-phonenumbers/Makefile
diff -u pkgsrc/textproc/py-phonenumbers/Makefile:1.14 pkgsrc/textproc/py-phonenumbers/Makefile:1.15
--- pkgsrc/textproc/py-phonenumbers/Makefile:1.14 Tue Oct 23 14:21:15 2018
+++ pkgsrc/textproc/py-phonenumbers/Makefile Fri Jan 11 14:34:15 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/10/23 14:21:15 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/01/11 14:34:15 adam Exp $
-DISTNAME= phonenumbers-8.9.16
+DISTNAME= phonenumbers-8.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/}
Index: pkgsrc/textproc/py-phonenumbers/PLIST
diff -u pkgsrc/textproc/py-phonenumbers/PLIST:1.8 pkgsrc/textproc/py-phonenumbers/PLIST:1.9
--- pkgsrc/textproc/py-phonenumbers/PLIST:1.8 Thu Apr 26 13:23:36 2018
+++ pkgsrc/textproc/py-phonenumbers/PLIST Fri Jan 11 14:34:15 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/04/26 13:23:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/01/11 14:34:15 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -999,9 +999,6 @@ ${PYSITELIB}/phonenumbers/geodata/data26
${PYSITELIB}/phonenumbers/geodata/data27.py
${PYSITELIB}/phonenumbers/geodata/data27.pyc
${PYSITELIB}/phonenumbers/geodata/data27.pyo
-${PYSITELIB}/phonenumbers/geodata/data28.py
-${PYSITELIB}/phonenumbers/geodata/data28.pyc
-${PYSITELIB}/phonenumbers/geodata/data28.pyo
${PYSITELIB}/phonenumbers/geodata/data3.py
${PYSITELIB}/phonenumbers/geodata/data3.pyc
${PYSITELIB}/phonenumbers/geodata/data3.pyo
Index: pkgsrc/textproc/py-phonenumbers/distinfo
diff -u pkgsrc/textproc/py-phonenumbers/distinfo:1.12 pkgsrc/textproc/py-phonenumbers/distinfo:1.13
--- pkgsrc/textproc/py-phonenumbers/distinfo:1.12 Tue Oct 23 14:21:15 2018
+++ pkgsrc/textproc/py-phonenumbers/distinfo Fri Jan 11 14:34:15 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/10/23 14:21:15 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/01/11 14:34:15 adam Exp $
-SHA1 (phonenumbers-8.9.16.tar.gz) = 7794699682094d7d24313f6e257589620951a634
-RMD160 (phonenumbers-8.9.16.tar.gz) = b754886a539217a471a1684c23db73dd6c2f2b14
-SHA512 (phonenumbers-8.9.16.tar.gz) = 3ca545b654ae86220521827c84995e9bddcc65eae6ce3b6ddbe0cecc6e900ea9e6dca79373e9cae732a58a1daef3fd7f9ddb71935a77ed82a982b9a2e2a52b63
-Size (phonenumbers-8.9.16.tar.gz) = 2912838 bytes
+SHA1 (phonenumbers-8.10.3.tar.gz) = c7f9cd85e59fde0ad4aba2526d5863bb8e0d4195
+RMD160 (phonenumbers-8.10.3.tar.gz) = 5792a90da9b968465c72ec6e07b3131e4a0b22a9
+SHA512 (phonenumbers-8.10.3.tar.gz) = 822e8926c85eb9a3e392da978df69f8c3f4eb2d8b01572b42de0788d776be9af9832e30c89d13c294cec18d720bb698f272ed959d25161c24cd7aa2d4e4dfb82
+Size (phonenumbers-8.10.3.tar.gz) = 2887846 bytes
Home |
Main Index |
Thread Index |
Old Index