From 5d4e13673e019da41da45be07e5bdcc1cf95814d725210fb188b9748be7dc7fe Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Dec 2020 17:24:38 +0000 Subject: [PATCH] Accepting request 855798 from home:gmbr3:StagingI - update to 2.6 * fix build with ICU 68 OBS-URL: https://build.opensuse.org/request/show/855798 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=15 --- PyICU-2.4.3.tar.gz | 3 --- PyICU-2.6.tar.gz | 3 +++ python-PyICU.changes | 6 ++++++ python-PyICU.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 PyICU-2.4.3.tar.gz create mode 100644 PyICU-2.6.tar.gz diff --git a/PyICU-2.4.3.tar.gz b/PyICU-2.4.3.tar.gz deleted file mode 100644 index 488259b..0000000 --- a/PyICU-2.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0ca7741ad0e8b20781578a876dac0357b982b7762ccc2aae116f0b18ce1ab1c -size 219819 diff --git a/PyICU-2.6.tar.gz b/PyICU-2.6.tar.gz new file mode 100644 index 0000000..2717ab8 --- /dev/null +++ b/PyICU-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a5bf6833360f8f69e9375b91c1a7dd6e0c9157a42aee5bb7d6891804d96371 +size 233826 diff --git a/python-PyICU.changes b/python-PyICU.changes index d12f4a1..228c6b6 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 14 16:27:25 UTC 2020 - Callum Farmer + +- update to 2.6 + * fix build with ICU 68 + ------------------------------------------------------------------- Fri Mar 27 09:06:35 UTC 2020 - Marketa Calabkova diff --git a/python-PyICU.spec b/python-PyICU.spec index 9f74e20..0cf5826 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname PyICU Name: python-%{modname} -Version: 2.4.3 +Version: 2.6 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT