Accepting request 532056 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/532056 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=35
This commit is contained in:
parent
a54c1f9f34
commit
5f761522bb
@ -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
3
Babel-2.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811
|
||||||
|
size 6612869
|
@ -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
|
Wed Aug 23 15:40:01 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Babel-doc
|
Name: python-Babel-doc
|
||||||
Version: 2.5.0
|
Version: 2.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internationalization utilities
|
Summary: Internationalization utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -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
|
Wed Aug 23 15:40:01 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Babel
|
Name: python-Babel
|
||||||
Version: 2.5.0
|
Version: 2.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internationalization utilities
|
Summary: Internationalization utilities
|
||||||
License: BSD-3-Clause
|
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 devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
|
BuildRequires: %{python_module freezegun}
|
||||||
BuildRequires: %{python_module py >= 1.4.14}
|
BuildRequires: %{python_module py >= 1.4.14}
|
||||||
BuildRequires: %{python_module pytest >= 2.3.5}
|
BuildRequires: %{python_module pytest >= 2.3.5}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user