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
This commit is contained in:
parent
838383be73
commit
66afd83702
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user