- 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/package/show/devel:languages:python/python-PyICU?expand=0&rev=51
This commit is contained in:
2025-11-07 08:05:00 +00:00
committed by Git OBS Bridge
parent 0d16cf82aa
commit a744bb408f
4 changed files with 17 additions and 5 deletions

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>