From 5f403f6493cf6ddfe80ffdfbaaba8db86aefbe24 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 22:04:38 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- Cython.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index d572f53..549a47e 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %bcond_without tests # This bcond allows to ship a non-compiled version @@ -7,7 +6,7 @@ Name: Cython Version: 0.29.22 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -132,6 +131,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %changelog +* Wed Jun 02 2021 Python Maint - 0.29.22-4 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 0.29.22-3 - Bootstrap for Python 3.10