From 517e8f081e8270bf0b045852b9e69afe921d87a0a61e4464aa270ed335f2ebc3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 27 Oct 2022 13:53:38 +0000 Subject: [PATCH] Accepting request 1031525 from home:mcalabkova:branches:devel:languages:python - update to version 2.10.2 * added support for ICU 72.1 * fixed bug in logic computing max_char for PyUnicode_New() * added some wrappers OBS-URL: https://build.opensuse.org/request/show/1031525 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=25 --- PyICU-2.10.2.tar.gz | 3 +++ PyICU-2.9.tar.gz | 3 --- python-PyICU.changes | 8 ++++++++ python-PyICU.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 PyICU-2.10.2.tar.gz delete mode 100644 PyICU-2.9.tar.gz diff --git a/PyICU-2.10.2.tar.gz b/PyICU-2.10.2.tar.gz new file mode 100644 index 0000000..fed18ce --- /dev/null +++ b/PyICU-2.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3309eea7fab6857507ace62403515b60fe096cbfb4f90d14f55ff75c5441c1 +size 255558 diff --git a/PyICU-2.9.tar.gz b/PyICU-2.9.tar.gz deleted file mode 100644 index 9638c59..0000000 --- a/PyICU-2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c29d6ce65546157117a1a347a303ecdfcf1a7591ed679fc88cdef4108845878 -size 305193 diff --git a/python-PyICU.changes b/python-PyICU.changes index 57a24f0..48a42ef 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 27 10:57:22 UTC 2022 - Markéta Machová + +- update to version 2.10.2 + * added support for ICU 72.1 + * fixed bug in logic computing max_char for PyUnicode_New() + * added some wrappers + ------------------------------------------------------------------- Wed Apr 13 14:40:40 UTC 2022 - Callum Farmer diff --git a/python-PyICU.spec b/python-PyICU.spec index 98d095b..eb4f5f6 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname PyICU Name: python-%{modname} -Version: 2.9 +Version: 2.10.2 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT