Update to 0.29.34
Includes fixes for Python 3.12.0a5 and a6.
This commit is contained in:
parent
d55635fb41
commit
5c173e36d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.29.30.tar.gz
|
/Cython-0.29.30.tar.gz
|
||||||
/Cython-0.29.32.tar.gz
|
/Cython-0.29.32.tar.gz
|
||||||
/Cython-0.29.33.tar.gz
|
/Cython-0.29.33.tar.gz
|
||||||
|
/Cython-0.29.34.tar.gz
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
%bcond_without cython_compile
|
%bcond_without cython_compile
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.29.33
|
Version: 0.29.34
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Language for writing Python extension modules
|
Summary: Language for writing Python extension modules
|
||||||
|
|
||||||
@ -133,6 +133,12 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 03 2023 Miro Hrončok <mhroncok@redhat.com> - 0.29.34-1
|
||||||
|
- Update to 0.29.34
|
||||||
|
- Fixes: rhbz#1823181
|
||||||
|
- Fixes: rhbz#2172822
|
||||||
|
- Fixes: rhbz#2177838
|
||||||
|
|
||||||
* Fri Feb 17 2023 Miro Hrončok <mhroncok@redhat.com> - 0.29.33-1
|
* Fri Feb 17 2023 Miro Hrončok <mhroncok@redhat.com> - 0.29.33-1
|
||||||
- Update to 0.29.33
|
- Update to 0.29.33
|
||||||
- Fix test failures with NumPy 1.24
|
- Fix test failures with NumPy 1.24
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Cython-0.29.33.tar.gz) = 85f5ba7159d8793dbda980140b26086727f356a71d78f8522419657841d07b865d09c2f0a0f77d398669d071c1d261060235321a19eb7808e35d24f8ac71560d
|
SHA512 (Cython-0.29.34.tar.gz) = 51679d1304d0f87dfb51e60c753f1ce60027f855a91cf130a5dcf84353884a7dcf09c01701945ae2f9173f8f095890c377d5faac28c2f01d7f764609c0130411
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user