Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7a8a27b26 | ||
|
|
2c6f91d207 | ||
|
|
88f4ce7f6f | ||
|
|
c094a0ed36 | ||
|
|
9f329e2bce | ||
|
|
d26d9ef002 | ||
|
|
36d2e823ed | ||
|
|
df85e60d10 | ||
|
|
5aacdf9933 | ||
|
|
4131df3867 | ||
|
|
eabd7d051c | ||
|
|
b19df3773e | ||
|
|
8479a40394 | ||
|
|
43375bfd29 | ||
|
|
63e867fd03 |
3 changed files with 5 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
%bcond cython_compile 1
|
||||
|
||||
Name: Cython
|
||||
Version: 3.0.12
|
||||
Version: 3.2.4
|
||||
Release: %autorelease
|
||||
Summary: Language for writing Python extension modules
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Cython-3.0.12.tar.gz) = bbf2cc662b846cf5ff9b686046ec210ea9d3893482e2b5a2696d2ad44f12facd15075b168a3eb6d1f4ea799786f676868eab2593451bceb2937aec2cb1aea99e
|
||||
SHA512 (Cython-3.2.4.tar.gz) = 5ab8e39739a79debbe89b2ff5b6d88e1b7aafd5ad34460f14f3fc2bd90c10bdc9d6aa5b5844a48e30402dde9790cb9abcba3dc2b4e8cde24c4eeee818a180099
|
||||
|
|
|
|||
|
|
@ -10,10 +10,11 @@ require:
|
|||
- python3-pip
|
||||
- python3-numpy
|
||||
- python3-pytest
|
||||
- flexiblas-devel # for pythran
|
||||
- blas-devel # for pythran
|
||||
# ipython and pythran installed from PyPI, not available in RHEL
|
||||
# Add ipython again when upstream resolves https://github.com/cython/cython/issues/7075
|
||||
test: |
|
||||
pip install ipython==8.24.0 pythran==0.15.0 &&
|
||||
pip install pythran==0.18.0 &&
|
||||
cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) &&
|
||||
python3 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*'
|
||||
duration: 240m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue