[Python-checkins] [2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)

Benjamin Peterson webhook-mailer at python.org
Mon Oct 7 21:54:09 EDT 2019


https://github.com/python/cpython/commit/e7e58fe03175adc660c192e724b91ae7ccba9cb6
commit: e7e58fe03175adc660c192e724b91ae7ccba9cb6
branch: 2.7
author: Benjamin Peterson <benjamin at python.org>
committer: GitHub <noreply at github.com>
date: 2019-10-07T18:54:05-07:00
summary:

[2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)

(cherry picked from commit 10c452b894d95fed06056fe11e8fe8e1a2a60040)

Co-authored-by: Pradyun Gedam <pradyunsg at gmail.com>

files:
A Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl
A Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
A Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst
D Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl
D Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
M Lib/ensurepip/__init__.py

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index cbadfaa41a263..0955141184782 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -12,9 +12,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "40.8.0"
+_SETUPTOOLS_VERSION = "41.2.0"
 
-_PIP_VERSION = "19.0.3"
+_PIP_VERSION = "19.2.3"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
diff --git a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl
similarity index 51%
rename from Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl
index 24f247caa0ab4..8118df8ac1940 100644
Binary files a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl differ
diff --git a/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
similarity index 84%
rename from Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
index fdc66e9330e07..82df6f63f4ee9 100644
Binary files a/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl differ
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 0000000000000..f12590540eb76
--- /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)



More information about the Python-checkins mailing list