Update to 3.0.11
- Fixes: rhbz#2303197 - Fixes: rhbz#2293086 Co-Authored-By: Charalampos Stratakis <cstratak@redhat.com>
This commit is contained in:
parent
35d536cf3c
commit
6021cd6d27
3 changed files with 6 additions and 72 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue