# HG changeset patch # User cavaliet # Date 1415892420 -3600 # Node ID 60917da0341447e9406f7b14525f7645ed578354 # Parent a37fd09060a3f8d37b21221dd4899aff64b64739 V00.06.06 update ldt diff -r a37fd09060a3 -r 60917da03414 src/spel/__init__.py --- a/src/spel/__init__.py Thu Nov 06 18:01:07 2014 +0100 +++ b/src/spel/__init__.py Thu Nov 13 16:27:00 2014 +0100 @@ -1,4 +1,4 @@ -VERSION = (0, 6, 5, "final", 0) +VERSION = (0, 6, 6, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r a37fd09060a3 -r 60917da03414 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Nov 06 18:01:07 2014 +0100 +++ b/virtualenv/res/lib/lib_create_env.py Thu Nov 13 16:27:00 2014 +0100 @@ -48,7 +48,7 @@ 'DEFUSEDXML' : {'setup':'defusedxml', 'url':'https://pypi.python.org/packages/source/d/defusedxml/defusedxml-0.4.1.tar.gz', 'local': 'defusedxml-0.4.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-TASTYPIE' : {'setup':'django-tastypie', 'url':'https://github.com/toastdriven/django-tastypie/archive/v0.9.15.tar.gz', 'local': 'django-tastypie-0.9.15.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-CHUNCKED-UPLOADS' : {'setup': 'django-chuncked-uploads', 'url':'https://github.com/IRI-Research/django-chunked-uploads/archive/v0.5.tar.gz', 'local':'django-chunked-uploads-0.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'LDT' : {'setup': 'ldt', 'url':'http://www.iri.centrepompidou.fr/dev/hg/platform/archive/0a425187f686.tar.gz', 'local':'ldt-1.53.12.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, + 'LDT' : {'setup': 'ldt', 'url':'http://www.iri.centrepompidou.fr/dev/hg/platform/archive/5c52df59b348.tar.gz', 'local':'ldt-1.53.15.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'SIMPLETAL' : {'setup': 'simpletal', 'url':'http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-4.3.tar.gz', 'local':'SimpleTAL-4.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'RDFLIB' : {'setup': 'rdflib', 'url':'https://github.com/RDFLib/rdflib/archive/master.zip', 'local':'rdflib-master.zip', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'ISODATE' : {'setup': 'isodate', 'url':'https://github.com/gweis/isodate/archive/master.zip', 'local':'isodate-master.zip', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, diff -r a37fd09060a3 -r 60917da03414 virtualenv/res/src/ldt-1.53.12.tar.gz Binary file virtualenv/res/src/ldt-1.53.12.tar.gz has changed diff -r a37fd09060a3 -r 60917da03414 virtualenv/res/src/ldt-1.53.15.tar.gz Binary file virtualenv/res/src/ldt-1.53.15.tar.gz has changed