From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUeaW-00085P-HA for guix-patches@gnu.org; Wed, 05 Dec 2018 16:20:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUeaS-0003Cs-CB for guix-patches@gnu.org; Wed, 05 Dec 2018 16:20:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58675) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUeaQ-0003Bv-M3 for guix-patches@gnu.org; Wed, 05 Dec 2018 16:20:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gUeaQ-0005n5-E7 for guix-patches@gnu.org; Wed, 05 Dec 2018 16:20:02 -0500 Subject: [bug#33637] [PATCH] gnu: python: Update to 3.7.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUea3-0007nW-CL for guix-patches@gnu.org; Wed, 05 Dec 2018 16:19:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUea0-0002tt-0Y for guix-patches@gnu.org; Wed, 05 Dec 2018 16:19:39 -0500 Received: from li622-129.members.linode.com ([212.71.249.129]:43370 helo=mira.cbaines.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUeZz-0002sm-O0 for guix-patches@gnu.org; Wed, 05 Dec 2018 16:19:35 -0500 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 62C6616842 for ; Wed, 5 Dec 2018 21:19:33 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id c4e1200e for ; Wed, 5 Dec 2018 21:19:33 +0000 (UTC) From: Christopher Baines Date: Wed, 5 Dec 2018 21:19:33 +0000 Message-Id: <20181205211933.15313-1-mail@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 33637@debbugs.gnu.org Remove the replacement, as version 3.7.1 includes the fix for this issue. * gnu/packages/python.scm (python-3.7): Update to 3.7.1. (python-3/fixed): Remove this. --- gnu/packages/python.scm | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d0401b7bd..1abf2e816 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -343,8 +343,7 @@ data types.") (define-public python-3.7 (package (inherit python-2) (name "python") - (version "3.7.0") - (replacement python-3/fixed) + (version "3.7.1") (source (origin (method url-fetch) (uri (string-append "https://www.python.org/ftp/python/" @@ -357,7 +356,7 @@ data types.") (patch-flags '("-p0")) (sha256 (base32 - "0j9mic5c9lbd2b20wka7hily7szz740wy9ilfrczxap63rnrk0h3")) + "0v9x4h22rh5cwpsq1mwpdi3c9lc9820lzp2nmn9g20llij72nzps")) (snippet '(begin (for-each delete-file @@ -416,14 +415,6 @@ data types.") ;; Current 3.x version. (define-public python-3 python-3.7) =20 -(define python-3/fixed - (package - (inherit python-3) - (source (origin - (inherit (package-source python-3)) - (patches (append (origin-patches (package-source python-3)= ) - (search-patches "python-CVE-2018-14647.pa= tch"))))))) - ;; Current major version. (define-public python python-3) =20 --=20 2.19.2