Mon Apr 17 12:45:13 2023 UTC ()
py-phonenumbers: updated to 8.13.9

What's new in 8.13.8
--------------------

Merge to
[upstream commit 07cd7bbb8a2f](https://github.com/google/libphonenumber/commit/07cd7bbb8a2f);
relevant code changes:

- Added a check to phonenumberutil.py that the value of the `phone-context` parameter of the tel URI follows the correct
  syntax as defined in [RFC3966](https://www.rfc-editor.org/rfc/rfc3966#section-3).

What's new in 8.13.0
--------------------

Merge to [upstream commit
185004cabd1bb4d3](https://github.com/google/libphonenumber/commit/185004cabd1bb4d3).  Upstream has
removed the `leading_zero_possible` field from the `PhoneMetadata` type as part of this version;
however, this change is *not* mirrored in the Python code due to back-compatibility concerns.


(adam)
diff -r1.23 -r1.24 pkgsrc/textproc/py-phonenumbers/Makefile
diff -r1.22 -r1.23 pkgsrc/textproc/py-phonenumbers/distinfo

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

--- pkgsrc/textproc/py-phonenumbers/Makefile 2022/04/01 09:28:15 1.23
+++ pkgsrc/textproc/py-phonenumbers/Makefile 2023/04/17 12:45:13 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2022/04/01 09:28:15 adam Exp $ 1# $NetBSD: Makefile,v 1.24 2023/04/17 12:45:13 adam Exp $
2 2
3DISTNAME= phonenumbers-8.12.46 3DISTNAME= phonenumbers-8.13.9
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= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@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.22 -r1.23 pkgsrc/textproc/py-phonenumbers/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-phonenumbers/distinfo 2022/04/01 09:28:15 1.22
+++ pkgsrc/textproc/py-phonenumbers/distinfo 2023/04/17 12:45:13 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2022/04/01 09:28:15 adam Exp $ 1$NetBSD: distinfo,v 1.23 2023/04/17 12:45:13 adam Exp $
2 2
3BLAKE2s (phonenumbers-8.12.46.tar.gz) = 4c315dc9ef1d9744a130bdf85a1d028602f551a6149dd20a906d585343bd3368 3BLAKE2s (phonenumbers-8.13.9.tar.gz) = fc43abfbe8b35d777ed29811e95ad192cdc34855a6e7dc0863de8c995dae3340
4SHA512 (phonenumbers-8.12.46.tar.gz) = 84d3612389997b5b6ceab8a1f1739f55c45c65230449105f2f96a3782ce861e598a08abbb899382f1c3c5ee02844390360d01262a9fb7044216928ac160f38ea 4SHA512 (phonenumbers-8.13.9.tar.gz) = 0e22f8487d19ad01d5fdaaebad2391416c99c4e42707e01058617f6335e07652ec2c3e44ef15d862f15fb7356e11ac1e5c7115f73f8c835177b4726cddfce69a
5Size (phonenumbers-8.12.46.tar.gz) = 2270751 bytes 5Size (phonenumbers-8.13.9.tar.gz) = 2275910 bytes