diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-04 11:28:31 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-04 11:28:31 -0400 |
commit | c2389b351fe071241bf68ec9d43a9fd384e84181 (patch) | |
tree | b2d570fc1a955f84057b0dd2f562063288a238fa | |
parent | 694a9231f495a82cf62340f9b98eb4fd7272ecf3 (diff) | |
download | external_python_setuptools-c2389b351fe071241bf68ec9d43a9fd384e84181.tar.gz external_python_setuptools-c2389b351fe071241bf68ec9d43a9fd384e84181.tar.bz2 external_python_setuptools-c2389b351fe071241bf68ec9d43a9fd384e84181.zip |
Updated changelog to reflect change in proper revision
--HG--
branch : distribute
extra : rebase_source : cf900f1bec43dfd946065d1acc6ce88c726319a2
-rw-r--r-- | CHANGES.txt | 7 | ||||
-rw-r--r-- | distribute.egg-info/entry_points.txt | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6b981dd4..a5b4f2bb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= ------ +0.6.24 +------ + +* Issue #249: Added options to exclude 2to3 fixers + +------ 0.6.23 ------ @@ -16,7 +22,6 @@ CHANGES * Issue #208: Fixed parsed_versions, it now honors post-releases as noted in the documentation * Issue #207: Windows cli and gui wrappers pass CTRL-C to child python process * Issue #227: easy_install now passe its arguments to setup.py bdist_egg -* Issue #249: Added options to exclude 2to3 fixers ------ 0.6.22 diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index acbe2281..4801e1f9 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -33,7 +33,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-2.6 = setuptools.command.easy_install:main +easy_install-2.7 = setuptools.command.easy_install:main [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl @@ -42,6 +42,7 @@ svn_cvs = setuptools.command.sdist:_default_revctrl dependency_links = setuptools.dist:assert_string_list entry_points = setuptools.dist:check_entry_points extras_require = setuptools.dist:check_extras +use_2to3_exclude_fixers = setuptools.dist:assert_string_list package_data = setuptools.dist:check_package_data install_requires = setuptools.dist:check_requirements use_2to3 = setuptools.dist:assert_bool |