# HG changeset patch # User ymh # Date 1350602356 -7200 # Node ID 8af6dac5c485dee80ca02e784c819352bcf2498b # Parent 5da4e5cbebe79cf74ad72d409d9667f6d932fe64 update ldt diff -r 5da4e5cbebe7 -r 8af6dac5c485 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Oct 19 01:03:10 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Fri Oct 19 01:19:16 2012 +0200 @@ -43,7 +43,7 @@ '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}}, 'WSGIREF' : {'setup':'wsgiref', 'url':'http://pypi.python.org/packages/source/w/wsgiref/wsgiref-0.1.2.zip', 'local': 'wsgiref-0.1.2.zip', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'LDT': {'setup': 'ldt','url': 'ldt-1.26.tar.gz', 'local':"ldt-1.26.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'LDT': {'setup': 'ldt','url': 'ldt-1.27.tar.gz', 'local':"ldt-1.267.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r 5da4e5cbebe7 -r 8af6dac5c485 virtualenv/res/src/ldt-1.26.tar.gz Binary file virtualenv/res/src/ldt-1.26.tar.gz has changed diff -r 5da4e5cbebe7 -r 8af6dac5c485 virtualenv/res/src/ldt-1.27.tar.gz Binary file virtualenv/res/src/ldt-1.27.tar.gz has changed