Compare commits

..

No commits in common. "rawhide" and "f41" have entirely different histories.

3 changed files with 5 additions and 13 deletions

View file

@ -5,7 +5,7 @@
%bcond cython_compile 1 %bcond cython_compile 1
Name: Cython Name: Cython
Version: 3.2.4 Version: 3.0.11
Release: %autorelease Release: %autorelease
Summary: Language for writing Python extension modules Summary: Language for writing Python extension modules
@ -96,13 +96,6 @@ Provides: bundled(python3dist(tempita))
%if %{with tests} %if %{with tests}
%check %check
%if 0%{?__isa_bits} < 64
# On 32-bit platforms, with their inherent ~4GB/process address space
# limitation, at least test_many_expressions fails due to memory exhaustion
# unless we reduce the debuginfo level (RHBZ#2339845).
export CFLAGS="${CFLAGS} -g1"
%endif
# run.pstats_profile_test* fails on Python 3.12 # run.pstats_profile_test* fails on Python 3.12
# https://github.com/cython/cython/issues/5470 # https://github.com/cython/cython/issues/5470
# run.numpy_parallel fails on i686 # run.numpy_parallel fails on i686
@ -120,7 +113,7 @@ export CFLAGS="${CFLAGS} -g1"
%files -n python3-cython -f %{pyproject_files} %files -n python3-cython -f %{pyproject_files}
%doc README.rst CHANGES.rst USAGE.txt Demos Doc Tools %doc *.txt Demos Doc Tools
%{_bindir}/cython %{_bindir}/cython
%{_bindir}/cygdb %{_bindir}/cygdb
%{_bindir}/cythonize %{_bindir}/cythonize

View file

@ -1 +1 @@
SHA512 (Cython-3.2.4.tar.gz) = 5ab8e39739a79debbe89b2ff5b6d88e1b7aafd5ad34460f14f3fc2bd90c10bdc9d6aa5b5844a48e30402dde9790cb9abcba3dc2b4e8cde24c4eeee818a180099 SHA512 (Cython-3.0.11.tar.gz) = 8f7982af5be1db1072b1090257a9d487dc341d79522f442f4608303d18b388349a7d586ec74e66fbffd0ce88c00ca622202729907fe7cefef71828cfd3f68fe6

View file

@ -10,11 +10,10 @@ require:
- python3-pip - python3-pip
- python3-numpy - python3-numpy
- python3-pytest - python3-pytest
- blas-devel # for pythran - flexiblas-devel # for pythran
# ipython and pythran installed from PyPI, not available in RHEL # ipython and pythran installed from PyPI, not available in RHEL
# Add ipython again when upstream resolves https://github.com/cython/cython/issues/7075
test: | test: |
pip install pythran==0.18.0 && pip install ipython==8.24.0 pythran==0.15.0 &&
cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) && cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) &&
python3 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*' python3 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*'
duration: 240m duration: 240m