[PATCH] gnu: python-cython-next: Update to 3.0.0b2

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230429061534.32331-1-atai@atai.org
* gnu/packages/python-xyz.scm (python-cython-next): Update to 3.0.0b2
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e2d082091f..88c09028c4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6323,13 +6323,13 @@ (define-public python-cython-3
;; Cython 3 is not officially released yet, so distinguish the name
;; for now.
(name "python-cython-next")
- (version "3.0.0a10")
+ (version "3.0.0b2")
(source (origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
(base32
- "17fqacrpis05w1rpi7d7sbimrk20xf8h6d3vrz5nf6ix3899abil"))))
+ "0mb7gpavs87am29sbk6yqznsybxj9dk4fwj4370j9sbrcmjq0hkc"))))
(properties '())))
;; NOTE: when upgrading numpy please make sure that python-numba,

base-commit: aecc6e70587f8412cbbb9b2c13141de4f534518e
--
2.39.2
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 63167-done@debbugs.gnu.org)
87zg4vkb7k.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/python-xyz.scm (python-cython-next): Update to 3.0.0b2
> ---
> gnu/packages/python-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch Andy, I've pushed it to master as
17dcdbc490ef637cbf26d2ff70edfc56fb06c69c.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSQKz9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xebyw/+OP20CKTgA+Rc46ZLLQiFpJVQaVex6xXn
60eoN35nK7h7aYmh3gpxYKjtj8wmnef8+Z+TbDuufOoEPihjwxr7P2V7tMZGs6eF
dI+VVIhQs8a/F/TZC82HmjLHNFF2tkDMmKw4RG1TZWpussLls/hMuGH5XvCa8hBs
i7V5cpkacm/TxOh8UeTpd5gtjM7gcMpECOPXie383RFlJ8jZHXlXDK29V59K4sjX
VUDjgU6vpR7UKfM+QSKquJIibGNiOs0VwDI5ZYMA9YGELHiAFADqpK6aymaGLhBH
fhhB+eexCW2ldcX3Qycai31JceYScqAcm2ZzBDomVt1WeOg8UkNYvWNAbrsy6029
N4oCXbpmaBlAP9AbyWb+8/dZauJIogOJs8epHCmgJmRTramlKfIR3TbyeuJWTNf5
E1lg/DCxiB6DDjHOTWjzIGEniujUz+oQIZtwkvkzgGmPr1HvS0qwe/DcpslDf+E6
JDuKcZvr5SqwmS3qZ5cVmTa0o/Ax7PDExW0ukO2fX3/OmiTVbgeMFQ32b42KE8qm
axPuddM2n4CXgxThAVLoeLpVVAPlwZ3yhWymfa52pSbdtkXxaeHuzgfEo1VoqXL6
6EGUMTD3cxg5eKf991lYIv9Jo1cQsH0uBDfw1aQNy24T1N2WdAueIh4nEkWt+Fuy
zRN617YICKs=
=tIJ5
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63167@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63167
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help