From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] WIP Python 3.6.0 upgrade Date: Sat, 4 Mar 2017 17:20:30 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckI2b-0000VX-HL for guix-devel@gnu.org; Sat, 04 Mar 2017 17:20:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckI2X-0002ZX-JS for guix-devel@gnu.org; Sat, 04 Mar 2017 17:20:41 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:42453) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ckI2X-0002Z8-A2 for guix-devel@gnu.org; Sat, 04 Mar 2017 17:20:37 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 23A56242B6 for ; Sat, 4 Mar 2017 17:20:36 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This is the beginning of a Python 3.6.0 upgrade. There are still some test failures, and I request your advice about how to handle them. A full copy of my build log will be sent in a follow-up message. Leo Famulari (1): WIP: python-3: Update to 3.6.0. gnu/local.mk | 4 +- .../patches/python-3-AEAD-linux-test-failure.patch | 81 ++++++++++++++++++++++ gnu/packages/patches/python-3.4-fix-tests.patch | 12 ---- gnu/packages/patches/python-3.5-fix-tests.patch | 46 ------------ gnu/packages/patches/python-3.6-fix-tests.patch | 78 +++++++++++++++++++++ gnu/packages/patches/python-fix-tests.patch | 19 ----- gnu/packages/python.scm | 31 +++------ 7 files changed, 170 insertions(+), 101 deletions(-) create mode 100644 gnu/packages/patches/python-3-AEAD-linux-test-failure.patch delete mode 100644 gnu/packages/patches/python-3.4-fix-tests.patch delete mode 100644 gnu/packages/patches/python-3.5-fix-tests.patch create mode 100644 gnu/packages/patches/python-3.6-fix-tests.patch -- 2.12.0