GNU bug report logs - #52108
[PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Thu, 25 Nov 2021 14:58:02 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52108 in the body.
You can then email your comments to 52108 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52108; Package guix-patches. (Thu, 25 Nov 2021 14:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 25 Nov 2021 14:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24.
Date: Thu, 25 Nov 2021 14:56:31 +0000
* gnu/packages/python-xyz.scm (python-cython, python2-cython): Update to
0.29.24.
[arguments]<#:phases>: Don't return #t.
---
I haven't finished running the test suite nor tested the python2 variant.

 gnu/packages/python-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e5cdaadb3b..e2db6facb4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5204,13 +5204,13 @@ provides additional functionality on the produced Mallard documents.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.22")
+    (version "0.29.24")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
-        (base32 "01jl3544qwsi8lp6anbl55566xqkjd53x452i7m6gnfilv3q6syz"))))
+        (base32 "0hw4gs18rh4slij1fg252argxhraypld9apbqbl60230qc3lvw6d"))))
     (build-system python-build-system)
     ;; we need the full python package and not just the python-wrapper
     ;; because we need libpython3.3m.so
@@ -5221,7 +5221,7 @@ provides additional functionality on the produced Mallard documents.")
        (modify-phases %standard-phases
          (add-before 'check 'set-HOME
            ;; some tests require access to "$HOME/.cython"
-           (lambda _ (setenv "HOME" "/tmp") #t))
+           (lambda _ (setenv "HOME" "/tmp")))
          (replace 'check
            (lambda _
              ;; Disable compiler optimizations to greatly reduce the running
@@ -5275,8 +5275,7 @@ writing C extensions for Python as easy as Python itself.")
                    ;; prevent it from overriding the Python shared library location.
                    ;; The end result is identical, so we take the easy route.
                    ((" or libname not in os\\.listdir\\(libdir\\)")
-                    ""))
-                 #t)))))))))
+                    "")))))))))))
 
 ;; NOTE: when upgrading numpy please make sure that python-pandas and
 ;; python-scipy still build, as these three packages are often used together.

base-commit: 193d7b5b450d2004c26720e488a9cce930542e9e
-- 
2.30.2





Reply sent to Vinicius Monego <monego <at> posteo.net>:
You have taken responsibility. (Thu, 25 Nov 2021 16:06:01 GMT) Full text and rfc822 format available.

Notification sent to Vinicius Monego <monego <at> posteo.net>:
bug acknowledged by developer. (Thu, 25 Nov 2021 16:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 52108-done <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 52108-done <at> debbugs.gnu.org
Subject: [PATCH core-updates-frozen] gnu: python-cython: Update to 0.29.24.
Date: Thu, 25 Nov 2021 16:05:15 +0000
Oh, this has been pushed already
in	2de88bcd7a67305e23929fd73deca1b5df22aa9e. Closing, sorry about the noise.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 24 Dec 2021 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.