# HG changeset patch # User ymh # Date 1349978365 -7200 # Node ID 746c02cf58a49a29bbe3abf6fbd99726ebbce815 # Parent ac7ad98dd1b8d739d3a29857bba65543e52500ef update ldt and new version diff -r ac7ad98dd1b8 -r 746c02cf58a4 ldt/web/ldtplatform/__init__.py --- a/ldt/web/ldtplatform/__init__.py Thu Oct 11 19:51:36 2012 +0200 +++ b/ldt/web/ldtplatform/__init__.py Thu Oct 11 19:59:25 2012 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0, "final", 0) +VERSION = (0, 2, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r ac7ad98dd1b8 -r 746c02cf58a4 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Oct 11 19:51:36 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Thu Oct 11 19:59:25 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.21.tar.gz', 'local':"ldt-1.21.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'LDT': {'setup': 'ldt','url': 'ldt-1.25.tar.gz', 'local':"ldt-1.25.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r ac7ad98dd1b8 -r 746c02cf58a4 virtualenv/res/src/ldt-1.21.tar.gz Binary file virtualenv/res/src/ldt-1.21.tar.gz has changed diff -r ac7ad98dd1b8 -r 746c02cf58a4 virtualenv/res/src/ldt-1.25.tar.gz Binary file virtualenv/res/src/ldt-1.25.tar.gz has changed