From 6d85179678fa3187133864dc0b30c8fe41a44533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 21:39:38 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- Cython.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 3df6edf..b39eebe 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global srcname Cython %global upname cython @@ -6,7 +7,7 @@ Name: Cython Version: 0.29.17 %global upver %{version_no_tilde %{nil}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -118,6 +119,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %{_emacs_sitestartdir}/cython*.el* %changelog +* Fri May 22 2020 Miro HronĨok - 0.29.17-3 +- Bootstrap for Python 3.9 + * Wed May 13 2020 Petr Viktorin - 0.29.17-2 - Backport classmethod fixes Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1788506