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:           Wed May 29 21:05:10 UTC 2019

Modified Files:
        pkgsrc/textproc/py-phonenumbers: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-phonenumbers/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-phonenumbers/PLIST
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/textproc/py-phonenumbers/Makefile:1.16
--- pkgsrc/textproc/py-phonenumbers/Makefile:1.15       Fri Jan 11 14:34:15 2019
+++ pkgsrc/textproc/py-phonenumbers/Makefile    Wed May 29 21:05:10 2019
@@ -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/}

Index: pkgsrc/textproc/py-phonenumbers/PLIST
diff -u pkgsrc/textproc/py-phonenumbers/PLIST:1.9 pkgsrc/textproc/py-phonenumbers/PLIST:1.10
--- pkgsrc/textproc/py-phonenumbers/PLIST:1.9   Fri Jan 11 14:34:15 2019
+++ pkgsrc/textproc/py-phonenumbers/PLIST       Wed May 29 21:05:10 2019
@@ -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/data23
 ${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

Index: pkgsrc/textproc/py-phonenumbers/distinfo
diff -u pkgsrc/textproc/py-phonenumbers/distinfo:1.13 pkgsrc/textproc/py-phonenumbers/distinfo:1.14
--- pkgsrc/textproc/py-phonenumbers/distinfo:1.13       Fri Jan 11 14:34:15 2019
+++ pkgsrc/textproc/py-phonenumbers/distinfo    Wed May 29 21:05:10 2019
@@ -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