GNU bug report logs - #47183
[PATCH 0/1] *** Numpy Update to v1.20.1 ***

Previous Next

Package: guix-patches;

Reported by: BonfaceKilz <me <at> bonfacemunyoki.com>

Date: Tue, 16 Mar 2021 08:01:02 UTC

Severity: normal

Tags: patch

Merged with 47184

Done: zimoun <zimon.toutoune <at> gmail.com>

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 47183 in the body.
You can then email your comments to 47183 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#47183; Package guix-patches. (Tue, 16 Mar 2021 08:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to BonfaceKilz <me <at> bonfacemunyoki.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 16 Mar 2021 08:01:02 GMT) Full text and rfc822 format available.

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

From: BonfaceKilz <me <at> bonfacemunyoki.com>
To: guix-patches <at> gnu.org
Cc: BonfaceKilz <me <at> bonfacemunyoki.com>, efraim <at> flashner.co.il
Subject: [PATCH 0/1] *** Numpy Update to v1.20.1 ***
Date: Tue, 16 Mar 2021 11:00:11 +0300
Hi all! This patche updates python-numpy to v1.20.1 from 1.17.3. This update
is important since numpy has introduced type annotations which is very useful
for CI when using a type checking tool such as mypy.

BonfaceKilz (1):
  gnu: python-numpy: Update to 1.20.1.

 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.29.2





Information forwarded to guix-patches <at> gnu.org:
bug#47183; Package guix-patches. (Tue, 16 Mar 2021 13:20:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: BonfaceKilz <me <at> bonfacemunyoki.com>
Cc: 47183 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: [bug#47183] [PATCH 0/1] *** Numpy Update to v1.20.1 ***
Date: Tue, 16 Mar 2021 14:18:56 +0100
Hi,

On Tue, 16 Mar 2021 at 09:01, BonfaceKilz <me <at> bonfacemunyoki.com> wrote:

> Hi all! This patche updates python-numpy to v1.20.1 from 1.17.3. This update
> is important since numpy has introduced type annotations which is very useful
> for CI when using a type checking tool such as mypy.

I have not tried this one, but I have tried 1.19.4
<http://issues.guix.gnu.org/issue/45698> and I got some failure with
some dependants of Numpy.  Have you checked that the update does not
break other packages?


Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#47183; Package guix-patches. (Tue, 16 Mar 2021 13:29:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: BonfaceKilz <me <at> bonfacemunyoki.com>, 47183 <at> debbugs.gnu.org
Subject: Re: [bug#47183] [PATCH 0/1] *** Numpy Update to v1.20.1 ***
Date: Tue, 16 Mar 2021 15:27:31 +0200
[Message part 1 (text/plain, inline)]
On Tue, Mar 16, 2021 at 02:18:56PM +0100, zimoun wrote:
> Hi,
> 
> On Tue, 16 Mar 2021 at 09:01, BonfaceKilz <me <at> bonfacemunyoki.com> wrote:
> 
> > Hi all! This patche updates python-numpy to v1.20.1 from 1.17.3. This update
> > is important since numpy has introduced type annotations which is very useful
> > for CI when using a type checking tool such as mypy.
> 
> I have not tried this one, but I have tried 1.19.4
> <http://issues.guix.gnu.org/issue/45698> and I got some failure with
> some dependants of Numpy.  Have you checked that the update does not
> break other packages?
> 

I found that matplotlib and scipy both had test failures.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#47183; Package guix-patches. (Tue, 16 Mar 2021 18:36:01 GMT) Full text and rfc822 format available.

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

From: Bonface Munyoki K. <me <at> bonfacemunyoki.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 47183 <at> debbugs.gnu.org, zimoun <zimon.toutoune <at> gmail.com>
Subject: Re: [bug#47183] [PATCH 0/1] *** Numpy Update to v1.20.1 ***
Date: Tue, 16 Mar 2021 21:35:07 +0300
[Message part 1 (text/plain, inline)]
Efraim Flashner <efraim <at> flashner.co.il> writes:

> On Tue, Mar 16, 2021 at 02:18:56PM +0100, zimoun wrote:
>> Hi,
>> 
>> On Tue, 16 Mar 2021 at 09:01, BonfaceKilz <me <at> bonfacemunyoki.com> wrote:
>> 
>> > Hi all! This patche updates python-numpy to v1.20.1 from 1.17.3. This update
>> > is important since numpy has introduced type annotations which is very useful
>> > for CI when using a type checking tool such as mypy.
>> 
>> I have not tried this one, but I have tried 1.19.4
>> <http://issues.guix.gnu.org/issue/45698> and I got some failure with
>> some dependants of Numpy.  Have you checked that the update does not
>> break other packages?
>> 
>
> I found that matplotlib and scipy both had test failures.

Let me look into this and supply patches
accordingly!

-- 
Bonface M. K. D4F09EB110177E03C28E2FE1F5BBAE1E0392253F
Humble GNU Emacs User / Bearer of scheme-y parens
Curator: <https://upbookclub.com> / Twitter: @BonfaceKilz
[signature.asc (application/pgp-signature, inline)]

Merged 47183 47184. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 17 Mar 2021 20:54:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#47183; Package guix-patches. (Thu, 10 Jun 2021 08:44:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: Bonface Munyoki K. <me <at> bonfacemunyoki.com>
Cc: 47183 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: [bug#47183] [PATCH 0/1] *** Numpy Update to v1.20.1 ***
Date: Thu, 10 Jun 2021 10:36:30 +0200
Hi,

On Tue, 16 Mar 2021 at 21:35, Bonface Munyoki K. <me <at> bonfacemunyoki.com> wrote:
> Efraim Flashner <efraim <at> flashner.co.il> writes:
>> On Tue, Mar 16, 2021 at 02:18:56PM +0100, zimoun wrote:
>>> On Tue, 16 Mar 2021 at 09:01, BonfaceKilz <me <at> bonfacemunyoki.com> wrote:
>>>
>>> > Hi all! This patche updates python-numpy to v1.20.1 from 1.17.3. This
>>> > update
>>> > is important since numpy has introduced type annotations which is very
>>> > useful
>>> > for CI when using a type checking tool such as mypy.
>>>
>>> I have not tried this one, but I have tried 1.19.4
>>> <http://issues.guix.gnu.org/issue/45698> and I got some failure with
>>> some dependants of Numpy.  Have you checked that the update does not
>>> break other packages?
>>>
>> I found that matplotlib and scipy both had test failures.
>
> Let me look into this and supply patches
> accordingly!

I propose to close this one in favor of patch#48703.  WDYT?

Cheers,
simon

<http://issues.guix.gnu.org/issue/48703>




Information forwarded to guix-patches <at> gnu.org:
bug#47183; Package guix-patches. (Mon, 14 Jun 2021 06:55:02 GMT) Full text and rfc822 format available.

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

From: Bonface Munyoki K. <me <at> bonfacemunyoki.com>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: 47183 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: [bug#47183] [PATCH 0/1] *** Numpy Update to v1.20.1 ***
Date: Mon, 14 Jun 2021 09:54:31 +0300
[Message part 1 (text/plain, inline)]
Ola o/

zimoun <zimon.toutoune <at> gmail.com> anaandika:

> Hi,
>
> On Tue, 16 Mar 2021 at 21:35, Bonface Munyoki K. <me <at> bonfacemunyoki.com> wrote:
>> Efraim Flashner <efraim <at> flashner.co.il> writes:
>>> On Tue, Mar 16, 2021 at 02:18:56PM +0100, zimoun wrote:
>>>> On Tue, 16 Mar 2021 at 09:01, BonfaceKilz <me <at> bonfacemunyoki.com> wrote:
>>>>
>>>> > Hi all! This patche updates python-numpy to v1.20.1 from 1.17.3. This
>>>> > update
>>>> > is important since numpy has introduced type annotations which is very
>>>> > useful
>>>> > for CI when using a type checking tool such as mypy.
>>>>
>>>> I have not tried this one, but I have tried 1.19.4
>>>> <http://issues.guix.gnu.org/issue/45698> and I got some failure with
>>>> some dependants of Numpy.  Have you checked that the update does not
>>>> break other packages?
>>>>
>>> I found that matplotlib and scipy both had test failures.
>>
>> Let me look into this and supply patches
>> accordingly!
>
> I propose to close this one in favor of patch#48703.  WDYT?
>

I agree! The patches build for me! \m/\m/

> Cheers,
> simon
>
> <http://issues.guix.gnu.org/issue/48703>

-- 
Bonface M. K. D4F09EB110177E03C28E2FE1F5BBAE1E0392253F
Free Software Activist
Humble GNU Emacs User | Bearer of scheme-y parens
Curator: <https://upbookclub.com> | Twitter: @BonfaceKilz
[signature.asc (application/pgp-signature, inline)]

Reply sent to zimoun <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Wed, 16 Jun 2021 05:38:02 GMT) Full text and rfc822 format available.

Notification sent to BonfaceKilz <me <at> bonfacemunyoki.com>:
bug acknowledged by developer. (Wed, 16 Jun 2021 05:38:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: "Bonface Munyoki K." <me <at> bonfacemunyoki.com>
Cc: 47183-done <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: [bug#47183] [PATCH 0/1] *** Numpy Update to v1.20.1 ***
Date: Wed, 16 Jun 2021 07:34:45 +0200
Hi,

On Mon, 14 Jun 2021 at 09:54, Bonface Munyoki K. <me <at> bonfacemunyoki.com> wrote:
> zimoun <zimon.toutoune <at> gmail.com> anaandika:

>> I propose to close this one in favor of patch#48703.  WDYT?
>
> I agree! The patches build for me! \m/\m/

Therefore, close in favor of patch#48703.

Thanks,
simon




Reply sent to zimoun <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Wed, 16 Jun 2021 05:38:02 GMT) Full text and rfc822 format available.

Notification sent to BonfaceKilz <me <at> bonfacemunyoki.com>:
bug acknowledged by developer. (Wed, 16 Jun 2021 05:38:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 14 Jul 2021 11:24:11 GMT) Full text and rfc822 format available.

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

Previous Next


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