Rebuilt for Python 3.12
This commit is contained in:
parent
58d3a83012
commit
e42cf9d1f2
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
%bcond tests 0
|
||||
%bcond tests 1
|
||||
|
||||
# This bcond allows to ship a non-compiled version
|
||||
# Slower, but sometimes necessary with alpha Python versions
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
Name: Cython
|
||||
Version: 0.29.35
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Language for writing Python extension modules
|
||||
|
||||
License: Apache-2.0
|
||||
|
|
@ -162,6 +162,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2023 Python Maint <python-maint@redhat.com> - 0.29.35-3
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Fri Jun 30 2023 Petr Viktorin <pviktori@redhat.com> - 0.29.35-2
|
||||
- Compile-time Python 3.12 compatibility for CYTHON_TRACE support
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue