From c19265f1fbc15761ff249c3421d76405beebbf6aa61fffb801a2175df8c9951a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Jan 2020 11:38:46 +0000 Subject: [PATCH] Accepting request 764635 from home:mcalabkova:branches:devel:languages:python - update to 2.4.2 * fixed build issues with ICU < 59 * lots of small fixes OBS-URL: https://build.opensuse.org/request/show/764635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=11 --- PyICU-2.3.1.tar.gz | 3 --- PyICU-2.4.2.tar.gz | 3 +++ python-PyICU.changes | 7 +++++++ python-PyICU.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 PyICU-2.3.1.tar.gz create mode 100644 PyICU-2.4.2.tar.gz diff --git a/PyICU-2.3.1.tar.gz b/PyICU-2.3.1.tar.gz deleted file mode 100644 index 0b38fdc..0000000 --- a/PyICU-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4 -size 214761 diff --git a/PyICU-2.4.2.tar.gz b/PyICU-2.4.2.tar.gz new file mode 100644 index 0000000..8dab781 --- /dev/null +++ b/PyICU-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c43424b67090c4028d8743132d141d8477f390f93e26c2cb67c26485622c20 +size 219356 diff --git a/python-PyICU.changes b/python-PyICU.changes index be1ce1c..66c1d7d 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 15 11:35:02 UTC 2020 - Marketa Calabkova + +- update to 2.4.2 + * fixed build issues with ICU < 59 + * lots of small fixes + ------------------------------------------------------------------- Mon Apr 29 08:05:27 UTC 2019 - Tomáš Chvátal diff --git a/python-PyICU.spec b/python-PyICU.spec index 4ef4426..2232194 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -1,7 +1,7 @@ # -# spec file for package python +# spec file for package python-PyICU # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.3.1 +Version: 2.4.2 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT