Update to 3.0.5
This commit is contained in:
parent
b652c0db5c
commit
86fdd7be24
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@ Cython-0.12.1.tar.gz
|
||||
/Cython-3.0.2.tar.gz
|
||||
/Cython-3.0.3.tar.gz
|
||||
/Cython-3.0.4.tar.gz
|
||||
/Cython-3.0.5.tar.gz
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
%bcond cython_compile 1
|
||||
|
||||
Name: Cython
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Language for writing Python extension modules
|
||||
|
||||
@ -97,13 +97,10 @@ Provides: bundled(python3dist(tempita))
|
||||
# https://github.com/cython/cython/issues/5470
|
||||
# run.parallel fails on i686
|
||||
# https://github.com/cython/cython/issues/2807
|
||||
# gil_in_var fails on i686
|
||||
# https://github.com/cython/cython/issues/5768
|
||||
%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \
|
||||
--exclude 'run.pstats_profile_test*' \
|
||||
%ifarch %{ix86}
|
||||
--exclude run.parallel \
|
||||
--exclude gil_in_var \
|
||||
%endif
|
||||
|
||||
%endif
|
||||
@ -122,6 +119,9 @@ Provides: bundled(python3dist(tempita))
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 31 2023 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-1
|
||||
- Update to 3.0.5
|
||||
|
||||
* Wed Oct 18 2023 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-1
|
||||
- Update to 3.0.4
|
||||
- Fixes: rhbz#2244865
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Cython-3.0.4.tar.gz) = bc87e38f9c188a5311f75f49ba4b9ec1ee0af00ff9ed655ca69972891f8b0801025265f8cad4521670088275c7da3d6136aeda7ebb6a33554f64cc7aef362c73
|
||||
SHA512 (Cython-3.0.5.tar.gz) = 585d3fe810ace55278fcc6ea4508b3b5259320f92998cd688da787cd5f88ac5fc2467025f20da6d968969eb3296ae9c517136d24a4dbb475441271227968f6be
|
||||
|
||||
Loading…
Reference in New Issue
Block a user