# HG changeset patch # User ymh # Date 1348128385 -32400 # Node ID 1df9868d8e16eff35397e0e16cb2c7b632292ed2 # Parent 61a0de24353481cc9ca966f3f7156059683eda81 update distribute diff -r 61a0de243534 -r 1df9868d8e16 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Sep 20 15:33:55 2012 +0900 +++ b/virtualenv/res/lib/lib_create_env.py Thu Sep 20 17:06:25 2012 +0900 @@ -16,7 +16,7 @@ URLS = { #'': {'setup': '', 'url':'', 'local':''}, - 'DISTRIBUTE': {'setup': 'distribute', 'url':'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz', 'local':"distribute-0.6.24.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'DISTRIBUTE': {'setup': 'distribute', 'url':'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz', 'local':"distribute-0.6.28.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO': {'setup': 'django', 'url': 'http://www.djangoproject.com/download/1.4.1/tarball/', 'local':"Django-1.4.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-EXTENSIONS': { 'setup': 'django-extensions', 'url':'https://github.com/django-extensions/django-extensions/tarball/0.8', 'local':"django-extensions-0.8.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-REGISTRATION': { 'setup': 'django-registration', 'url':'https://bitbucket.org/ubernostrum/django-registration/get/v0.8.tar.gz', 'local':"django-registration-0.8.tar.gz", 'install': {'method': 'easy_install', 'option_str': '-Z', 'dict_extra_env': None}}, diff -r 61a0de243534 -r 1df9868d8e16 virtualenv/res/src/distribute-0.6.24.tar.gz Binary file virtualenv/res/src/distribute-0.6.24.tar.gz has changed diff -r 61a0de243534 -r 1df9868d8e16 virtualenv/res/src/distribute-0.6.28.tar.gz Binary file virtualenv/res/src/distribute-0.6.28.tar.gz has changed