pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-phonenumbers py-phonenumbers: updated to 8...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d61676bd48b
branches:  trunk
changeset: 317619:1d61676bd48b
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 11 14:34:15 2019 +0000

description:
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.

diffstat:

 textproc/py-phonenumbers/Makefile |   4 ++--
 textproc/py-phonenumbers/PLIST    |   5 +----
 textproc/py-phonenumbers/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 3be4c326db75 -r 1d61676bd48b textproc/py-phonenumbers/Makefile
--- a/textproc/py-phonenumbers/Makefile Fri Jan 11 12:01:11 2019 +0000
+++ b/textproc/py-phonenumbers/Makefile Fri Jan 11 14:34:15 2019 +0000
@@ -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/}
diff -r 3be4c326db75 -r 1d61676bd48b textproc/py-phonenumbers/PLIST
--- a/textproc/py-phonenumbers/PLIST    Fri Jan 11 12:01:11 2019 +0000
+++ b/textproc/py-phonenumbers/PLIST    Fri Jan 11 14:34:15 2019 +0000
@@ -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/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
diff -r 3be4c326db75 -r 1d61676bd48b textproc/py-phonenumbers/distinfo
--- a/textproc/py-phonenumbers/distinfo Fri Jan 11 12:01:11 2019 +0000
+++ b/textproc/py-phonenumbers/distinfo Fri Jan 11 14:34:15 2019 +0000
@@ -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