# HG changeset patch # User Hans-G?nter Theisgen # Date 1657723194 -3600 # Node ID 18d272f554983dd406ee21583e10cabfb6923ac3 # Parent 6dbe053a990451509d5a393c9857905f55981286 updated python-phonenumbers (8.12.1 -> 8.12.40) diff -r 6dbe053a9904 -r 18d272f55498 python-phonenumbers/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-phonenumbers/description.txt Wed Jul 13 15:39:54 2022 +0100 @@ -0,0 +1,5 @@ +This is a Python port of Google's libphonenumber library. +It supports Python 2.5-2.7 and Python 3.x (in the same codebase, +with no 2to3 conversion needed). + +Original Java code is Copyright (C) 2009-2015 The Libphonenumber Authors. diff -r 6dbe053a9904 -r 18d272f55498 python-phonenumbers/receipt --- a/python-phonenumbers/receipt Wed Jul 13 15:33:13 2022 +0100 +++ b/python-phonenumbers/receipt Wed Jul 13 15:39:54 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="python-phonenumbers" -VERSION="8.12.1" +VERSION="8.12.40" CATEGORY="development" SHORT_DESC="Common library for parsing, formatting, storing and validating international phone numbers." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" WEB_SITE="https://pypi.org/project/phonenumbers/" +REPOLOGY="python:phonenumbers" SOURCE="phonenumbers" TARBALL="$SOURCE-$VERSION.tar.gz"