!3 UpdatePackage

From: @Wangjunqi123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-11-08 11:14:19 +00:00 committed by Gitee
commit df115979f7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 6 deletions

Binary file not shown.

BIN
phonenumbers-8.13.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wangjunqi@kylinos.cn> - 8.13.0-1
- Update package to version 8.13.0
* Tue Aug 31 2021 Python_Bot <Python_Bot@openeuler.org> - 8.12.31-1
- Package Init