automatic version update by autodist [release 3.1.1-1mamba;Tue Jan 02 2024]

This commit is contained in:
Automatic Build System 2024-01-05 16:29:55 +01:00
parent c7b8051b21
commit 4518fcae26

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pyrate_limiter
Version: 3.1.0
Version: 3.1.1
Release: 1mamba
Summary: Python Rate-Limiter using Leaky-Bucket Algorithm
Group: System/Libraries
@ -11,7 +11,7 @@ URL: https://github.com/vutran1710/PyrateLimiter
Source: https://pypi.debian.net/pyrate-limiter/pyrate_limiter-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
%description
@ -47,6 +47,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Tue Jan 02 2024 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
- automatic version update by autodist
* Mon Aug 28 2023 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
- automatic version update by autodist