From a885899322f8424d6d708e5c3143b6c43488446d Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 05 Apr 2024 08:11:09 +0200
Subject: [PATCH] python/Cython: update to 3.0.10

---
 components/python/Cython/patches/03-gmake.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/python/Cython/patches/03-gmake.patch b/components/python/Cython/patches/03-gmake.patch
index 1bd9dda..af88745 100644
--- a/components/python/Cython/patches/03-gmake.patch
+++ b/components/python/Cython/patches/03-gmake.patch
@@ -1,6 +1,6 @@
---- Cython-3.0.9/runtests.py.orig
-+++ Cython-3.0.9/runtests.py
-@@ -2110,12 +2110,12 @@
+--- Cython-3.0.10/runtests.py.orig
++++ Cython-3.0.10/runtests.py
+@@ -2108,12 +2108,12 @@
          self.old_dir = os.getcwd()
          os.chdir(self.working_dir)
          os.system(
@@ -15,7 +15,7 @@
          except:
              pass
          os.chdir(self.old_dir)
-@@ -2134,7 +2134,7 @@
+@@ -2132,7 +2132,7 @@
  
          try:
              subprocess.check_output([

--
Gitblit v1.9.3