From d7e6560c02ea7b96a60e51f4d4cc300617459818 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 15 Apr 2024 10:05:03 +0200 Subject: [PATCH] automatic version update by autodist [release 0.11.0-1mamba;Mon Apr 15 2024] --- python-moddb.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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