# HG changeset patch # User ymh # Date 1355932403 -3600 # Node ID e848185b5b7f40dedc854d14c2861097b3a346be # Parent 0cfd113f6a59cbc8c259ccd8c2d71aa4c4d6b184 update ldt to V1.42 + requests diff -r 0cfd113f6a59 -r e848185b5b7f virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Dec 14 17:15:31 2012 +0100 +++ b/virtualenv/res/lib/lib_create_env.py Wed Dec 19 16:53:23 2012 +0100 @@ -37,7 +37,7 @@ 'FABRIC': {'setup': 'fabric', 'url':'https://github.com/fabric/fabric/tarball/1.4.2', 'local':'fabric-1.4.2.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'MERCURIAL': {'setup': 'mercurial', 'url':'http://mercurial.selenic.com/release/mercurial-2.2.3.tar.gz', 'local':'mercurial-2.2.3.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/tarball/master', 'local': 'django-haystack-v2.0.0.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/tarball/v0.13.3', 'local':'requests-v0.13.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, + 'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/archive/v1.0.2.tar.gz', 'local':'requests-v1.0.2.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'https://github.com/toastdriven/pyelasticsearch/tarball/master', 'local':'pyelasticsearch.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'WHOOSH': {'setup': 'whoosh', 'url':'https://bitbucket.org/mchaput/whoosh/get/tip.tar.gz', 'local':'whoosh-2.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'SETUPTOOLS_HG' : {'setup':'setuptools_hg', 'url':'http://pypi.python.org/packages/source/s/setuptools_hg/setuptools_hg-0.4.tar.gz', 'local': 'setuptools_hg-0.4.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, diff -r 0cfd113f6a59 -r e848185b5b7f virtualenv/res/src/ldt.tar.gz Binary file virtualenv/res/src/ldt.tar.gz has changed diff -r 0cfd113f6a59 -r e848185b5b7f virtualenv/res/src/requests-v0.13.3.tar.gz Binary file virtualenv/res/src/requests-v0.13.3.tar.gz has changed diff -r 0cfd113f6a59 -r e848185b5b7f virtualenv/res/src/requests-v1.0.2.tar.gz Binary file virtualenv/res/src/requests-v1.0.2.tar.gz has changed