diff --git a/python-wxPython-4.2.1-cpython-3.0.2.patch b/python-wxPython-4.2.1-cpython-3.0.2.patch deleted file mode 100644 index 8ea6a30..0000000 --- a/python-wxPython-4.2.1-cpython-3.0.2.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- wxPython-4.2.1/wx/svg/_nanosvg.pyx.orig 2023-09-28 21:23:46.483810300 +0200 -+++ wxPython-4.2.1/wx/svg/_nanosvg.pyx 2023-09-28 21:23:57.769839809 +0200 -@@ -42,7 +42,6 @@ - - import sys - --cimport cython.object - from cpython.buffer cimport ( - Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE, - PyBuffer_Release) diff --git a/python-wxPython.spec b/python-wxPython.spec index 639b416..8072c05 100644 --- a/python-wxPython.spec +++ b/python-wxPython.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-wxPython -Version: 4.2.1 -Release: 7mamba +Version: 4.2.2 +Release: 1mamba Summary: Cross platform GUI toolkit for Python, "Phoenix" version Group: System/Libraries Vendor: openmamba @@ -9,7 +9,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://wxpython.org/ Source: https://pypi.debian.net/wxPython/wxPython-%{version}.tar.gz -Patch0: python-wxPython-4.2.1-cpython-3.0.2.patch License: wxWindows Library License ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -17,7 +16,6 @@ BuildRequires: libgcc BuildRequires: libpython311-devel BuildRequires: libstdc++6-devel BuildRequires: python3.11dist(numpy) -BuildRequires: python3.11dist(pillow) BuildRequires: python3.11dist(setuptools) BuildRequires: python3.11dist(six) BuildRequires: wxwidgets-devel @@ -47,7 +45,6 @@ Obsoletes: wxPython <= 2.8.12.1 %setup -q -n wxPython-%{version} #-D -T #:<< _EOF -%patch 0 -p1 %build #:<< _EOF @@ -86,6 +83,9 @@ done %{python_sitearch}/wx/* %changelog +* Mon Sep 16 2024 Automatic Build System 4.2.2-1mamba +- automatic version update by autodist + * Mon Apr 01 2024 Silvan Calarco 4.2.1-7mamba - obsolete python-wxPython-py310