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/8e3954da79b7
branches:  trunk
changeset: 334521:8e3954da79b7
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 29 21:05:10 2019 +0000

description:
py-phonenumbers: updated to 8.10.12

What's new in 8.10.8

Making the application of alternate formats when finding phone numbers in text in strict-grouping and exact-match mode depend on the leading digits for each rule. This was always assumed but never 
actually done. This means that the false positive rate will decrease but also that more valid numbers are skipped. A subsequent CL will update patterns to increase recall.

diffstat:

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

diffs (52 lines):

diff -r f18fee4ddf91 -r 8e3954da79b7 textproc/py-phonenumbers/Makefile
--- a/textproc/py-phonenumbers/Makefile Wed May 29 21:02:29 2019 +0000
+++ b/textproc/py-phonenumbers/Makefile Wed May 29 21:05:10 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/01/11 14:34:15 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/05/29 21:05:10 adam Exp $
 
-DISTNAME=      phonenumbers-8.10.3
+DISTNAME=      phonenumbers-8.10.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/phonenumbers/}
diff -r f18fee4ddf91 -r 8e3954da79b7 textproc/py-phonenumbers/PLIST
--- a/textproc/py-phonenumbers/PLIST    Wed May 29 21:02:29 2019 +0000
+++ b/textproc/py-phonenumbers/PLIST    Wed May 29 21:05:10 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/01/11 14:34:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/05/29 21:05:10 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -990,15 +990,6 @@
 ${PYSITELIB}/phonenumbers/geodata/data24.py
 ${PYSITELIB}/phonenumbers/geodata/data24.pyc
 ${PYSITELIB}/phonenumbers/geodata/data24.pyo
-${PYSITELIB}/phonenumbers/geodata/data25.py
-${PYSITELIB}/phonenumbers/geodata/data25.pyc
-${PYSITELIB}/phonenumbers/geodata/data25.pyo
-${PYSITELIB}/phonenumbers/geodata/data26.py
-${PYSITELIB}/phonenumbers/geodata/data26.pyc
-${PYSITELIB}/phonenumbers/geodata/data26.pyo
-${PYSITELIB}/phonenumbers/geodata/data27.py
-${PYSITELIB}/phonenumbers/geodata/data27.pyc
-${PYSITELIB}/phonenumbers/geodata/data27.pyo
 ${PYSITELIB}/phonenumbers/geodata/data3.py
 ${PYSITELIB}/phonenumbers/geodata/data3.pyc
 ${PYSITELIB}/phonenumbers/geodata/data3.pyo
diff -r f18fee4ddf91 -r 8e3954da79b7 textproc/py-phonenumbers/distinfo
--- a/textproc/py-phonenumbers/distinfo Wed May 29 21:02:29 2019 +0000
+++ b/textproc/py-phonenumbers/distinfo Wed May 29 21:05:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/01/11 14:34:15 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/05/29 21:05:10 adam Exp $
 
-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
+SHA1 (phonenumbers-8.10.12.tar.gz) = 7a581f90466b89b3767abbf45a8dce80ced32fdc
+RMD160 (phonenumbers-8.10.12.tar.gz) = 872fad3d6368467d8e3b04f1959e61f38c2187d6
+SHA512 (phonenumbers-8.10.12.tar.gz) = 07510973472fa4d7b6359b96ab845e39c85649f610956dfd2a1b53ae16498f0244411a051a6a4e1c23c0eaa6b8a0afb08eedf73438cabfc522af4c59be9043af
+Size (phonenumbers-8.10.12.tar.gz) = 2306606 bytes



Home | Main Index | Thread Index | Old Index