Accepting request 605126 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/605126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Babel?expand=0&rev=24
This commit is contained in:
commit
1b2e571c55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811
|
|
||||||
size 6612869
|
|
3
Babel-2.5.3.tar.gz
Normal file
3
Babel-2.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ce4cb6fdd4393edd323227cba3a077bceb2a6ce5201c902c65e730046f41f14
|
||||||
|
size 6611941
|
@ -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
|
Thu Oct 5 16:04:48 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -18,16 +18,15 @@
|
|||||||
|
|
||||||
%{?!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.1
|
Version: 2.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internationalization utilities
|
Summary: Internationalization utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://babel.edgewall.org/
|
URL: http://babel.edgewall.org/
|
||||||
Source: https://pypi.io/packages/source/B/Babel/Babel-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -41,13 +40,13 @@ This package contains the documentation for Babel
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{_python_use_flavor python3}
|
%{_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
|
%install
|
||||||
# Only building documentation
|
# Only building documentation
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE
|
||||||
%doc LICENSE build/sphinx/html
|
%doc build/sphinx/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -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
|
Tue Feb 27 12:28:43 UTC 2018 - aplanas@suse.com
|
||||||
|
|
||||||
|
@ -19,25 +19,26 @@
|
|||||||
%{?!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.1
|
Version: 2.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internationalization utilities
|
Summary: Internationalization utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://babel.pocoo.org/
|
URL: http://babel.pocoo.org/
|
||||||
Source: https://pypi.io/packages/source/B/Babel/Babel-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
BuildRequires: %{python_module freezegun}
|
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}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Obsoletes: %{oldpython}-babel < %{version}
|
Obsoletes: %{oldpython}-babel < %{version}
|
||||||
Provides: %{oldpython}-babel = %{version}
|
Provides: %{oldpython}-babel = %{version}
|
||||||
@ -46,8 +47,6 @@ Provides: %{oldpython}-babel = %{version}
|
|||||||
Provides: python3-babel = %{version}
|
Provides: python3-babel = %{version}
|
||||||
Obsoletes: python3-babel < %{version}
|
Obsoletes: python3-babel < %{version}
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -82,8 +81,8 @@ export LC_ALL=C
|
|||||||
%python_uninstall_alternative pybabel
|
%python_uninstall_alternative pybabel
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE
|
||||||
%doc LICENSE CHANGES
|
%doc CHANGES
|
||||||
%python_alternative %{_bindir}/pybabel
|
%python_alternative %{_bindir}/pybabel
|
||||||
%{python_sitelib}/babel
|
%{python_sitelib}/babel
|
||||||
%{python_sitelib}/Babel-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/Babel-%{version}-py%{python_version}.egg-info
|
||||||
|
Loading…
Reference in New Issue
Block a user