diff --git a/python-moddb.spec b/python-moddb.spec index 4e87f55..38c9385 100644 --- a/python-moddb.spec +++ b/python-moddb.spec @@ -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 0.11.0-1mamba +- automatic version update by autodist + * Wed Feb 21 2024 Silvan Calarco 0.10.0-2mamba - relax version requirement for pyrate-limiter