From 817ecf1268eab90c16f9f9a6807a130c93144e0e8652d222baf8deed8b6863c2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Nov 2024 13:17:37 +0000 Subject: [PATCH] Accepting request 1222084 from home:glaubitz:branches:devel:languages:python - Update to 2.14 * added wrappers for UCPMap.get|getRange and Char.getIntPropertyMap * added wrapper for Locale.getUnicodeKeywordValue * added wrapper for UnicodeString.remove, UnicodeString.removeBetween * added wrapper for UnicodeString.retainBetween, UnicodeString.truncate * fixed bogus UBool uses on stack instead of int (Martin Jansche) * added support for ICU 76.1 OBS-URL: https://build.opensuse.org/request/show/1222084 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=37 --- PyICU-2.13.1.tar.gz | 3 --- PyICU-2.14.tar.gz | 3 +++ python-PyICU.changes | 11 +++++++++++ python-PyICU.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 PyICU-2.13.1.tar.gz create mode 100644 PyICU-2.14.tar.gz diff --git a/PyICU-2.13.1.tar.gz b/PyICU-2.13.1.tar.gz deleted file mode 100644 index a9939ef..0000000 --- a/PyICU-2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4919085eaa07da12bade8ee721e7bbf7ade0151ca0f82946a26c8f4b98cdceb -size 262424 diff --git a/PyICU-2.14.tar.gz b/PyICU-2.14.tar.gz new file mode 100644 index 0000000..c7f4be0 --- /dev/null +++ b/PyICU-2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc7eb92bd5c554ed577249c6978450a4feda0aa6f01470152b3a7b382a02132 +size 263912 diff --git a/python-PyICU.changes b/python-PyICU.changes index 6154dd7..2d1c0c6 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 7 10:04:14 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.14 + * added wrappers for UCPMap.get|getRange and Char.getIntPropertyMap + * added wrapper for Locale.getUnicodeKeywordValue + * added wrapper for UnicodeString.remove, UnicodeString.removeBetween + * added wrapper for UnicodeString.retainBetween, UnicodeString.truncate + * fixed bogus UBool uses on stack instead of int (Martin Jansche) + * added support for ICU 76.1 + ------------------------------------------------------------------- Fri Jun 14 08:14:34 UTC 2024 - Daniel Garcia diff --git a/python-PyICU.spec b/python-PyICU.spec index 3dddfcd..0ff9b41 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %global modname PyICU Name: python-%{modname} -Version: 2.13.1 +Version: 2.14 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT