# HG changeset patch # User cavaliet # Date 1346427811 -7200 # Node ID 94e058cf84defcf9544fb74486208e2aae42ddb5 # Parent cd3db02046b1e529bb693cf3b546629fdf350cb4 update ldt tar diff -r cd3db02046b1 -r 94e058cf84de virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Aug 30 18:46:32 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Fri Aug 31 17:43:31 2012 +0200 @@ -41,7 +41,7 @@ '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}}, '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}}, - 'LDT': {'setup': 'ldt','url': 'ldt-1.17.tar.gz', 'local':"ldt-1.17.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'LDT': {'setup': 'ldt','url': 'ldt-1.20.tar.gz', 'local':"ldt-1.20.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r cd3db02046b1 -r 94e058cf84de virtualenv/res/src/ldt-1.17.tar.gz Binary file virtualenv/res/src/ldt-1.17.tar.gz has changed diff -r cd3db02046b1 -r 94e058cf84de virtualenv/res/src/ldt-1.20.tar.gz Binary file virtualenv/res/src/ldt-1.20.tar.gz has changed