diff --git a/Cython.spec b/Cython.spec index 1e900eb..1c7837b 100644 --- a/Cython.spec +++ b/Cython.spec @@ -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 - 0.29.35-3 +- Rebuilt for Python 3.12 + * Fri Jun 30 2023 Petr Viktorin - 0.29.35-2 - Compile-time Python 3.12 compatibility for CYTHON_TRACE support