14
0
forked from pool/python-PyICU

Accepting request 1316388 from devel:languages:python

- Update to 2.16
  * fixed issue #178
  * added new enums from new unicode release in UBlockCode,
    UScriptCode
  * added missing wrappers for ECollationStrength and
    EComparisonResult
  * added wrapper for UIndicConjunctBreak
  * added support for ICU 78.1 (bsc#1253118)

OBS-URL: https://build.opensuse.org/request/show/1316388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyICU?expand=0&rev=25
This commit is contained in:
2025-11-07 17:21:52 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

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

3
pyicu-2.16.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 7 08:01:07 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 2.16
* fixed issue #178
* added new enums from new unicode release in UBlockCode,
UScriptCode
* added missing wrappers for ECollationStrength and
EComparisonResult
* added wrapper for UIndicConjunctBreak
* added support for ICU 78.1 (bsc#1253118)
-------------------------------------------------------------------
Thu Sep 25 10:46:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyICU
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global modname PyICU
%{?sle15_python_module_pythons}
Name: python-%{modname}
Version: 2.15.3
Version: 2.16
Release: 0
Summary: Python Extension Wrapping the ICU C++ API
License: MIT