Update to 3.0.11

- Fixes: rhbz#2303197
- Fixes: rhbz#2293086

Co-Authored-By: Charalampos Stratakis <cstratak@redhat.com>
This commit is contained in:
Charalampos Stratakis 2024-04-05 21:11:19 +02:00 committed by Miro Hrončok
commit 6021cd6d27
3 changed files with 6 additions and 72 deletions

View file

@ -5,7 +5,7 @@
%bcond cython_compile 1
Name: Cython
Version: 3.0.9
Version: 3.0.11
Release: %autorelease
Summary: Language for writing Python extension modules
@ -98,12 +98,15 @@ Provides: bundled(python3dist(tempita))
%check
# run.pstats_profile_test* fails on Python 3.12
# https://github.com/cython/cython/issues/5470
# run.numpy_parallel fails on i686
# https://github.com/cython/cython/issues/6200
# run.parallel fails on i686
# https://github.com/cython/cython/issues/2807
%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \
--exclude 'run.pstats_profile_test*' \
%ifarch %{ix86}
--exclude run.parallel \
--exclude run.numpy_parallel \
%endif
%endif