Compare commits

...

5 Commits

Author SHA1 Message Date
David Abdurachmanov a577aa1dac
Enable tests
Numpy is now rebuilt.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-06-06 19:46:11 +03:00
David Abdurachmanov d7c458425b
Disable tests
We need to disable test to build a new version. This allows us
to drop a cyclic dependency on numpy.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-06-06 07:52:29 +03:00
David Abdurachmanov b7a47465b7
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-06-06 07:50:53 +03:00
David Abdurachmanov 7f4dbaec44
Enable tests
Numpy has been rebuilt with Python 3.8.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-24 07:54:53 +02:00
David Abdurachmanov 315fef1920
Disable tests
We need to disable test to build a new version. This allows us
to drop a cyclic dependency on numpy.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-22 18:02:47 +02:00
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: Cython
Version: 0.29.19
%global upver %{version_no_tilde %{nil}}
Release: 1%{?dist}
Release: 1.1.riscv64%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -118,6 +118,12 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el*
%changelog
* Sat Jun 06 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.19-1.1.riscv64
- Enable tests
* Sat Jun 06 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.19-1.0.riscv64
- Disable tests (break cyclic dependency on numpy)
* Wed May 27 2020 sguelton@redhat.com - 0.29.19-1
- Update to 0.29.19