From b85dfd3bda70305ada265e9440e26f751da0f1a3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 14:53:36 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- Cython.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 75d584e..6869b03 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %bcond_without tests # This bcond allows to ship a non-compiled version @@ -6,7 +7,7 @@ Name: Cython Version: 0.29.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -126,6 +127,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %changelog +* Mon Jun 13 2022 Python Maint - 0.29.30-2 +- Bootstrap for Python 3.11 + * Mon May 30 2022 Tomáš Hrnčiar - 0.29.30-1 - Update to 0.29.30