14
0

Accepting request 787783 from home:pgajdos:python

- version update to 8.12.0
  * metadata updates
  * see https://github.com/google/libphonenumber/blob/master/release_notes.txt

OBS-URL: https://build.opensuse.org/request/show/787783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-phonenumbers?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2020-03-24 12:30:16 +00:00
committed by Git OBS Bridge
parent df848a92e3
commit 296a2dccb5
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a08f1843dba5e35f7d01b804be6c8fa438567128bcd5e75945dcc7d5f486846c
size 2374760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:161a99966dcfc29d52dfc36e5613ec0a04362409d5ccd384185b1506b462d156
size 2377613

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 24 12:04:20 UTC 2020 - pgajdos@suse.com
- version update to 8.12.0
* metadata updates
* see https://github.com/google/libphonenumber/blob/master/release_notes.txt
-------------------------------------------------------------------
Mon Mar 16 08:43:07 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-phonenumbers
Version: 8.11.5
Version: 8.12.0
Release: 0
Summary: Python version of Google's common library for international phone numbers
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/daviddrysdale/python-phonenumbers
Source: https://files.pythonhosted.org/packages/source/p/phonenumbers/phonenumbers-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,7 +47,7 @@ and validating international phone numbers.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest tests/examplenumberstest.py
%files %{python_files}
%license LICENSE