From 1c3444e22e6d2bd74539f320dd6dd2449a77dda7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 13 2023 18:25:36 +0000 Subject: Bootstrap for Python 3.12 --- diff --git a/Cython.spec b/Cython.spec index 716d196..4f4e75f 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %bcond tests 1 # This bcond allows to ship a non-compiled version @@ -9,7 +10,7 @@ Name: Cython Version: 0.29.34 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Language for writing Python extension modules License: Apache-2.0 @@ -151,6 +152,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %changelog +* Tue Jun 13 2023 Python Maint - 0.29.34-3 +- Bootstrap for Python 3.12 + * Wed May 24 2023 Yaakov Selkowitz - 0.29.34-2 - Avoid python-jedi dependency in RHEL builds - Stop shipping emacs-cython-mode in RHEL builds