diff options
author | PJ Eby <distutils-sig@python.org> | 2007-09-04 16:51:04 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2007-09-04 16:51:04 +0000 |
commit | 9a85e27d37de119928325f879b35e69eb074bd81 (patch) | |
tree | a4777b8ba1918c591590bce3a7927cd23eb3b75a | |
parent | a44ba4da6f1bbdc0290905c139becf9b728cb0f6 (diff) | |
download | external_python_setuptools-9a85e27d37de119928325f879b35e69eb074bd81.tar.gz external_python_setuptools-9a85e27d37de119928325f879b35e69eb074bd81.tar.bz2 external_python_setuptools-9a85e27d37de119928325f879b35e69eb074bd81.zip |
0.6c7 release
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057967
-rwxr-xr-x | ez_setup.py | 6 | ||||
-rwxr-xr-x | setuptools.txt | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 494e8419..9e9b2816 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -39,6 +39,12 @@ md5_data = { 'setuptools-0.6c5-py2.3.egg': 'ee9fd80965da04f2f3e6b3576e9d8167', 'setuptools-0.6c5-py2.4.egg': 'afe2adf1c01701ee841761f5bcd8aa64', 'setuptools-0.6c5-py2.5.egg': 'a8d3f61494ccaa8714dfed37bccd3d5d', + 'setuptools-0.6c6-py2.3.egg': '35686b78116a668847237b69d549ec20', + 'setuptools-0.6c6-py2.4.egg': '3c56af57be3225019260a644430065ab', + 'setuptools-0.6c6-py2.5.egg': 'b2f8a7520709a5b34f80946de5f02f53', + 'setuptools-0.6c7-py2.3.egg': '209fdf9adc3a615e5115b725658e13e2', + 'setuptools-0.6c7-py2.4.egg': '5a8f954807d46a0fb67cf1f26c55a82e', + 'setuptools-0.6c7-py2.5.egg': '45d2ad28f9750e7434111fde831e8372', } import sys, os diff --git a/setuptools.txt b/setuptools.txt index 48a07c6a..1ac30ce7 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2612,7 +2612,6 @@ Release Notes/Change History ---------------------------- 0.6c7 - * Fixed ``distutils.filelist.findall()`` crashing on broken symlinks, and ``egg_info`` command failing on new, uncommitted SVN directories. |