python3: Bump version to 3.6.1
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Thu, 23 Mar 2017 15:21:12 +0000 (08:21 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Mar 2017 14:18:49 +0000 (15:18 +0100)
commitd2afa01f76ce2c7610286103340048d953b27e45
tree5fffb2d070841068df535c03449c11a15e43318e
parentf48f1a89a0c598ebefd2643af3ad6aff981e291c
python3: Bump version to 3.6.1

Update all appropriate version numbers as well as SHAs and MD5s as well
as repbasing BR's patches on top of 3.6.1 codebase (new github repo
tree, v3.6.1 tag was used). Note that patch:

   [PATCH] Change the install location of _sysconfigdata.py

was dropped due to the fact taht build system now adds platform
specific suffix to sysconfigdata's name, so each platform's file
should have a unique name and distutils now allows to specify which
sysconfigdata is used via _PYTHON_SYSCONFIGDATA_NAME

see:

    https://github.com/python/cpython/commit/c4b53afce491142b80b228a21a05de5dcfd8d36f
    https://github.com/python/cpython/commit/92dec548ff1494b86f08bd3753ca91a9330b4ea9

and patches:

    [PATCH] distutils/sysconfig: use sysconfigdata
    [PATCH] setup.py: do not add invalid header locations
    [PATCH] Do not harcode invalid path to ncursesw headers

was dropped since it looks like it made it's way upstream, see:

    https://github.com/python/cpython/commit/409482251b06fe75c4ee56e85ffbb4b23d934159
    https://github.com/python/cpython/commit/1351c31aa9651b278d7ef8ec79af3b646a520235
    https://github.com/python/cpython/commit/e13c3201fb66c4c211b4ebb7604d1435bedc1015

respectively.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
65 files changed:
package/pkg-python.mk
package/python3/0001-Make-the-build-of-pyc-files-conditional.patch [new file with mode: 0644]
package/python3/0001-setup.py-do-not-add-invalid-header-locations.patch [deleted file]
package/python3/0002-Change-the-install-location-of-_sysconfigdata.py.patch [deleted file]
package/python3/0002-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch [new file with mode: 0644]
package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch [new file with mode: 0644]
package/python3/0003-Make-the-build-of-pyc-files-conditional.patch [deleted file]
package/python3/0004-Adjust-library-header-paths-for-cross-compilation.patch [new file with mode: 0644]
package/python3/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch [deleted file]
package/python3/0005-Add-infrastructure-to-disable-the-build-of-certain-e.patch [deleted file]
package/python3/0005-Don-t-look-in-usr-lib-termcap-for-libraries.patch [new file with mode: 0644]
package/python3/0006-Don-t-add-multiarch-paths.patch [new file with mode: 0644]
package/python3/0006-distutils-sysconfig-use-sysconfigdata.patch [deleted file]
package/python3/0007-Abort-on-failed-module-build.patch [new file with mode: 0644]
package/python3/0007-Adjust-library-header-paths-for-cross-compilation.patch [deleted file]
package/python3/0008-Don-t-look-in-usr-lib-termcap-for-libraries.patch [deleted file]
package/python3/0008-Serial-ioctl-workaround.patch [new file with mode: 0644]
package/python3/0009-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch [new file with mode: 0644]
package/python3/0009-Don-t-add-multiarch-paths.patch [deleted file]
package/python3/0010-Abort-on-failed-module-build.patch [deleted file]
package/python3/0010-Misc-python-config.sh.in-ensure-sed-invocations-only.patch [new file with mode: 0644]
package/python3/0011-Override-system-locale-and-set-to-default-when-addin.patch [new file with mode: 0644]
package/python3/0011-Serial-ioctl-workaround.patch [deleted file]
package/python3/0012-Add-importlib-fix-for-PEP-3147-issue.patch [new file with mode: 0644]
package/python3/0012-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch [deleted file]
package/python3/0013-Add-an-option-to-disable-installation-of-test-module.patch [new file with mode: 0644]
package/python3/0013-Misc-python-config.sh.in-ensure-sed-invocations-only.patch [deleted file]
package/python3/0014-Add-an-option-to-disable-pydoc.patch [new file with mode: 0644]
package/python3/0014-Do-not-harcode-invalid-path-to-ncursesw-headers.patch [deleted file]
package/python3/0015-Add-an-option-to-disable-lib2to3.patch [new file with mode: 0644]
package/python3/0015-Override-system-locale-and-set-to-default-when-addin.patch [deleted file]
package/python3/0016-Add-importlib-fix-for-PEP-3147-issue.patch [deleted file]
package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch [new file with mode: 0644]
package/python3/0017-Add-an-option-to-disable-installation-of-test-module.patch [deleted file]
package/python3/0017-Add-an-option-to-disable-the-tk-module.patch [new file with mode: 0644]
package/python3/0018-Add-an-option-to-disable-pydoc.patch [deleted file]
package/python3/0018-Add-an-option-to-disable-the-curses-module.patch [new file with mode: 0644]
package/python3/0019-Add-an-option-to-disable-expat.patch [new file with mode: 0644]
package/python3/0019-Add-an-option-to-disable-lib2to3.patch [deleted file]
package/python3/0020-Add-an-option-to-disable-CJK-codecs.patch [new file with mode: 0644]
package/python3/0020-Add-option-to-disable-the-sqlite3-module.patch [deleted file]
package/python3/0021-Add-an-option-to-disable-NIS.patch [new file with mode: 0644]
package/python3/0021-Add-an-option-to-disable-the-tk-module.patch [deleted file]
package/python3/0022-Add-an-option-to-disable-the-curses-module.patch [deleted file]
package/python3/0022-Add-an-option-to-disable-unicodedata.patch [new file with mode: 0644]
package/python3/0023-Add-an-option-to-disable-IDLE.patch [new file with mode: 0644]
package/python3/0023-Add-an-option-to-disable-expat.patch [deleted file]
package/python3/0024-Add-an-option-to-disable-CJK-codecs.patch [deleted file]
package/python3/0024-Add-an-option-to-disable-decimal.patch [new file with mode: 0644]
package/python3/0025-Add-an-option-to-disable-NIS.patch [deleted file]
package/python3/0025-Add-an-option-to-disable-the-ossaudiodev-module.patch [new file with mode: 0644]
package/python3/0026-Add-an-option-to-disable-unicodedata.patch [deleted file]
package/python3/0026-Support-PGEN_FOR_BUILD-and-FREEZE_IMPORTLIB_FOR_BUIL.patch [new file with mode: 0644]
package/python3/0027-Add-an-option-to-disable-IDLE.patch [deleted file]
package/python3/0027-Add-an-option-to-disable-openssl-support.patch [new file with mode: 0644]
package/python3/0028-Add-an-option-to-disable-decimal.patch [deleted file]
package/python3/0028-Add-an-option-to-disable-the-readline-module.patch [new file with mode: 0644]
package/python3/0029-Add-an-option-to-disable-the-ossaudiodev-module.patch [deleted file]
package/python3/0029-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch [new file with mode: 0644]
package/python3/0030-Support-PGEN_FOR_BUILD-and-FREEZE_IMPORTLIB_FOR_BUIL.patch [deleted file]
package/python3/0031-Add-an-option-to-disable-openssl-support.patch [deleted file]
package/python3/0032-Add-an-option-to-disable-the-readline-module.patch [deleted file]
package/python3/0033-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch [deleted file]
package/python3/python3.hash
package/python3/python3.mk