14
0

Accepting request 788235 from home:pgajdos:python

- version update to 13.0.0
  * Upgrade to Unicode 13.0.0 (#34).
  * Build wheels for Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/788235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unicodedata2?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-25 15:12:00 +00:00
committed by Git OBS Bridge
parent 56848645e4
commit cd08152739
4 changed files with 13 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-unicodedata2
Version: 12.1.0
Version: 13.0.0
Release: 0
Summary: Python unicodedata backport
License: Apache-2.0 AND Python-2.0
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/mikekap/unicodedata2
Source: https://github.com/mikekap/unicodedata2/archive/%{version}.tar.gz#/unicodedata2-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,7 +47,7 @@ export CFLAGS="%{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_exec setup.py test
%pytest_arch
%files %{python_files}
%doc README.md