[Jython-checkins] jython: Use new version of setuptools with Jython modifications (submitted for

darjus.loktevic jython-checkins at python.org
Tue Jan 12 04:03:57 EST 2016


https://hg.python.org/jython/rev/ba5855140d27
changeset:   7868:ba5855140d27
user:        Darjus Loktevic <darjus at gmail.com>
date:        Tue Jan 12 20:03:46 2016 +1100
summary:
  Use new version of setuptools with Jython modifications (submitted for inclusion upstream). Resolves #2360

files:
  Lib/ensurepip/__init__.py                                   |    2 +-
  Lib/ensurepip/_bundled/setuptools-18.4-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-19.2-py2.py3-none-any.whl |  Bin 
  3 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -12,7 +12,7 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "18.4"
+_SETUPTOOLS_VERSION = "19.2"
 
 _PIP_VERSION = "7.1.2"
 
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
deleted file mode 100644
index 9b94202d13594ef9b51815604bc4a37c3b64bd89..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-19.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-19.2-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e57e87e8b05fdcdbf9ed70e21a25e778315df77a
GIT binary patch
[stripped]

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


More information about the Jython-checkins mailing list