mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 03:44:31 +04:00
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>
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PYTHON_VERSION:=2.7
|
||||
PYTHON_VERSION_MICRO:=16
|
||||
PYTHON_VERSION_MICRO:=17
|
||||
|
||||
PYTHON_SETUPTOOLS_PKG_RELEASE:=3
|
||||
PYTHON_PIP_PKG_RELEASE:=2
|
||||
PYTHON_SETUPTOOLS_PKG_RELEASE:=1
|
||||
PYTHON_PIP_PKG_RELEASE:=1
|
||||
|
||||
PYTHON_SETUPTOOLS_VERSION:=40.6.2
|
||||
PYTHON_PIP_VERSION:=18.1
|
||||
PYTHON_SETUPTOOLS_VERSION:=41.2.0
|
||||
PYTHON_PIP_VERSION:=19.2.3
|
||||
|
||||
Reference in New Issue
Block a user