From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dorKV-00072I-Bz for guix-patches@gnu.org; Mon, 04 Sep 2017 09:22:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dorJG-0001m5-Py for guix-patches@gnu.org; Mon, 04 Sep 2017 09:22:17 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39340) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dorJG-0001lj-MP for guix-patches@gnu.org; Mon, 04 Sep 2017 09:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dorJG-0000a4-6j for guix-patches@gnu.org; Mon, 04 Sep 2017 09:21:02 -0400 Subject: [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87d18dwwyi.fsf@fastmail.com> <20170802224834.GE14798@jasmine.lan> Date: Mon, 04 Sep 2017 15:19:05 +0200 In-Reply-To: <20170802224834.GE14798@jasmine.lan> (Leo Famulari's message of "Wed, 2 Aug 2017 18:48:34 -0400") Message-ID: <87vaky1u0m.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 27922@debbugs.gnu.org Leo Famulari skribis: > On Wed, Aug 02, 2017 at 10:12:21PM +0200, Marius Bakke wrote: >> Leo Famulari writes: >> >> > * gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.12.1. >> >> LGTM ;-) >> >> > [source]: Download the "real" release tarball instead of the snapshot. >> >> NumPy provides a PGP signature with the zipball on PyPi: >> >> https://pypi.python.org/pypi/numpy > > Good catch! > >> Is there a reason to prefer the GitHub release tarball? > > Not that I know of. I only chose this tarball because I saw it on the GitHub > page. I'll try switching to PyPi. Leo, I think this fell through the cracks! :-) Ludo'.