diff --git a/Babel-2.5.0.tar.gz b/Babel-2.5.0.tar.gz deleted file mode 100644 index 4ee6b5b..0000000 --- a/Babel-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:754177ee7481b6fac1bf84edeeb6338ab51640984e97e4083657d384b1c8830d -size 6612353 diff --git a/Babel-2.5.1.tar.gz b/Babel-2.5.1.tar.gz new file mode 100644 index 0000000..793d7d2 --- /dev/null +++ b/Babel-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811 +size 6612869 diff --git a/python-Babel-doc.changes b/python-Babel-doc.changes index b842099..896847d 100644 --- a/python-Babel-doc.changes +++ b/python-Babel-doc.changes @@ -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 diff --git a/python-Babel-doc.spec b/python-Babel-doc.spec index d83e0d1..38f92d1 100644 --- a/python-Babel-doc.spec +++ b/python-Babel-doc.spec @@ -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 diff --git a/python-Babel.changes b/python-Babel.changes index 61b8833..e719420 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -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 diff --git a/python-Babel.spec b/python-Babel.spec index 4133d81..64ae2b1 100644 --- a/python-Babel.spec +++ b/python-Babel.spec @@ -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}