diff --git a/python-wheezy-template.spec b/python-wheezy-template.spec index dbf74d9..1743c56 100644 --- a/python-wheezy-template.spec +++ b/python-wheezy-template.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - .) Name: python-wheezy-template Version: 3.1.0 -Release: 5mamba +Release: 6mamba Summary: A lightweight template library Group: System/Libraries Vendor: openmamba @@ -12,9 +12,10 @@ Source: https://pypi.debian.net/wheezy.template/wheezy.template-%{version License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -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}. @@ -56,6 +57,9 @@ sed -i "\,%{_bindir}/wheezy.template,d" %{name}.filelist %doc LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 3.1.0-6mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Fri Sep 22 2023 Silvan Calarco 3.1.0-5mamba - rebuilt