wok rev 25218

updated python-phonenumbers (8.12.1 -> 8.12.40)
author Hans-G?nter Theisgen
date Wed Jul 13 15:39:54 2022 +0100 (22 months ago)
parents 6dbe053a9904
children 797927236536
files python-phonenumbers/description.txt python-phonenumbers/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-phonenumbers/description.txt	Wed Jul 13 15:39:54 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +This is a Python port of Google's libphonenumber library.
     1.5 +It supports Python 2.5-2.7 and Python 3.x (in the same codebase,
     1.6 +with no 2to3 conversion needed).
     1.7 +
     1.8 +Original Java code is Copyright (C) 2009-2015 The Libphonenumber Authors.
     2.1 --- a/python-phonenumbers/receipt	Wed Jul 13 15:33:13 2022 +0100
     2.2 +++ b/python-phonenumbers/receipt	Wed Jul 13 15:39:54 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-phonenumbers"
     2.7 -VERSION="8.12.1"
     2.8 +VERSION="8.12.40"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Common library for parsing, formatting, storing and validating international phone numbers."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="Apache"
    2.13  WEB_SITE="https://pypi.org/project/phonenumbers/"
    2.14 +REPOLOGY="python:phonenumbers"
    2.15  
    2.16  SOURCE="phonenumbers"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"