diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index fdc7ead..cbc961e 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-mysqlclient Version: 2.2.0 -Release: 1mamba +Release: 2mamba Summary: Python interface to MySQL Group: System/Libraries Vendor: openmamba @@ -14,9 +14,10 @@ License: GPL, Python License, Zope Public License BuildRequires: glibc-devel BuildRequires: libmariadb-devel BuildRequires: libopenssl-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: python-setuptools-devel Provides: python-MySQL @@ -62,6 +63,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc doc/* %changelog +* Tue Sep 26 2023 Automatic Build System 2.2.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Fri Jun 23 2023 Automatic Build System 2.2.0-1mamba - automatic version update by autodist