./textproc/py-phonenumbers, Library for formatting, storing and validating phone numbers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.13.31, Package name: py311-phonenumbers-8.13.31, Maintainer: pkgsrc-users

Python version of Google's common library for parsing, formatting, storing and
validating international phone numbers.


Required to run:
[lang/python310]

Master sites:

Filesize: 2242.424 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-26 11:12:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-phonenumbers: updated to 8.13.31

8.13.31
Unknown changes
   2024-01-31 11:48:09 by Jonathan Perkin | Files touched by this commit (1)
Log message:
py-phonenumbers: Fix PYTHON_VERSIONS_INCOMPATIBLE.
   2024-01-28 18:39:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-phonenumbers: updated to 8.13.29

8.13.29
Unknown changes
   2024-01-25 12:25:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-phonenumbers: updated to 8.13.28

8.13.28
Unknown changes
   2023-10-30 10:18:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-phonenumbers: updated to 8.13.23

8.13.23
Unknown changes
   2023-08-06 21:14:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-phonenumbers: updated to 8.13.18

8.13.18
Unknown changes
   2023-05-30 11:16:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-phonenumbers: updated to 8.13.11

8.13.11
Unknown changes
   2023-04-17 14:45:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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.