update to 2.15.0 [release 2.15.0-1mamba;Thu May 09 2024]
This commit is contained in:
parent
f9c6058db7
commit
5f079121d8
@ -1,5 +1,5 @@
|
||||
Name: python-babel
|
||||
Version: 2.14.0
|
||||
Version: 2.15.0
|
||||
Release: 1mamba
|
||||
Summary: Library for internationalizing Python applications
|
||||
Group: System/Libraries/Python
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
@ -32,7 +32,7 @@ Tool to build and work with gettext message catalogs.
|
||||
%endif
|
||||
|
||||
%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
|
||||
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
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user