From e7efeb223894d88365951035e40e9a3a1b71f92c Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 10 Mar 2021 16:52:04 +0100 Subject: [PATCH] Disable tests on RHEL9 as to not pull in the test dependencies --- Cython.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index 83eb815..7d6e856 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,4 +1,6 @@ -%bcond_without tests +# Disable tests on RHEL9 as to not pull in the test dependencies +# Specify --with tests to run the tests e.g. on EPEL +%bcond_with tests # This bcond allows to ship a non-compiled version # Slower, but sometimes necessary with alpha Python versions @@ -6,7 +8,7 @@ Name: Cython Version: 0.29.22 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -127,6 +129,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %changelog +* Wed Mar 10 2021 Charalampos Stratakis - 0.29.22-3 +- Disable tests on RHEL9 as to not pull in the test dependencies + * Tue Mar 09 2021 Miro HronĨok - 0.29.22-2 - Remove an obsoleted patch - Remove old Obsoletes and Conflicts