diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:44:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:44:49 +0000 |
commit | f6da22622bab2ee870858d66b5fe8630d0d2b82c (patch) | |
tree | 4e0a547d623fa5abab0de62f9394ca8f7caa66bc | |
parent | 079874c92bf1df6b946d586371b315eaa71502cf (diff) |
automatic import of python-phonenumbersopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-phonenumbers.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /phonenumbers-8.13.7.tar.gz /phonenumbers-8.13.8.tar.gz +/phonenumbers-8.13.10.tar.gz diff --git a/python-phonenumbers.spec b/python-phonenumbers.spec index 57caa04..9777524 100644 --- a/python-phonenumbers.spec +++ b/python-phonenumbers.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-phonenumbers -Version: 8.13.8 +Version: 8.13.10 Release: 1 Summary: Python version of Google's common library for parsing, formatting, storing and validating international phone numbers. License: Apache License 2.0 URL: https://github.com/daviddrysdale/python-phonenumbers -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/e8/7e670c332d3f0b947caff2daf9fd42ccc6c01c9d50162e52e9d243d1129a/phonenumbers-8.13.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/5f/d2196066c186049c1fd11e67b9a7d1e1083dfd35c12fb45905831dbeea11/phonenumbers-8.13.10.tar.gz BuildArch: noarch @@ -46,7 +46,7 @@ Release [HISTORY](https://github.com/daviddrysdale/python-phonenumbers/blob/dev/ derived from [upstream release notes](https://github.com/google/libphonenumber/blob/master/release_notes.txt). %prep -%autosetup -n phonenumbers-8.13.8 +%autosetup -n phonenumbers-8.13.10 %build %py3_build @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 8.13.8-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 8.13.10-1 - Package Spec generated @@ -1 +1 @@ -32c233ade95fb1fcc5a652bd4c7ee835 phonenumbers-8.13.8.tar.gz +f3428cb2ca6b8826d6ee6fbacff5fdfe phonenumbers-8.13.10.tar.gz |