# HG changeset patch # User ymh # Date 1369652194 -7200 # Node ID 782776433a2d8a26b8d46966052036c902cffc9b # Parent 665f520f23ae51477b7bbbb5b6e842c6ff12e714 update django-chuncked-upload diff -r 665f520f23ae -r 782776433a2d virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri May 24 23:27:51 2013 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Mon May 27 12:56:34 2013 +0200 @@ -45,7 +45,7 @@ 'PYYAML' : {'setup':'pyyaml', 'url':'http://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.tar.gz', 'local': 'PyYAML-3.10.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'PYTHON-DIGEST' : {'setup':'python-digest', 'url':'http://pypi.python.org/packages/source/p/python-digest/python-digest-1.7.tar.gz', 'local': 'python-digest-1.7.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-TASTYPIE' : {'setup':'django-tastypie', 'url':'https://github.com/toastdriven/django-tastypie/archive/v0.9.15.tar.gz', 'local': 'django-tastypie-0.9.15.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'DJANGO-CHUNCKED-UPLOADS' : {'setup': 'django-chuncked-uploads', 'url':'https://github.com/IRI-Research/django-chunked-uploads/archive/v0.4.tar.gz', 'local':'django-chunked-uploads-0.4.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, + 'DJANGO-CHUNCKED-UPLOADS' : {'setup': 'django-chuncked-uploads', 'url':'https://github.com/IRI-Research/django-chunked-uploads/archive/v0.5.tar.gz', 'local':'django-chunked-uploads-0.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r 665f520f23ae -r 782776433a2d virtualenv/res/src/django-chunked-uploads-0.4.tar.gz Binary file virtualenv/res/src/django-chunked-uploads-0.4.tar.gz has changed diff -r 665f520f23ae -r 782776433a2d virtualenv/res/src/django-chunked-uploads-0.5.tar.gz Binary file virtualenv/res/src/django-chunked-uploads-0.5.tar.gz has changed