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/Makefile |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/components/python/Cython/Makefile b/components/python/Cython/Makefile
index 48f751a..61754e0 100644
--- a/components/python/Cython/Makefile
+++ b/components/python/Cython/Makefile
@@ -19,11 +19,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		Cython
-HUMAN_VERSION =			3.0.9
+HUMAN_VERSION =			3.0.10
 COMPONENT_SUMMARY =		Cython - The Cython compiler for writing C extensions in the Python language.
 COMPONENT_PROJECT_URL =		https://cython.org/
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:a2d354f059d1f055d34cfaa62c5b68bc78ac2ceab6407148d47fb508cf3ba4f3
+	sha256:dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
 COMPONENT_LICENSE =		Apache-2.0
 COMPONENT_LICENSE_FILE =	LICENSE.txt
 
@@ -44,6 +44,9 @@
 # Remove profiling info
 COMPONENT_TEST_TRANSFORMS += "-e '/^Most expensive pipeline stages:/d'"
 
+# https://github.com/OpenIndiana/oi-userland/pull/16549#issuecomment-2037519250
+TEST_CONFLICTING_PACKAGES.python += library/python/numpy
+
 # Auto-generated dependencies
 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
 PYTHON_REQUIRED_PACKAGES += library/python/setuptools

--
Gitblit v1.9.3