14
0
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:
2023-12-18 14:06:33 +00:00
committed by Git OBS Bridge
parent 1050d7a930
commit 620646aced
4 changed files with 19 additions and 7 deletions

View File

@@ -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
View File

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

View File

@@ -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>
@@ -58,7 +69,7 @@ Thu Nov 11 15:44:28 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
-------------------------------------------------------------------
Mon Nov 8 10:34:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
- add missing six declaration for testsuite
- add missing six declaration for testsuite
-------------------------------------------------------------------
Mon Aug 16 07:51:00 UTC 2021 - Axel Braun <axel.braun@gmx.de>
@@ -91,7 +102,7 @@ Fri Aug 13 17:36:21 UTC 2021 - Axel Braun <axel.braun@gmx.de>
Wed Apr 28 08:06:12 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-icu-69.patch:
* Support ICU 69
* Support ICU 69
-------------------------------------------------------------------
Mon Dec 14 16:27:25 UTC 2020 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -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++