From 6b0c5aa52389966924fef825b8cbca8f1585a03ecd0ffad9c4d20def3729e291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 15:31:08 +0000 Subject: [PATCH] Accepting request 764027 from home:mcalabkova:branches:devel:languages:python - update to 2.8.0 * CLDR: Upgrade to CLDR 36.0 * Messages: Don't even open files with the "ignore" extraction method * Numbers: Fix formatting very small decimals when quantization is disabled * Messages: Attempt to sort all messages * Add years to changelog * Note that installation requires pytz - update to 2.8.0 * CLDR: Upgrade to CLDR 36.0 * Messages: Don't even open files with the "ignore" extraction method * Numbers: Fix formatting very small decimals when quantization is disabled * Messages: Attempt to sort all messages OBS-URL: https://build.opensuse.org/request/show/764027 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=47 --- Babel-2.7.0.tar.gz | 3 --- Babel-2.8.0.tar.gz | 3 +++ python-Babel-doc.changes | 11 +++++++++++ python-Babel-doc.spec | 4 ++-- python-Babel.changes | 9 +++++++++ python-Babel.spec | 8 ++++---- 6 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 Babel-2.7.0.tar.gz create mode 100644 Babel-2.8.0.tar.gz diff --git a/Babel-2.7.0.tar.gz b/Babel-2.7.0.tar.gz deleted file mode 100644 index 76d5ca4..0000000 --- a/Babel-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e86135ae101e31e2c8ec20a4e0c5220f4eed12487d5cf3f78be7e98d3a57fc28 -size 8244870 diff --git a/Babel-2.8.0.tar.gz b/Babel-2.8.0.tar.gz new file mode 100644 index 0000000..443c6b6 --- /dev/null +++ b/Babel-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38 +size 8444381 diff --git a/python-Babel-doc.changes b/python-Babel-doc.changes index 8ecac1f..0a9341e 100644 --- a/python-Babel-doc.changes +++ b/python-Babel-doc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 13 14:42:05 UTC 2020 - Marketa Calabkova + +- update to 2.8.0 + * CLDR: Upgrade to CLDR 36.0 + * Messages: Don't even open files with the "ignore" extraction method + * Numbers: Fix formatting very small decimals when quantization is disabled + * Messages: Attempt to sort all messages + * Add years to changelog + * Note that installation requires pytz + ------------------------------------------------------------------- Tue Jun 4 05:31:14 UTC 2019 - pgajdos@suse.com diff --git a/python-Babel-doc.spec b/python-Babel-doc.spec index ff243fd..45035b1 100644 --- a/python-Babel-doc.spec +++ b/python-Babel-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-Babel-doc # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Babel-doc -Version: 2.7.0 +Version: 2.8.0 Release: 0 Summary: Internationalization utilities License: BSD-3-Clause diff --git a/python-Babel.changes b/python-Babel.changes index 2e88c1d..4970388 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 13 14:40:12 UTC 2020 - Marketa Calabkova + +- update to 2.8.0 + * CLDR: Upgrade to CLDR 36.0 + * Messages: Don't even open files with the "ignore" extraction method + * Numbers: Fix formatting very small decimals when quantization is disabled + * Messages: Attempt to sort all messages + ------------------------------------------------------------------- Tue Jun 4 05:31:14 UTC 2019 - pgajdos@suse.com diff --git a/python-Babel.spec b/python-Babel.spec index 6c50db7..5b5d555 100644 --- a/python-Babel.spec +++ b/python-Babel.spec @@ -1,7 +1,7 @@ # # spec file for package python-Babel # -# 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-%{**}} %define oldpython python Name: python-Babel -Version: 2.7.0 +Version: 2.8.0 Release: 0 Summary: Internationalization utilities License: BSD-3-Clause @@ -30,11 +30,11 @@ Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{v BuildRequires: %{python_module freezegun} BuildRequires: %{python_module py >= 1.4.14} BuildRequires: %{python_module pytest >= 2.3.5} -BuildRequires: %{python_module pytz} +BuildRequires: %{python_module pytz >= 2015.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytz +Requires: python-pytz >= 2015.7 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch