From 6937b2b06c69d4b8df3559ec027c6b9cf5d38792 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:56:19 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 3.15.0-3mamba;Sat Sep 23 2023] --- python-zipp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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