added provides for flufl.lock [release 8.1.0-2mamba;Tue May 28 2024]

This commit is contained in:
Silvan Calarco 2024-05-28 17:30:52 +02:00
parent 40ac9b7eb5
commit efd72a118d

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-flufl_lock
Version: 8.1.0
Release: 1mamba
Release: 2mamba
Summary: NFS-safe file locking with timeouts for POSIX and Windows
Group: System/Libraries
Vendor: openmamba
@ -21,6 +21,9 @@ BuildRequires: python-pdm_backend-py3
%{summary}.
%if 0%{?with_pyver}
%define py_requires_append \
Provides: python%{python_version}dist(flufl.lock) = %{version} \
Provides: python3dist(flufl.lock) = %{version}
%pyver_package
%endif
@ -50,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Tue May 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 8.1.0-2mamba
- added provides for flufl.lock
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 8.1.0-1mamba
- automatic version update by autodist