rebuilt with python3 = 3.11.5 [release 3.15.0-3mamba;Sat Sep 23 2023]
This commit is contained in:
parent
7e8b3cb168
commit
6937b2b06c
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-zipp
|
Name: python-zipp
|
||||||
Version: 3.15.0
|
Version: 3.15.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A pathlib-compatible Zipfile object wrapper
|
Summary: A pathlib-compatible Zipfile object wrapper
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,8 +11,9 @@ URL: https://pypi.org/project/zipp/
|
|||||||
Source: https://pypi.debian.net/zipp/zipp-%{version}.tar.gz
|
Source: https://pypi.debian.net/zipp/zipp-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -40,6 +41,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 3.15.0-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user