rebuilt with python3 = 3.11.5 [release 3.15.0-3mamba;Sat Sep 23 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:56:19 +01:00
parent 7e8b3cb168
commit 6937b2b06c

View File

@ -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 <silvan.calarco@mambasoft.it> 3.15.0-3mamba
- rebuilt with python3 = 3.11.5
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 3.15.0-2mamba
- rebuilt with python 3.10