Accepting request 532071 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/532071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Babel?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2017-10-13 12:05:58 +00:00 committed by Git OBS Bridge
commit 9c2173f422
6 changed files with 35 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 5 16:04:48 UTC 2017 - arun@gmx.de
- update to version 2.5.1:
* Use a fixed datetime to avoid test failures (#520)
(@narendravardi)
* Parse multi-line __future__ imports better (#519) (@akx)
* Fix validate_currency docstring (#522)
* Allow normalize_locale and exists to handle various unexpected
inputs (#523) (@suhojm)
* Make PyInstaller support more robust (#525, #526)
(@thijstriemstra, @akx)
-------------------------------------------------------------------
Wed Aug 23 15:40:01 UTC 2017 - tbechtold@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Babel-doc
Version: 2.5.0
Version: 2.5.1
Release: 0
Summary: Internationalization utilities
License: BSD-3-Clause

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 5 16:04:48 UTC 2017 - arun@gmx.de
- specfile:
* require freezegun for tests
- update to version 2.5.1:
* Use a fixed datetime to avoid test failures (#520)
(@narendravardi)
* Parse multi-line __future__ imports better (#519) (@akx)
* Fix validate_currency docstring (#522)
* Allow normalize_locale and exists to handle various unexpected
inputs (#523) (@suhojm)
* Make PyInstaller support more robust (#525, #526)
(@thijstriemstra, @akx)
-------------------------------------------------------------------
Wed Aug 23 15:40:01 UTC 2017 - tbechtold@suse.com

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Babel
Version: 2.5.0
Version: 2.5.1
Release: 0
Summary: Internationalization utilities
License: BSD-3-Clause
@ -29,6 +29,7 @@ Source: https://pypi.io/packages/source/B/Babel/Babel-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
# Test requirements:
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module py >= 1.4.14}
BuildRequires: %{python_module pytest >= 2.3.5}
BuildRequires: %{python_module pytz}