# HG changeset patch # User ymh # Date 1354324794 -3600 # Node ID 329e6650ee4eb5c166e348837068ad6d740ca8fc # Parent c91e933f5ab4b1761a3d68eefba270455dc8082d update ldt to correct content creation and update version number diff -r c91e933f5ab4 -r 329e6650ee4e src/hp/__init__.py --- a/src/hp/__init__.py Fri Nov 30 13:41:31 2012 +0100 +++ b/src/hp/__init__.py Sat Dec 01 02:19:54 2012 +0100 @@ -1,4 +1,4 @@ -VERSION = (0, 12, 0, "final", 0) +VERSION = (0, 13, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r c91e933f5ab4 -r 329e6650ee4e virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Nov 30 13:41:31 2012 +0100 +++ b/virtualenv/res/lib/lib_create_env.py Sat Dec 01 02:19:54 2012 +0100 @@ -49,7 +49,7 @@ 'PYYAML' : {'setup':'pyyaml', 'url':'http://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.tar.gz', 'local': 'PyYAML-3.10.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'PYTHON-DIGEST' : {'setup':'python-digest', 'url':'http://pypi.python.org/packages/source/p/python-digest/python-digest-1.7.tar.gz', 'local': 'python-digest-1.7.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-TASTYPIE' : {'setup':'django-tastypie', 'url':'django-tastypie-0.9.11-modified.tar.gz', 'local': 'django-tastypie-0.9.11-modified.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'LDT': {'setup': 'ldt','url': 'ldt-1.36.tar.gz', 'local':"ldt-1.36.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'LDT': {'setup': 'ldt','url': 'ldt-1.37.tar.gz', 'local':"ldt-1.37.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r c91e933f5ab4 -r 329e6650ee4e virtualenv/res/src/ldt-1.36.tar.gz Binary file virtualenv/res/src/ldt-1.36.tar.gz has changed diff -r c91e933f5ab4 -r 329e6650ee4e virtualenv/res/src/ldt-1.37.tar.gz Binary file virtualenv/res/src/ldt-1.37.tar.gz has changed