add provides for flufl.i18n [release 5.1.0-2mamba;Tue May 28 2024]

This commit is contained in:
Silvan Calarco 2024-05-28 17:30:37 +02:00
parent ccf638a261
commit 8714aa335d

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-flufl_i18n
Version: 5.1.0
Release: 1mamba
Release: 2mamba
Summary: A high level API for internationalizing Python libraries and applications
Group: System/Libraries
Vendor: openmamba
@ -19,6 +19,9 @@ BuildRequires: python3.11dist(atpublic)
%{summary}.
%if 0%{?with_pyver}
%define py_requires_append \
Provides: python%{python_version}dist(flufl.i18n) = %{version} \
Provides: python3dist(flufl.i18n) = %{version}
%pyver_package
%endif
@ -48,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Tue May 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.0-2mamba
- add provides for flufl.i18n
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 5.1.0-1mamba
- automatic update by autodist