update to 2.15.0 [release 2.15.0-1mamba;Thu May 09 2024]

This commit is contained in:
Silvan Calarco 2024-05-10 13:43:49 +02:00
parent f9c6058db7
commit 5f079121d8

View File

@ -1,5 +1,5 @@
Name: python-babel Name: python-babel
Version: 2.14.0 Version: 2.15.0
Release: 1mamba Release: 1mamba
Summary: Library for internationalizing Python applications Summary: Library for internationalizing Python applications
Group: System/Libraries/Python Group: System/Libraries/Python
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://babel.pocoo.org/en/latest/ URL: https://babel.pocoo.org/en/latest/
Source: https://pypi.debian.net/Babel/Babel-%{version}.tar.gz Source: https://pypi.debian.net/Babel/babel-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel BuildRequires: libpython311-devel
@ -32,7 +32,7 @@ Tool to build and work with gettext message catalogs.
%endif %endif
%prep %prep
%setup -q -n Babel-%{version} %setup -q -n babel-%{version}
#chmod a-x babel/messages/frontend.py doc/logo.png doc/logo_small.png #chmod a-x babel/messages/frontend.py doc/logo.png doc/logo_small.png
sed -i -e '/^#!/,1d' babel/messages/frontend.py sed -i -e '/^#!/,1d' babel/messages/frontend.py
@ -67,6 +67,9 @@ sed -i "s|%{_bindir}/pybabel|%{_bindir}/pybabel-%{?pyappend}|" %{name}.filelist
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%changelog %changelog
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.15.0-1mamba
- update to 2.15.0
* Wed Dec 13 2023 Automatic Build System <autodist@mambasoft.it> 2.14.0-1mamba * Wed Dec 13 2023 Automatic Build System <autodist@mambasoft.it> 2.14.0-1mamba
- automatic version update by autodist - automatic version update by autodist