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
This commit is contained in:
Tomáš Chvátal 2020-01-13 15:31:08 +00:00 committed by Git OBS Bridge
parent e59d981a89
commit 6b0c5aa523
6 changed files with 29 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e86135ae101e31e2c8ec20a4e0c5220f4eed12487d5cf3f78be7e98d3a57fc28
size 8244870

3
Babel-2.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38
size 8444381

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 13 14:42:05 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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

View File

@ -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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 13 14:40:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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

View File

@ -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