Compare commits

..

1 Commits

Author SHA1 Message Date
David Abdurachmanov 70baa0f495
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 <david.abdurachmanov@sifive.com>
2020-12-01 08:13:37 +02:00
1 changed files with 5 additions and 4 deletions

View File

@ -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: 4%{?dist}
Release: 3.0.riscv64%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -43,6 +43,7 @@ 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
@ -117,8 +118,8 @@ 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 <mhroncok@redhat.com> - 0.29.21-4
- Drop build dependency on coverage
* Tue Dec 01 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.21-3.0.riscv64
- Disable tests (break cyclic dependency on numpy)
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.21-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild