From 7d54c4e5ac00aedf4422370d73abf54868ff0022 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 13 Mar 2025 21:27:54 +0000 Subject: [PATCH] cython: Update to 3.0.12 Signed-off-by: Michael Tremer --- cython/cython.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cython/cython.nm b/cython/cython.nm index 2f37d7310..7649cef54 100644 --- a/cython/cython.nm +++ b/cython/cython.nm @@ -4,7 +4,7 @@ ############################################################################### name = cython -version = 0.29.32 +version = 3.0.12 release = 1 groups = Development/Tools @@ -19,7 +19,7 @@ description as Python itself. end -source_dl = https://github.com/cython/cython/archive/%{version}.tar.gz#/ +source_dl = https://github.com/cython/cython/releases/download/%{version}/ build requires -- 2.47.3