rebuilt with python3 = 3.11.5 [release 6.7.11-2mamba;Sun Sep 24 2023]
This commit is contained in:
parent
9389db07d7
commit
6e2c125e73
@ -1,6 +1,6 @@
|
||||
Name: python-sip
|
||||
Version: 6.7.11
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python extension module generator for C and C++ libraries
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -11,12 +11,12 @@ Source: https://pypi.debian.net/sip/sip-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(packaging)
|
||||
BuildRequires: python3.7dist(ply)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: python3.7dist(tomli)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(packaging)
|
||||
BuildRequires: python3.11dist(ply)
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11.5
|
||||
|
||||
%description
|
||||
SIP is an extension module generator similar to SWIG but is specifically designed for creating Python modules.
|
||||
@ -82,6 +82,9 @@ find %{python_sitearch}/*.egg-info -type d -empty -delete > /dev/null || true
|
||||
%doc LICENSE LICENSE-GPL2 LICENSE-GPL3
|
||||
|
||||
%changelog
|
||||
* Sun Sep 24 2023 Automatic Build System <autodist@mambasoft.it> 6.7.11-2mamba
|
||||
- rebuilt with python3 = 3.11.5
|
||||
|
||||
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 6.7.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user