GNU bug report logs - #27922
[PATCH] gnu: python-numpy: Update to 1.12.1.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Wed, 2 Aug 2017 19:50:01 UTC

Severity: normal

Tags: patch

Done: Thomas Danckaert <post <at> thomasdanckaert.be>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Thomas Danckaert <post <at> thomasdanckaert.be>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27922: closed ([PATCH] gnu: python-numpy: Update to 1.12.1.)
Date: Thu, 28 Sep 2017 18:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 28 Sep 2017 20:32:07 +0200 (CEST)
with message-id <20170928.203207.1776814080527368181.post <at> thomasdanckaert.be>
and subject line Re: [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1.
has caused the debbugs.gnu.org bug report #27922,
regarding [PATCH] gnu: python-numpy: Update to 1.12.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
27922: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27922
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-numpy: Update to 1.12.1.
Date: Wed,  2 Aug 2017 15:49:00 -0400
* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.12.1.
[source]: Download the "real" release tarball instead of the snapshot.
---
 gnu/packages/python.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cf77abdba..1a6a46143 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3670,16 +3670,15 @@ between language specification and implementation aspects.")
 (define-public python-numpy
   (package
     (name "python-numpy")
-    (version "1.12.0")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://github.com/numpy/numpy/archive/v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (string-append "https://github.com/numpy/numpy/releases/download/v"
+                           version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "025d4j4aakcp8w5i5diqh812cbbjgac7jszx1j56ivrbi1i8vv7d"))))
+         "1afg2dvi764gilxsff73g1vdir8lr2030l50mw3s8i78h7zpyvfm"))))
     (build-system python-build-system)
     (inputs
      `(("openblas" ,openblas)
-- 
2.13.3



[Message part 3 (message/rfc822, inline)]
From: Thomas Danckaert <post <at> thomasdanckaert.be>
To: 27922-done <at> debbugs.gnu.org
Cc: 27922 <at> debbugs.gnu.org
Subject: Re: [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1.
Date: Thu, 28 Sep 2017 20:32:07 +0200 (CEST)
Pushed...


This bug report was last modified 7 years and 294 days ago.

Previous Next


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