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/04-test-no-time.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/python/Cython/patches/04-test-no-time.patch b/components/python/Cython/patches/04-test-no-time.patch
index da6436f..b970ecf 100644
--- a/components/python/Cython/patches/04-test-no-time.patch
+++ b/components/python/Cython/patches/04-test-no-time.patch
@@ -1,8 +1,8 @@
 Remove timing from test output
 
---- Cython-3.0.9/runtests.py.orig
-+++ Cython-3.0.9/runtests.py
-@@ -716,7 +716,6 @@
+--- Cython-3.0.10/runtests.py.orig
++++ Cython-3.0.10/runtests.py
+@@ -714,7 +714,6 @@
              lines.append("%-12s: %8.2f sec  (%4d, %6.3f / run) - slowest: %s\n" % (
                  metric, t, count, t / count,
                  ', '.join("'{2}:{1}' ({0:.2f}s)".format(*item) for item in heapq.nlargest(self.top_n, top))))
@@ -10,7 +10,7 @@
  
  
  class TestBuilder(object):
-@@ -2645,7 +2644,6 @@
+@@ -2643,7 +2642,6 @@
                  if stop:
                      return
                  sleep(1./4)

--
Gitblit v1.9.3