GNU bug report logs -
#45698
[PATCH] gnu: python-numpy: Update to 1.19.4.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 6 Jan 2021 18:48:01 UTC
Severity: normal
Tags: patch
Done: zimoun <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#45698: [PATCH] gnu: python-numpy: Update to 1.19.4.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 45698 <at> debbugs.gnu.org.
--
45698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45698
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
On Thu, 10 Jun 2021 at 09:31, Xinglu Chen <public <at> yoctocell.xyz> wrote:
> FYI he sent an updated patch a few weeks ago.
>
> https://issues.guix.gnu.org/48703
Thanks. So closing in favor of patch#48703 which updates to 1.20.3.
All the best,
simon
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
From f5f390689908f065fd12abaeba8fa4e19e5e96c8 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Tue, 5 Jan 2021 16:23:24 +0000
Subject: [PATCH] gnu: python-numpy: Update to 1.19.4.
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.19.4.
[native-inputs]: Add python-hypothesis.
---
gnu/packages/python-xyz.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ab10668a01..a049f257cb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -94,6 +94,7 @@
;;; Copyright © 2020 Leo Prikler <leo.prikler <at> student.tugraz.at>
;;; Copyright © 2019 Kristian Trandem <kristian <at> devup.no>
;;; Copyright © 2020 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4515,7 +4516,7 @@ between language specification and implementation
aspects.")
(define-public python-numpy
(package
(name "python-numpy")
- (version "1.17.3")
+ (version "1.19.4")
(source
(origin
(method url-fetch)
@@ -4524,13 +4525,14 @@ between language specification and implementation
aspects.")
version "/numpy-" version ".tar.gz"))
(sha256
(base32
- "1ak9dmjja0q90a7fsxli51ypcwssh8c4pb6f8wkrsnf2xgdk6dy9"))))
+ "04w46xsllj7al9bfjk5zzs48xa9y300yzjh3ysrxnf38bml6m0zy"))))
(build-system python-build-system)
(inputs
`(("openblas" ,openblas)
("lapack" ,lapack)))
(native-inputs
`(("python-cython" ,python-cython)
+ ("python-hypothesis" ,python-hypothesis)
("python-pytest" ,python-pytest)
("gfortran" ,gfortran)))
(arguments
--
2.30.0
[Message part 5 (text/html, inline)]
[0001-gnu-python-numpy-Update-to-1.19.4.patch (application/octet-stream, attachment)]
This bug report was last modified 3 years and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.