bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
authorPradyun Gedam <pradyunsg@gmail.com>
Mon, 26 Aug 2019 18:19:30 +0000 (23:49 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Aug 2019 18:19:30 +0000 (11:19 -0700)
/cc @ambv since this needs to be included in 3.8 -- see https://github.com/pypa/pip/issues/6885.

Sorry about the last minute PR!

https://bugs.python.org/issue37664

Automerge-Triggered-By: @zooba
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl with 93% similarity]
Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl with 87% similarity]
Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst

index 63de20e288737f4e06eb1c7f35db38ab8a260fc7..fc0edec6e3de6e9197e315a0b9fd1739257b2edf 100644 (file)
@@ -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),
similarity index 93%
rename from Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl
index 1690eb3f4f2a1049747b9968c1d5071f1e69f49f..8118df8ac1940f8c6cb410fbc18e5fae59872b95 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl differ
similarity index 87%
rename from Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
index 92836e98402648041d1bc2ae34aaf882d1ebb00b..82df6f63f4ee97380af0a29d8825ae775333b86d 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl differ
index 3343d9100946ebd40c67a3d43d91b2184812d1b0..f12590540eb760c8dfe74540cd1c9be3b061776e 100644 (file)
@@ -1 +1 @@
-Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)
+Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)