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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ab531264cfe9132b3d2ac5d708da9a4649d25f6e6813730ac88cf040a08a844
|
|
||||||
size 257899
|
|
3
PyICU-2.12.tar.gz
Normal file
3
PyICU-2.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd7ab5efa93ad692e6daa29cd249364e521218329221726a113ca3cb281c8611
|
||||||
|
size 260041
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 18 14:06:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 29 07:13:31 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
Thu Jun 29 07:13:31 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@@ -19,19 +19,20 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
%global modname PyICU
|
%global modname PyICU
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 2.11
|
Version: 2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Extension Wrapping the ICU C++ API
|
Summary: Python Extension Wrapping the ICU C++ API
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://gitlab.pyicu.org
|
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
|
# PATCH-FEATURE-UPSTREAM remove_six.patch mcepl@suse.com
|
||||||
# Remove dependency on six
|
# Remove dependency on six
|
||||||
Patch0: remove_six.patch
|
Patch0: remove_six.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Reference in New Issue
Block a user