# HG changeset patch # User ymh # Date 1350576679 -7200 # Node ID 2c4197305e42489c72c4a2cf4bf0af5c1fe517cb # Parent 912a27dc149fa21bb9ee74f7680de4334653a407 update ldtplatform diff -r 912a27dc149f -r 2c4197305e42 ldt/web/ldtplatform/__init__.py --- a/ldt/web/ldtplatform/__init__.py Thu Oct 18 18:10:00 2012 +0200 +++ b/ldt/web/ldtplatform/__init__.py Thu Oct 18 18:11:19 2012 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 2, 0, "final", 0) +VERSION = (0, 3, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 912a27dc149f -r 2c4197305e42 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Oct 18 18:10:00 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Thu Oct 18 18:11:19 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.25.tar.gz', 'local':"ldt-1.25.tar.gz", '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}}, } if system_str == 'Windows': diff -r 912a27dc149f -r 2c4197305e42 virtualenv/res/src/ldt-1.25.tar.gz Binary file virtualenv/res/src/ldt-1.25.tar.gz has changed diff -r 912a27dc149f -r 2c4197305e42 virtualenv/res/src/ldt-1.26.tar.gz Binary file virtualenv/res/src/ldt-1.26.tar.gz has changed