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 2 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: 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 <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