[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/46: gnu: python-cython: Update to 0.29.15.
From: |
guix-commits |
Subject: |
32/46: gnu: python-cython: Update to 0.29.15. |
Date: |
Fri, 14 Feb 2020 12:41:04 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 3220e44f1611c7a514e3bbcfef3b02157f4748fe
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 19:33:50 2020 +0100
gnu: python-cython: Update to 0.29.15.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.15.
[arguments]: Remove obsolete phase.
---
gnu/packages/python-xyz.scm | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4c01deb..ddd877f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3280,14 +3280,14 @@ provides additional functionality on the produced
Mallard documents.")
(define-public python-cython
(package
(name "python-cython")
- (version "0.29.13")
+ (version "0.29.15")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
(base32
- "13k37lrcgagwwnzr5bzririsscb793vndj234d475x1h9ad0d7f2"))))
+ "0c5cjyxfvba6c0vih1fvhywp8bpz30vwvbjqdm1q1k55xzhmkn30"))))
(build-system python-build-system)
;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so
@@ -3299,24 +3299,6 @@ provides additional functionality on the produced
Mallard documents.")
(add-before 'check 'set-HOME
;; some tests require access to "$HOME/.cython"
(lambda _ (setenv "HOME" "/tmp") #t))
-
- ;; FIXME: These tests started failing on armhf after the 0.28 update
- ;; (commit c69d11c5930), both with an error such as this:
- ;; compiling (cpp) and running dictcomp ...
- ;; === C/C++ compiler error output: ===
- ;; ‘
- ;; dictcomp.cpp:5221: confused by earlier errors, bailing out
- ;; See <https://hydra.gnu.org/build/2948724> for logs.
- ,@(if (target-arm32?)
- `((add-before 'check 'disable-failing-tests
- (lambda _
- (let ((disabled-tests (open-file "tests/bugs.txt" "a")))
- (for-each (lambda (test)
- (format disabled-tests "~a\n" test))
- '("memslice" "dictcomp"))
- (close-port disabled-tests)))))
- '())
-
(replace 'check
(lambda _
;; Disable compiler optimizations to greatly reduce the running
- 15/46: gnu: perl-term-readkey: Update to 2.38., (continued)
- 15/46: gnu: perl-term-readkey: Update to 2.38., guix-commits, 2020/02/14
- 16/46: gnu: perl-cgi: Update to 4.46., guix-commits, 2020/02/14
- 19/46: gnu: perl-test-deep: Remove obsolete input., guix-commits, 2020/02/14
- 24/46: gnu: ImageMagick: Update to 6.9.10-92., guix-commits, 2020/02/14
- 23/46: gnu: lz4: Do not install liblz4.a., guix-commits, 2020/02/14
- 25/46: gnu: check: Update to 0.14.0., guix-commits, 2020/02/14
- 26/46: gnu: MariaDB: Update to 10.1.44., guix-commits, 2020/02/14
- 29/46: gnu: qpdf: Update to 9.1.1., guix-commits, 2020/02/14
- 30/46: gnu: mtdev: Update to 1.1.6., guix-commits, 2020/02/14
- 31/46: gnu: mtdev: Do not build the static library., guix-commits, 2020/02/14
- 32/46: gnu: python-cython: Update to 0.29.15.,
guix-commits <=
- 34/46: gnu: python-snowballstemmer: Update to 2.0.0., guix-commits, 2020/02/14
- 41/46: gnu: nspr: Update to 4.25., guix-commits, 2020/02/14
- 42/46: gnu: nss, nss-certs: Update to 3.50., guix-commits, 2020/02/14
- 20/46: gnu: perl-test-nowarnings: Remove obsolete input., guix-commits, 2020/02/14
- 44/46: gnu: postgresql@10: Update to 10.12., guix-commits, 2020/02/14
- 22/46: gnu: perl-test-trap: Remove obsolete input., guix-commits, 2020/02/14
- 27/46: gnu: cups-filters: Update to 1.27.0., guix-commits, 2020/02/14
- 28/46: gnu: python-mako: Update to 1.1.1., guix-commits, 2020/02/14
- 33/46: gnu: python-babel: Update to 2.8.0., guix-commits, 2020/02/14
- 35/46: gnu: python-docutils: Update to 0.16., guix-commits, 2020/02/14