diff --git a/python-genutils.spec b/python-genutils.spec index 30659c6..c49f99f 100644 --- a/python-genutils.spec +++ b/python-genutils.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-genutils Version: 0.3.0 -Release: 1mamba +Release: 2mamba Summary: General utilities Group: System/Libraries Vendor: openmamba @@ -11,9 +11,10 @@ URL: https://github.com/stbraun/genutils Source: https://pypi.debian.net/genutils/genutils-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -49,5 +50,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Tue Sep 26 2023 Automatic Build System 0.3.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Oct 19 2021 Silvan Calarco 0.3.0-1mamba - package created using the webbuild interface