diff mbox series

[bug#45698] gnu: python-numpy: Update to 1.19.4.

Message ID CA+3U0ZnX_tOhhUA_D-4-rFxiq4+gVU+zae8bThOYYU3STGzRVw@mail.gmail.com
State Accepted
Headers show
Series [bug#45698] gnu: python-numpy: Update to 1.19.4. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Greg Hogan Jan. 6, 2021, 6:46 p.m. UTC
From f5f390689908f065fd12abaeba8fa4e19e5e96c8 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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(-)

        (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

Comments

Simon Tournier March 26, 2021, 9:17 a.m. UTC | #1
Hi,

Since this update breaks many dependants, I am in favour to update Numpy
accordingly with the dependants or close this.  WDYT?

All the best,
simon
Greg Hogan March 26, 2021, 1:30 p.m. UTC | #2
Hi Simon,

I have not had time to look further into the matplotlib build failure,
though I would like to. I did see the second patch also looking to update
numpy. I don't mind if you want to close this to reduce the outstanding
"bugs", or leave it open for another week and see if we can update the
dependencies.

Greg

On Fri, Mar 26, 2021 at 9:17 AM zimoun <zimon.toutoune@gmail.com> wrote:

> Hi,
>
> Since this update breaks many dependants, I am in favour to update Numpy
> accordingly with the dependants or close this.  WDYT?
>
> All the best,
> simon
>
Simon Tournier March 27, 2021, 12:44 a.m. UTC | #3
Hi Greg,

On Fri, 26 Mar 2021 at 13:30, Greg Hogan <code@greghogan.com> wrote:

> I have not had time to look further into the matplotlib build failure,

I guess Panda is probably also failing.  Well, you can try:

  $ ./pre-inst-env guix build -q \
        $(./pre-inst-env guix refresh -l | cut -d':' -f2-)

if you have enough CPU power at hand.

> though I would like to. I did see the second patch also looking to update
> numpy. I don't mind if you want to close this to reduce the outstanding
> "bugs", or leave it open for another week and see if we can update the
> dependencies.

For sure, the bug can still be open more than one week. :-) If you are
working on updating numpy with the dependants, neat!  Thanks!

I was just scrolling Debbugs, I noticed that and I preferred to ask the
status now instead of 2 or more years later (as it happens when patches
are not included).

Thanks,
simon
Simon Tournier June 9, 2021, 9:50 p.m. UTC | #4
Hi,


On Sat, 27 Mar 2021 at 01:44, zimoun <zimon.toutoune@gmail.com> wrote:
> On Fri, 26 Mar 2021 at 13:30, Greg Hogan <code@greghogan.com> wrote:
>
>> I have not had time to look further into the matplotlib build failure,
>
> I guess Panda is probably also failing.  Well, you can try:
>
>   $ ./pre-inst-env guix build -q \
>         $(./pre-inst-env guix refresh -l | cut -d':' -f2-)
>
> if you have enough CPU power at hand.
>
>> though I would like to. I did see the second patch also looking to update
>> numpy. I don't mind if you want to close this to reduce the outstanding
>> "bugs", or leave it open for another week and see if we can update the
>> dependencies.
>
> For sure, the bug can still be open more than one week. :-) If you are
> working on updating numpy with the dependants, neat!  Thanks!
>
> I was just scrolling Debbugs, I noticed that and I preferred to ask the
> status now instead of 2 or more years later (as it happens when patches
> are not included).

Maybe this patch could go to core-updated.  WDYT?

All the best,
simon
Xinglu Chen June 10, 2021, 7:31 a.m. UTC | #5
On Wed, Jun 09 2021, zimoun wrote:

> Hi,
>
>
> On Sat, 27 Mar 2021 at 01:44, zimoun <zimon.toutoune@gmail.com> wrote:
>> On Fri, 26 Mar 2021 at 13:30, Greg Hogan <code@greghogan.com> wrote:
>>
>>> I have not had time to look further into the matplotlib build failure,
>>
>> I guess Panda is probably also failing.  Well, you can try:
>>
>>   $ ./pre-inst-env guix build -q \
>>         $(./pre-inst-env guix refresh -l | cut -d':' -f2-)
>>
>> if you have enough CPU power at hand.
>>
>>> though I would like to. I did see the second patch also looking to update
>>> numpy. I don't mind if you want to close this to reduce the outstanding
>>> "bugs", or leave it open for another week and see if we can update the
>>> dependencies.
>>
>> For sure, the bug can still be open more than one week. :-) If you are
>> working on updating numpy with the dependants, neat!  Thanks!
>>
>> I was just scrolling Debbugs, I noticed that and I preferred to ask the
>> status now instead of 2 or more years later (as it happens when patches
>> are not included).
>
> Maybe this patch could go to core-updated.  WDYT?

FYI he sent an updated patch a few weeks ago.

  https://issues.guix.gnu.org/48703
Simon Tournier June 10, 2021, 8:32 a.m. UTC | #6
Hi,

On Thu, 10 Jun 2021 at 09:31, Xinglu Chen <public@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
diff mbox series

Patch

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@student.tugraz.at>
 ;;; Copyright © 2019 Kristian Trandem <kristian@devup.no>
 ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2021 Greg Hogan <code@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