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

Miss Islington (bot) webhook-mailer at python.org
Mon Aug 26 14:19:34 EDT 2019


https://github.com/python/cpython/commit/10c452b894d95fed06056fe11e8fe8e1a2a60040
commit: 10c452b894d95fed06056fe11e8fe8e1a2a60040
branch: master
author: Pradyun Gedam <pradyunsg at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-08-26T11:19:30-07:00
summary:

bpo-37664: Update ensurepip bundled wheels, again (GH-15483)



/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

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
D Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl
D Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl
M Lib/ensurepip/__init__.py
M Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 63de20e28873..fc0edec6e3de 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,9 +8,9 @@
 __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
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 1690eb3f4f2a..8118df8ac194 100644
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
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
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 92836e984026..82df6f63f4ee 100644
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
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
index 3343d9100946..f12590540eb7 100644
--- 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
@@ -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)



More information about the Python-checkins mailing list