diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2019-03-06 11:42:21 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2019-03-06 11:42:21 (GMT) |
commit | 01e0f439f5009f37b95ab516e91906fcc7fcb8c3 (patch) | |
tree | 205bb66f0f3d4a17f4f4b9e392ddacf64b28c877 /Lib/ensurepip | |
parent | 18ee50d5dad81124c3fa0121c1ed7be0cd21d3b2 (diff) | |
download | cpython-01e0f439f5009f37b95ab516e91906fcc7fcb8c3.zip cpython-01e0f439f5009f37b95ab516e91906fcc7fcb8c3.tar.gz cpython-01e0f439f5009f37b95ab516e91906fcc7fcb8c3.tar.bz2 |
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
* Update pip to 19.0.3
* Update setuptools to 40.8.0
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl) | bin | 1323545 -> 1353599 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl) | bin | 573107 -> 575457 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 09c572d..526dfd0 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "40.6.2" +_SETUPTOOLS_VERSION = "40.8.0" -_PIP_VERSION = "18.1" +_PIP_VERSION = "19.0.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl Binary files differindex c3c146f..24f247c 100644 --- a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl diff --git a/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl Binary files differindex 4c8a619..fdc66e9 100644 --- a/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl |