From 70baa0f495f0555da9e8dd0846e4a34977265074 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 1 Dec 2020 08:13:37 +0200 Subject: [PATCH] Disable tests There is a cyclic dependency with numpy thus we need to disable tests while updating to a newer version. Signed-off-by: David Abdurachmanov --- Cython.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index 695afeb..c3e8b77 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,12 +1,12 @@ %global srcname Cython %global upname cython -%bcond_without tests +%bcond_with tests Name: Cython Version: 0.29.21 %global upver %{version_no_tilde %{nil}} -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %{_emacs_sitestartdir}/cython*.el* %changelog +* Tue Dec 01 2020 David Abdurachmanov - 0.29.21-3.0.riscv64 +- Disable tests (break cyclic dependency on numpy) + * Mon Jul 27 2020 Fedora Release Engineering - 0.29.21-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild