[Python-checkins] Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)

Donald Stufft webhook-mailer at python.org
Mon Nov 19 08:08:02 EST 2018


https://github.com/python/cpython/commit/4845aa6ef813313051db34726afc76c0e7dc5fee
commit: 4845aa6ef813313051db34726afc76c0e7dc5fee
branch: 2.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Donald Stufft <donald at stufft.io>
date: 2018-11-19T08:07:58-05:00
summary:

Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)

(cherry picked from commit 8b9c33ea9ce902f902c9d9900121010801950547)

Co-authored-by: Donald Stufft <donald at stufft.io>

files:
A Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl
A Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
A Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst
D Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl
D Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
M Lib/ensurepip/__init__.py

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 3c679e596874..5021ebf77e16 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -12,9 +12,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "39.0.1"
+_SETUPTOOLS_VERSION = "40.6.2"
 
-_PIP_VERSION = "10.0.1"
+_PIP_VERSION = "18.1"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
diff --git a/Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl
deleted file mode 100644
index 9837092c07bb..000000000000
Binary files a/Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl
new file mode 100644
index 000000000000..c3c146f6da27
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl differ
diff --git a/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
similarity index 54%
rename from Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
index edc3ca2d8ec3..4c8a619571d1 100644
Binary files a/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst b/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst
new file mode 100644
index 000000000000..ff76988e33e7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst
@@ -0,0 +1 @@
+Update ensurepip to install pip 18.1 and setuptools 40.6.2.



More information about the Python-checkins mailing list