automatic version update by autodist [release 3.17.0-1mamba;Fri Jan 24 2025]

This commit is contained in:
Automatic Build System 2025-01-26 11:49:55 +01:00
parent 9de75b2f3a
commit e79180bae0

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-filelock
Version: 3.16.1
Version: 3.17.0
Release: 1mamba
Summary: A platform independent file lock module in Python, which provides a simple way of inter-process communication
Group: System/Libraries
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.org/project/filelock/
Source: https://pypi.debian.net/filelock/filelock-%{version}.tar.gz
License: Public Domain
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
@ -48,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Fri Jan 24 2025 Automatic Build System <autodist@openmamba.org> 3.17.0-1mamba
- automatic version update by autodist
* Wed Sep 18 2024 Automatic Build System <autodist@openmamba.org> 3.16.1-1mamba
- automatic version update by autodist