automatic version update by autodist [release 0.11.0-1mamba;Mon Apr 15 2024]

This commit is contained in:
Automatic Build System 2024-04-15 10:05:03 +02:00
parent 70253fd14d
commit d7e6560c02

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-moddb
Version: 0.10.0
Release: 2mamba
Version: 0.11.0
Release: 1mamba
Summary: A scrapper for ModDB Mod and Game pages
Group: System/Libraries
Vendor: openmamba
@ -13,9 +13,7 @@ License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.11dist(beautifulsoup4) >= 4 with python3.11dist(beautifulsoup4) < 5)
BuildRequires: (python3.11dist(requests) >= 2 with python3.11dist(requests) < 3)
BuildRequires: (python3.11dist(toolz) >= 0 with python3.11dist(toolz) < 1)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(pyrate-limiter)
## AUTOBUILDREQ-END
%description
@ -52,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Mon Apr 15 2024 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
- automatic version update by autodist
* Wed Feb 21 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-2mamba
- relax version requirement for pyrate-limiter