From 66afd83702962a518fc19f517f81a21a8b13650c031177032fe0bc93796c9eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 May 2018 13:49:29 +0000 Subject: [PATCH] Accepting request 604646 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/604646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=39 --- Babel-2.5.1.tar.gz | 3 --- Babel-2.5.3.tar.gz | 3 +++ python-Babel-doc.changes | 15 +++++++++++++++ python-Babel-doc.spec | 13 ++++++------- python-Babel.changes | 15 +++++++++++++++ python-Babel.spec | 15 +++++++-------- 6 files changed, 46 insertions(+), 18 deletions(-) delete mode 100644 Babel-2.5.1.tar.gz create mode 100644 Babel-2.5.3.tar.gz diff --git a/Babel-2.5.1.tar.gz b/Babel-2.5.1.tar.gz deleted file mode 100644 index 793d7d2..0000000 --- a/Babel-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811 -size 6612869 diff --git a/Babel-2.5.3.tar.gz b/Babel-2.5.3.tar.gz new file mode 100644 index 0000000..6a06f70 --- /dev/null +++ b/Babel-2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce4cb6fdd4393edd323227cba3a077bceb2a6ce5201c902c65e730046f41f14 +size 6611941 diff --git a/python-Babel-doc.changes b/python-Babel-doc.changes index 896847d..70e61a6 100644 --- a/python-Babel-doc.changes +++ b/python-Babel-doc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun May 6 19:35:28 UTC 2018 - arun@gmx.de + +- update to version 2.5.3: + * This is a maintenance release that reverts undesired API-breaking + changes that slipped into 2.5.2 (see + https://github.com/python-babel/babel/issues/550). It is based on + v2.5.1 (f29eccd) with commits 7cedb84, 29da2d2 and edfb518 + cherry-picked on top. + +- changes from version 2.5.2: + * Bugfixes + + Revert the unnecessary PyInstaller fixes from 2.5.0 and 2.5.1 + (#533) (@yagebu) + ------------------------------------------------------------------- Thu Oct 5 16:04:48 UTC 2017 - arun@gmx.de diff --git a/python-Babel-doc.spec b/python-Babel-doc.spec index ec02bb6..30eed97 100644 --- a/python-Babel-doc.spec +++ b/python-Babel-doc.spec @@ -18,16 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Babel-doc -Version: 2.5.1 +Version: 2.5.3 Release: 0 Summary: Internationalization utilities License: BSD-3-Clause Group: Development/Languages/Python -Url: http://babel.edgewall.org/ -Source: https://pypi.io/packages/source/B/Babel/Babel-%{version}.tar.gz +URL: http://babel.edgewall.org/ +Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -41,13 +40,13 @@ This package contains the documentation for Babel %build %{_python_use_flavor python3} -%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo +python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %install # Only building documentation %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE build/sphinx/html +%license LICENSE +%doc build/sphinx/html %changelog diff --git a/python-Babel.changes b/python-Babel.changes index f6f02a8..cbb8092 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun May 6 19:35:28 UTC 2018 - arun@gmx.de + +- update to version 2.5.3: + * This is a maintenance release that reverts undesired API-breaking + changes that slipped into 2.5.2 (see + https://github.com/python-babel/babel/issues/550). It is based on + v2.5.1 (f29eccd) with commits 7cedb84, 29da2d2 and edfb518 + cherry-picked on top. + +- changes from version 2.5.2: + * Bugfixes + + Revert the unnecessary PyInstaller fixes from 2.5.0 and 2.5.1 + (#533) (@yagebu) + ------------------------------------------------------------------- Tue Feb 27 12:28:43 UTC 2018 - aplanas@suse.com diff --git a/python-Babel.spec b/python-Babel.spec index f978bec..39f07f0 100644 --- a/python-Babel.spec +++ b/python-Babel.spec @@ -19,25 +19,26 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Babel -Version: 2.5.1 +Version: 2.5.3 Release: 0 Summary: Internationalization utilities License: BSD-3-Clause Group: Development/Languages/Python -Url: http://babel.pocoo.org/ -Source: https://pypi.io/packages/source/B/Babel/Babel-%{version}.tar.gz +URL: http://babel.pocoo.org/ +Source: https://files.pythonhosted.org/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} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytz Requires(post): update-alternatives Requires(postun): update-alternatives +BuildArch: noarch %ifpython2 Obsoletes: %{oldpython}-babel < %{version} Provides: %{oldpython}-babel = %{version} @@ -46,8 +47,6 @@ Provides: %{oldpython}-babel = %{version} Provides: python3-babel = %{version} Obsoletes: python3-babel < %{version} %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %python_subpackages %description @@ -82,8 +81,8 @@ export LC_ALL=C %python_uninstall_alternative pybabel %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE CHANGES +%license LICENSE +%doc CHANGES %python_alternative %{_bindir}/pybabel %{python_sitelib}/babel %{python_sitelib}/Babel-%{version}-py%{python_version}.egg-info