diff --git a/phonenumbers-8.12.31.tar.gz b/phonenumbers-8.12.31.tar.gz deleted file mode 100644 index 083e539..0000000 Binary files a/phonenumbers-8.12.31.tar.gz and /dev/null differ diff --git a/phonenumbers-8.13.0.tar.gz b/phonenumbers-8.13.0.tar.gz new file mode 100644 index 0000000..5087ec4 Binary files /dev/null and b/phonenumbers-8.13.0.tar.gz differ diff --git a/python-phonenumbers.spec b/python-phonenumbers.spec index 99223e5..aa631c1 100644 --- a/python-phonenumbers.spec +++ b/python-phonenumbers.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-phonenumbers -Version: 8.12.31 +Version: 8.13.0 Release: 1 Summary: Python version of Google's common library for parsing, formatting, storing and validating international phone numbers. -License: Apache License 2.0 +License: Apache-2.0 URL: https://github.com/daviddrysdale/python-phonenumbers -Source0: https://files.pythonhosted.org/packages/19/0a/67a2485754fe192d8d7352c97c7fc5d906daae216f0e402056f26bc1ae91/phonenumbers-8.12.31.tar.gz +Source0: https://files.pythonhosted.org/packages/f0/ef/ae98ea036348cede1f7f76a0879481947c8dd84a3a1db33ecbfc4c0f05de/phonenumbers-8.13.0.tar.gz BuildArch: noarch @@ -14,20 +14,22 @@ Python version of Google's common library for parsing, formatting, storing and v %package -n python3-phonenumbers Summary: Python version of Google's common library for parsing, formatting, storing and validating international phone numbers. -Provides: python-phonenumbers +Provides: python-phonenumbers = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-phonenumbers Python version of Google's common library for parsing, formatting, storing and validating international phone numbers. %package help Summary: Development documents and examples for phonenumbers Provides: python3-phonenumbers-doc + %description help Python version of Google's common library for parsing, formatting, storing and validating international phone numbers. %prep -%autosetup -n phonenumbers-8.12.31 +%autosetup -n phonenumbers-%{version} %build %py3_build @@ -67,5 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 08 2022 wangjunqi - 8.13.0-1 +- Update package to version 8.13.0 + * Tue Aug 31 2021 Python_Bot - 8.12.31-1 -- Package Init \ No newline at end of file +- Package Init +