GNU bug report logs -
#32216
[PATCH] gnu: Cython: Update to 0.28.4.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Thu, 19 Jul 2018 20:45:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
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 32216 in the body.
You can then email your comments to 32216 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#32216
; Package
guix-patches
.
(Thu, 19 Jul 2018 20:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 19 Jul 2018 20:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.28.4.
[arguments]: Use invoke.
---
gnu/packages/python.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fc1ef3eb2..ed19e3f62 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2850,14 +2850,14 @@ and is very extensible.")
(define-public python-cython
(package
(name "python-cython")
- (version "0.27")
+ (version "0.28.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
(base32
- "02y0pp1nx77b8s1mpxc6da2dccl6wd31pp4ksi9via479qcvacmr"))))
+ "0imw9s2rbrh32clbl10csnwmig9p3nzkrd2baxxxfmnrsc42pb3n"))))
(build-system python-build-system)
;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so
@@ -2870,7 +2870,7 @@ and is very extensible.")
;; some tests require access to "$HOME/.cython"
(lambda _ (setenv "HOME" "/tmp") #t))
(replace 'check
- (lambda _ (zero? (system* "python" "runtests.py" "-vv")))))))
+ (lambda _ (invoke "python" "runtests.py" "-vv"))))))
(home-page "http://cython.org/")
(synopsis "C extensions for Python")
(description "Cython is an optimising static compiler for both the Python
--
2.18.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#32216
; Package
guix-patches
.
(Thu, 19 Jul 2018 21:07:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 32216 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I tested this with Borg, after making sure the generated C files in
Borg's source code had been deleted.
Should we do this on master? It takes quite a while to build Cython, so
it might be nice to do it on its own branch, or on the staging branch.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Thu, 19 Jul 2018 22:30:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Thu, 19 Jul 2018 22:30:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 32216-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Thu, Jul 19, 2018 at 05:06:19PM -0400, Leo Famulari wrote:
> I tested this with Borg, after making sure the generated C files in
> Borg's source code had been deleted.
>
> Should we do this on master? It takes quite a while to build Cython, so
> it might be nice to do it on its own branch, or on the staging branch.
After discussing this with Marius, I pushed it to the staging branch.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 17 Aug 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.