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