From 4a30dd7e9341803f7f8c02e69e1271ac2c672b4b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 16 2023 06:21:08 +0000 Subject: Rebuilt for Python 3.12 --- diff --git a/Cython.spec b/Cython.spec index 4f4e75f..85e5c24 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %bcond tests 1 # This bcond allows to ship a non-compiled version @@ -10,7 +9,7 @@ Name: Cython Version: 0.29.34 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Language for writing Python extension modules License: Apache-2.0 @@ -152,6 +151,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %changelog +* Fri Jun 16 2023 Python Maint - 0.29.34-4 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 0.29.34-3 - Bootstrap for Python 3.12