diff --git a/python-six.spec b/python-six.spec index c9cdb76..07ec391 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,6 +1,6 @@ Name: python-six Version: 1.16.0 -Release: 4mamba +Release: 5mamba Summary: Python 2 and 3 compatibility utilities Group: System/Libraries Vendor: openmamba @@ -10,8 +10,9 @@ URL: https://github.com/benjaminp/six Source: https://pypi.debian.net/six/six-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 BuildArch: noarch %description @@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE documentation/index.rst %changelog +* Tue Sep 26 2023 Automatic Build System 1.16.0-5mamba +- rebuilt with python3 = 3.11.5 + * Mon Jul 31 2023 Silvan Calarco 1.16.0-4mamba - rebuilt to fix wrong requirement for python 3.9