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
