GNU bug report logs - #61605
Guix-Past: update python2-mmtk

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Sat, 18 Feb 2023 15:58:02 UTC

Severity: normal

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

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 61605 in the body.
You can then email your comments to 61605 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#61605; Package guix-patches. (Sat, 18 Feb 2023 15:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 18 Feb 2023 15:58:02 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: Guix-Past: update python2-mmtk
Date: Sat, 18 Feb 2023 16:57:49 +0100
From 333230c769ae33b4e63c532aade3134ed73d7284 Mon Sep 17 00:00:00 2001
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Date: Fri, 17 Feb 2023 14:23:25 +0100
Subject: [PATCH] past: Update python2-mmtk.

* modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13
---
 modules/past/packages/python27.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/past/packages/python27.scm b/modules/past/packages/python27.scm
index a748694..ca16f26 100644
--- a/modules/past/packages/python27.scm
+++ b/modules/past/packages/python27.scm
@@ -1941,7 +1941,7 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.")
 (define-python2-package python2-mmtk
   (package
     (name "python2-mmtk")
-    (version "2.7.12")
+    (version "2.7.13")
     (source
      (origin
        (method git-fetch)
@@ -1951,7 +1951,7 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1fqwh3ba9jd42nigvn5shndgwb1zy7kh9520ncvqci7n8ffjr6p1"))))
+         "125c5z0szljf122msk5v2nj2agg3mplakazf8pd9fk5z3aw26l2d"))))
     (build-system python-build-system)
     (native-inputs
      (list netcdf))
-- 
2.39.1





Reply sent to Ludovic Courtès <ludovic.courtes <at> inria.fr>:
You have taken responsibility. (Sun, 26 Feb 2023 17:25:02 GMT) Full text and rfc822 format available.

Notification sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
bug acknowledged by developer. (Sun, 26 Feb 2023 17:25:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 61605-done <at> debbugs.gnu.org
Subject: Re: bug#61605: Guix-Past: update python2-mmtk
Date: Sun, 26 Feb 2023 18:23:51 +0100
Hi,

Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

>>From 333230c769ae33b4e63c532aade3134ed73d7284 Mon Sep 17 00:00:00 2001
> From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
> Date: Fri, 17 Feb 2023 14:23:25 +0100
> Subject: [PATCH] past: Update python2-mmtk.
>
> * modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13

Updating the past, how weird.  :-)

Anyway, applied, thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#61605; Package guix-patches. (Mon, 27 Feb 2023 09:13:01 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Cc: 61605-done <at> debbugs.gnu.org
Subject: Re: bug#61605: Guix-Past: update python2-mmtk
Date: Mon, 27 Feb 2023 10:11:54 +0100
Ludovic Courtès <ludovic.courtes <at> inria.fr> writes:

>> Subject: [PATCH] past: Update python2-mmtk.
>>
>> * modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13
>
> Updating the past, how weird.  :-)

Quoting Nicolas Rougier: the nice aspect of Python 2 being out of
maintenance is that we now have a performant language for scientific
computing that is guaranteed not to change any more :-)

Maybe we should rename guix-past to guix-slow-science, or guix-long-now
(in reference to the Long Now Foundation)?

Cheers,
  Konrad.




Information forwarded to guix-patches <at> gnu.org:
bug#61605; Package guix-patches. (Tue, 28 Feb 2023 13:49:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 61605-done <at> debbugs.gnu.org
Subject: Re: bug#61605: Guix-Past: update python2-mmtk
Date: Tue, 28 Feb 2023 14:48:45 +0100
Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

> Ludovic Courtès <ludovic.courtes <at> inria.fr> writes:
>
>>> Subject: [PATCH] past: Update python2-mmtk.
>>>
>>> * modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13
>>
>> Updating the past, how weird.  :-)
>
> Quoting Nicolas Rougier: the nice aspect of Python 2 being out of
> maintenance is that we now have a performant language for scientific
> computing that is guaranteed not to change any more :-)
>
> Maybe we should rename guix-past to guix-slow-science, or guix-long-now
> (in reference to the Long Now Foundation)?

Heh, though there are things in Guix-Past that have little to do with
“slow science”.

Ludo’.




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

This bug report was last modified 1 year and 26 days ago.

Previous Next


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