diff options
author | Steve Dower <steve.dower@python.org> | 2019-08-26 19:57:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 19:57:57 (GMT) |
commit | 04b750740be6e7c4a7693f1135c4788b40a028c1 (patch) | |
tree | a377c400a02207440af861d8045ca1ec53ac8687 | |
parent | 56c4d2d057de0dcb968148fa1286e587e91f5c91 (diff) | |
download | cpython-04b750740be6e7c4a7693f1135c4788b40a028c1.zip cpython-04b750740be6e7c4a7693f1135c4788b40a028c1.tar.gz cpython-04b750740be6e7c4a7693f1135c4788b40a028c1.tar.bz2 |
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
-rw-r--r-- | Lib/ensurepip/__init__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl) | bin | 1414720 -> 1414986 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl) | bin | 575966 -> 576332 bytes | |||
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 63de20e..fc0edec 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "41.0.1" +_SETUPTOOLS_VERSION = "41.2.0" -_PIP_VERSION = "19.2.1" +_PIP_VERSION = "19.2.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl Binary files differindex 1690eb3..8118df8 100644 --- a/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl diff --git a/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl Binary files differindex 92836e9..82df6f6 100644 --- a/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl diff --git a/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst new file mode 100644 index 0000000..f125905 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst @@ -0,0 +1 @@ +Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0) |