update ldt and new version V00.02
authorymh <ymh.work@gmail.com>
Thu, 11 Oct 2012 19:59:25 +0200
changeset 21 746c02cf58a4
parent 20 ac7ad98dd1b8
child 22 3783aaa15e63
update ldt and new version
ldt/web/ldtplatform/__init__.py
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/ldt-1.21.tar.gz
virtualenv/res/src/ldt-1.25.tar.gz
--- 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])))
 
--- 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':
Binary file virtualenv/res/src/ldt-1.21.tar.gz has changed
Binary file virtualenv/res/src/ldt-1.25.tar.gz has changed