[Python-checkins] bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)

Miss Islington (bot) webhook-mailer at python.org
Fri Jul 26 13:19:41 EDT 2019


https://github.com/python/cpython/commit/ea0f7aa47c5d2e58dc99314508172f0523e144c6
commit: ea0f7aa47c5d2e58dc99314508172f0523e144c6
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-26T10:19:15-07:00
summary:

bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)

(cherry picked from commit 5380def8269b24a8a3bc46396373a1dc91b1dd1a)

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

files:
A Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl
A Lib/ensurepip/_bundled/setuptools-41.0.1-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 526dfd004a41..8ccf587257f3 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,9 +8,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "40.8.0"
+_SETUPTOOLS_VERSION = "41.0.1"
 
-_PIP_VERSION = "19.0.3"
+_PIP_VERSION = "19.2.1"
 
 _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.1-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.1-py2.py3-none-any.whl
index 24f247caa0ab..1690eb3f4f2a 100644
Binary files a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-19.2.1-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.0.1-py2.py3-none-any.whl
similarity index 86%
rename from Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl
index fdc66e9330e0..92836e984026 100644
Binary files a/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-41.0.1-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 000000000000..3343d9100946
--- /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.1 and setuptools 41.0.1)



More information about the Python-checkins mailing list