[Python-checkins] cpython: Update setuptools to 2.0.2

donald.stufft python-checkins at python.org
Tue Dec 31 13:02:20 CET 2013


http://hg.python.org/cpython/rev/e5fa13aae1cc
changeset:   88229:e5fa13aae1cc
user:        Donald Stufft <donald at stufft.io>
date:        Tue Dec 31 06:52:47 2013 -0500
summary:
  Update setuptools to 2.0.2

files:
  Lib/ensurepip/__init__.py                                    |    2 +-
  Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-2.0.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
@@ -10,7 +10,7 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "2.0.1"
+_SETUPTOOLS_VERSION = "2.0.2"
 
 _PIP_VERSION = "1.5rc4"
 
diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl
deleted file mode 100644
index 67ef8a1a9757835bb1de367c0f8c3b5b579ffa15..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl
new file mode 100644
index 0000000000000000000000000000000000000000..267eeff2387c02dbf6b1450024b1c5101c307056
GIT binary patch
[stripped]

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list