Enable tests

Numpy has been rebuilt with Python 3.8.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-12-24 07:54:53 +02:00
parent 315fef1920
commit 7f4dbaec44
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,12 @@
%global srcname Cython
%global upname cython
%bcond_with tests
%bcond_without tests
Name: Cython
Version: 0.29.14
%global upver %{version_no_tilde %{nil}}
Release: 1.0.riscv64%{?dist}
Release: 1.1.riscv64%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -103,6 +103,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el*
%changelog
* Tue Dec 24 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.14-1.1.risc64
- Enable tests
* Sun Dec 22 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.14-1.0.risc64
- Disable tests