From e42cf9d1f2108beed0d09f612ef8d67599b99bb5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 17 Jul 2023 23:14:24 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- Cython.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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