# HG changeset patch # User cavaliet # Date 1412328893 -7200 # Node ID 1a2754d155aa25bd7425c6ef63d7c5cb24943be7 # Parent 1327586de866d706277c5a0d07efe3dd3e51a79c v0.6.3 : update ldt with md5 for tag id in cinelab export diff -r 1327586de866 -r 1a2754d155aa src/spel/__init__.py --- a/src/spel/__init__.py Thu Oct 02 10:38:50 2014 +0200 +++ b/src/spel/__init__.py Fri Oct 03 11:34:53 2014 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 6, 2, "final", 0) +VERSION = (0, 6, 3, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 1327586de866 -r 1a2754d155aa virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Oct 02 10:38:50 2014 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Fri Oct 03 11:34:53 2014 +0200 @@ -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/spel/raw-file/e61d81e7ab8f/virtualenv/res/src/ldt-1.53.4.tar.gz', 'local':'ldt-1.53.4.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}}, '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 1327586de866 -r 1a2754d155aa virtualenv/res/src/ldt-1.53.12.tar.gz Binary file virtualenv/res/src/ldt-1.53.12.tar.gz has changed diff -r 1327586de866 -r 1a2754d155aa virtualenv/res/src/ldt-1.53.4.tar.gz Binary file virtualenv/res/src/ldt-1.53.4.tar.gz has changed