From 406c982e4574be4d027e8e038b3000322d650a6b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 16 Nov 2020 14:50:44 -0800 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/Cython#88a2c0e6054e72227194866e95864609e2ea30d7 --- Cython.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index 695afeb..4ee016a 100644 --- a/Cython.spec +++ b/Cython.spec @@ -6,7 +6,7 @@ Name: Cython Version: 0.29.21 %global upver %{version_no_tilde %{nil}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -43,7 +43,6 @@ Obsoletes: Cython < %{?epoch:%{epoch}:}%{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %if %{with tests} -BuildRequires: python3-coverage BuildRequires: python3-numpy BuildRequires: python3-jedi %endif @@ -118,6 +117,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %{_emacs_sitestartdir}/cython*.el* %changelog +* Fri Nov 13 2020 Miro HronĨok - 0.29.21-4 +- Drop build dependency on coverage + * Mon Jul 27 2020 Fedora Release Engineering - 0.29.21-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild