guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: python-cython: Update to 0.29.6.


From: guix-commits
Subject: 03/04: gnu: python-cython: Update to 0.29.6.
Date: Mon, 4 Mar 2019 16:37:33 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit c6a2fd24fcb956dfaf4d155b0fca0e4e9c5def6b
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 16:24:15 2019 +0100

    gnu: python-cython: Update to 0.29.6.
    
    * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.6.
    [arguments]: Remove obsolete deletion.
---
 gnu/packages/python-xyz.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 09c7e2d..6a20ba4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2802,14 +2802,14 @@ and is very extensible.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.5")
+    (version "0.29.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
         (base32
-         "1wfb68g115gmf3mv23w0hh972b0ll85gpb92ci28x6h997br0llx"))))
+         "1bp7cn0pp5qy63k9hbp4ka34fm01kvysh478phpkhr68npqk6pbc"))))
     (build-system python-build-system)
     ;; we need the full python package and not just the python-wrapper
     ;; because we need libpython3.3m.so
@@ -2841,9 +2841,6 @@ and is very extensible.")
 
          (replace 'check
            (lambda _
-             ;; The "with_outer_raising" test fails with Python 3.7.  See
-             ;; https://github.com/cython/cython/issues/2454
-             (delete-file "tests/run/generators_py.py")
              (invoke "python" "runtests.py" "-vv"))))))
     (home-page "http://cython.org/";)
     (synopsis "C extensions for Python")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]