[Jython-checkins] jython: Upgrade bundled ensurepip wheels for pip, setuptools to latest upstream

jim.baker jython-checkins at python.org
Tue Oct 27 16:16:25 EDT 2015


https://hg.python.org/jython/rev/b256a80cbbc5
changeset:   7770:b256a80cbbc5
user:        Jim Baker <jim.baker at rackspace.com>
date:        Tue Oct 27 14:16:16 2015 -0600
summary:
  Upgrade bundled ensurepip wheels for pip, setuptools to latest upstream

files:
  Lib/ensurepip/__init__.py                                     |    4 ++--
  Lib/ensurepip/_bundled/pip-1.6-py2.py3-none-any.whl           |  Bin 
  Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl         |  Bin 
  Lib/ensurepip/_bundled/setuptools-14.3.2-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-18.4-py2.py3-none-any.whl   |  Bin 
  NEWS                                                          |    7 +++++++
  6 files changed, 9 insertions(+), 2 deletions(-)


diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -12,9 +12,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "14.3.2"
+_SETUPTOOLS_VERSION = "18.4"
 
-_PIP_VERSION = "1.6"
+_PIP_VERSION = "7.1.2"
 
 # pip currently requires ssl support, so we try to provide a nicer
 # error message when that is missing (http://bugs.python.org/issue19744)
diff --git a/Lib/ensurepip/_bundled/pip-1.6-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.6-py2.py3-none-any.whl
deleted file mode 100644
index b5e29a60e34ef796748bf2c3179973235254e8c8..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..5e490155f0ca7f4ddb64c93c39fb2efb8795cd08
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-14.3.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-14.3.2-py2.py3-none-any.whl
deleted file mode 100644
index f983456bab03556737d6e04ba0be960a18007641..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-18.4-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-18.4-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9b94202d13594ef9b51815604bc4a37c3b64bd89
GIT binary patch
[stripped]
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@
 
 For more details, please see https://hg.python.org/jython
 
+Jython 2.7.1rc
+  Bugs fixed
+    - [ 2416 ] os.system does not use changes to os.environ in subprocesses
+  New Features
+    - Use latest upstream bundled wheels for ensurepip: pip (7.1.2), setuptools (18.4),
+      replacing wheels patched specifically for Jython
+
 Jython 2.7.1b2
   Bugs fixed
    - [ 2396 ] test_threading and others fail under Cygwin (sys.executable).

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list