diff options
| author | Carl Meyer <carl@oddbird.net> | 2012-05-28 17:20:16 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2012-05-28 17:20:16 -0700 |
| commit | c2dd6466f9da9f25cf26094e1f885576f7f2096e (patch) | |
| tree | a0b95265aeef81f27be033f444a8b1dd86fa0820 /bin | |
| parent | de7a733fa6ce9b44c41490e20cc9eae34be8456b (diff) | |
| download | virtualenv-c2dd6466f9da9f25cf26094e1f885576f7f2096e.tar.gz | |
Update to distribute 0.6.27 - fixes an issue with script installation on Python 3.3 alpha.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/refresh-support-files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/refresh-support-files.py b/bin/refresh-support-files.py index 66274b4..e7f7160 100755 --- a/bin/refresh-support-files.py +++ b/bin/refresh-support-files.py @@ -23,7 +23,7 @@ support_files = [ ('http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg', 'setuptools-0.6c11-py2.6.egg'), ('http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11-py2.5.egg', 'setuptools-0.6c11-py2.5.egg'), ('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg', 'setuptools-0.6c11-py2.4.egg'), - ('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz', 'distribute-0.6.24.tar.gz'), + ('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz', 'distribute-0.6.27.tar.gz'), ('http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz', 'pip-1.1.tar.gz'), ] |
