python: Update to 2.7.17, refresh patches 10323/head
authorJeffery To <jeffery.to@gmail.com>
Mon, 21 Oct 2019 15:30:53 +0000 (23:30 +0800)
committerJeffery To <jeffery.to@gmail.com>
Mon, 21 Oct 2019 15:42:32 +0000 (23:42 +0800)
commit18a7c29f55ea4d93fd38859d8974db41c5074bdd
treefdd61143c94b063758a6ea2949dad27b6cb41cbc
parent0882737b4a29984eb25c35df7a1c25c8686f774d
python: Update to 2.7.17, refresh patches

Patches already merged and so removed:
* 011-fix-ssl-build-use-have-npn.patch
* 019-bpo-36216-Add-check-for-characters-in-netloc-that-normalize-to-separators-GH-12216.patch
* 020-bpo-36216-Only-print-test-messages-when-verbose-GH-12291.patch
* 021-2.7-bpo-35121-prefix-dot-in-domain-for-proper-subdom.patch
* 022-bpo-30458-Disallow-control-chars-in-http-URLs-GH-13315.patch
* 023-bpo-35907-Avoid-file-reading-as-disallowing-the-unnecessary-URL-scheme-in-urllib-GH-11842.patch
* 027-bpo-38243-Escape-the-server-title-of-DocXMLRPCServer.patch
* 028-bpo-34155-Dont-parse-domains-containing-GH-13079.patch

Patches no longer necessary and so removed:
* 017_lib2to3_fix_pyc_search.patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 83b300aa83f3cf663747998f4500a8592acf9959)
18 files changed:
lang/python/python-version.mk
lang/python/python/Makefile
lang/python/python/patches/002-do-not-add-include-dirs-when-cross-compiling.patch
lang/python/python/patches/003-do-not-compile-tests-at-build.patch
lang/python/python/patches/004-do-not-write-bytes-codes.patch
lang/python/python/patches/006-remove-multi-arch-and-local-paths.patch
lang/python/python/patches/009-do-not-use-dblib_dir-when-cross-compiling.patch
lang/python/python/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch
lang/python/python/patches/011-fix-ssl-build-use-have-npn.patch [deleted file]
lang/python/python/patches/017_lib2to3_fix_pyc_search.patch [deleted file]
lang/python/python/patches/019-bpo-36216-Add-check-for-characters-in-netloc-that-normalize-to-separators-GH-12216.patch [deleted file]
lang/python/python/patches/020-bpo-36216-Only-print-test-messages-when-verbose-GH-12291.patch [deleted file]
lang/python/python/patches/021-2.7-bpo-35121-prefix-dot-in-domain-for-proper-subdom.patch [deleted file]
lang/python/python/patches/021-compileall-add-recursion-option.patch
lang/python/python/patches/022-bpo-30458-Disallow-control-chars-in-http-URLs-GH-13315.patch [deleted file]
lang/python/python/patches/023-bpo-35907-Avoid-file-reading-as-disallowing-the-unnecessary-URL-scheme-in-urllib-GH-11842.patch [deleted file]
lang/python/python/patches/027-bpo-38243-Escape-the-server-title-of-DocXMLRPCServer.patch [deleted file]
lang/python/python/patches/028-bpo-34155-Dont-parse-domains-containing-GH-13079.patch [deleted file]