From ec111e130c0e9b8c93d3ef17ec32ff4c7ecf579c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 21:55:34 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- Cython.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index e151930..8eb6dbe 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global srcname Cython %global upname cython @@ -7,7 +6,7 @@ Name: Cython Version: 0.29.13 %global upver %{version_no_tilde %{nil}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -133,6 +132,9 @@ done %{_emacs_sitestartdir}/cython*.el* %changelog +* Thu Aug 15 2019 Miro Hrončok - 0.29.13-4 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 0.29.13-3 - Bootstrap for Python 3.8