Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-07-17 23:14:24 +02:00 committed by Miro Hrončok
commit e42cf9d1f2

View file

@ -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