forked from pool/python-PyICU
- update to 2.12:
* fixed bug in RegexMatcher.reset() not retaining ownership of string - added wrappers for TimeZoneNames class - added wrapper for TimeZone.getIanaID() - added wrapper for * added support for ICU 74.1 - add missing six declaration for testsuite * Support ICU 69 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=33
This commit is contained in:
@@ -19,19 +19,20 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%global modname PyICU
|
||||
Name: python-%{modname}
|
||||
Version: 2.11
|
||||
Version: 2.12
|
||||
Release: 0
|
||||
Summary: Python Extension Wrapping the ICU C++ API
|
||||
License: MIT
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://gitlab.pyicu.org
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/PyICU/PyICU-2.11.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/PyICU/PyICU-%{version}.tar.gz
|
||||
# PATCH-FEATURE-UPSTREAM remove_six.patch mcepl@suse.com
|
||||
# Remove dependency on six
|
||||
Patch0: remove_six.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
|
Reference in New Issue
Block a user