diff --git a/python-zipp.spec b/python-zipp.spec index 6d3823c..0eb3d7f 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-zipp Version: 3.15.0 -Release: 2mamba +Release: 3mamba Summary: A pathlib-compatible Zipfile object wrapper Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ URL: https://pypi.org/project/zipp/ Source: https://pypi.debian.net/zipp/zipp-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -40,6 +41,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Sat Sep 23 2023 Silvan Calarco 3.15.0-3mamba +- rebuilt with python3 = 3.11.5 + * Fri Apr 07 2023 Sdk Build System 3.15.0-2mamba - rebuilt with python 3.10