rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 4.19.25-2mamba;Wed Sep 27 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:40:31 +01:00
parent a21dbaa78f
commit a99cae8bf5
2 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,13 @@
diff --git a/siplib/siplib.c b/siplib/siplib.c
index db52b68..8019e97 100644
--- a/siplib/siplib.c
+++ b/siplib/siplib.c
@@ -13747,7 +13747,7 @@ static struct _frame *sip_api_get_frame(int depth)
while (frame != NULL && depth > 0)
{
- frame = frame->f_back;
+ frame = PyFrame_GetBack(frame);
--depth;
}

View File

@ -1,21 +1,22 @@
Name: python-sip4 Name: python-sip4
Version: 4.19.25 Version: 4.19.25
Release: 1mamba Release: 2mamba
Summary: Python extension module generator for C and C++ libraries Summary: Python extension module generator for C and C++ libraries
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.riverbankcomputing.com/software/sip URL: https://riverbankcomputing.com/software/sip
Source: https://www.riverbankcomputing.com/static/Downloads/sip/%{version}/sip-%{version}.tar.gz Source: https://www.riverbankcomputing.com/static/Downloads/sip/%{version}/sip-%{version}.tar.gz
#Source: http://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz Patch0: python-sip4-4.19.25-python-3.11.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: libpython3-devel >= 3.7.4
Requires: sip4 = %{?epoch:%epoch:}%{version}-%{release} Requires: sip4 = %{?epoch:%epoch:}%{version}-%{release}
Provides: python-sip Provides: python-sip
@ -45,6 +46,7 @@ This package provides the sip tool and documentation.
%setup -q -n sip-%{version} %setup -q -n sip-%{version}
#tar xf %{SOURCE0} #tar xf %{SOURCE0}
#mv sip-%{version} PyQt5 #mv sip-%{version} PyQt5
%patch 0 -p1 -b .python-3.11
%build %build
%{__python} configure.py CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" \ %{__python} configure.py CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" \
@ -95,6 +97,9 @@ This package provides the sip tool and documentation.
#%doc doc/* #%doc doc/*
%changelog %changelog
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 4.19.25-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Nov 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.19.25-1mamba * Mon Nov 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.19.25-1mamba
- update to 4.19.25 - update to 4.19.25
- remove PyQt5 support - remove PyQt5 support