# HG changeset patch # User ymh # Date 1391786780 -3600 # Node ID b7c2fd9ad09e3a723147b9d165a3bbe7cca9725a # Parent 874702a401c1b91442dae227cd5e917b6d58f360 update django mptt diff -r 874702a401c1 -r b7c2fd9ad09e requirements.txt --- a/requirements.txt Fri Feb 07 15:50:16 2014 +0100 +++ b/requirements.txt Fri Feb 07 16:26:20 2014 +0100 @@ -1,4 +1,4 @@ -Django==1.6.2 +-e git://github.com/IRI-Research/django.git@1.6.2+IRI#egg=Django Pillow==2.3.0 SPARQLWrapper==1.5.2 SQLAlchemy==0.8.1 @@ -7,7 +7,7 @@ distribute==0.6.34 django-extensions==1.1.1 django-haystack==2.1.0 -django-mptt==0.5.-dev +django-mptt==0.6.0 django-pipeline==1.3.20 futures==2.1.6 html5lib==1.0b1 @@ -25,7 +25,7 @@ wikitools==1.1.1 wsgiref==0.1.2 -# requirement for server. Please select the ones that applies to ypur environment +# requirement for server. Please select the ones that applies to your environment #python-memcached #pylibmc #uWSGI diff -r 874702a401c1 -r b7c2fd9ad09e virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Feb 07 15:50:16 2014 +0100 +++ b/virtualenv/res/lib/lib_create_env.py Fri Feb 07 16:26:20 2014 +0100 @@ -36,7 +36,7 @@ 'SPARQLWRAPPER': {'setup': 'sparqlwrapper','url':'http://downloads.sourceforge.net/project/sparql-wrapper/sparql-wrapper-python/1.5.2/SPARQLWrapper-1.5.2.tar.gz', 'local': 'SPARQLWrapper-1.5.2.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'HTML5LIB': {'setup': 'html5lib','url':'https://github.com/html5lib/html5lib-python/archive/1.0b1.tar.gz', 'local': 'html5lib-1.0b1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'WIKITOOLS' : { 'setup': 'wikitools', 'url': 'wikitools-1.1.1.tar.bz2', 'local': 'wikitools-1.1.1.tar.bz2', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, - 'MPTT' : { 'setup': 'django-mptt', 'url': 'https://codeload.github.com/django-mptt/django-mptt/tar.gz/master', 'local': 'django-mptt-0.5.-dev.tar.bz2', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'MPTT' : { 'setup': 'django-mptt', 'url': 'https://github.com/django-mptt/django-mptt/archive/0.6.0.tar.gz', 'local': 'django-mptt-0.6.0.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'FUTURES' : { 'setup': 'futures', 'url': 'https://pypi.python.org/packages/source/f/futures/futures-2.1.6.tar.gz', 'local': 'futures-2.1.6.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'PIPELINE' : { 'setup': 'django-pipeline', 'url': 'https://github.com/cyberdelia/django-pipeline/archive/1.3.20.tar.gz', 'local': 'django-pipeline-1.3.20.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'UNIDECODE' : { 'setup': 'unidecode', 'url': 'https://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.14.tar.gz', 'local': 'Unidecode-0.04.14.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, diff -r 874702a401c1 -r b7c2fd9ad09e virtualenv/res/src/django-mptt-0.5.-dev.tar.bz2 Binary file virtualenv/res/src/django-mptt-0.5.-dev.tar.bz2 has changed diff -r 874702a401c1 -r b7c2fd9ad09e virtualenv/res/src/django-mptt-0.6.0.tar.gz Binary file virtualenv/res/src/django-mptt-0.6.0.tar.gz has changed diff -r 874702a401c1 -r b7c2fd9ad09e virtualenv/web/res/requirement.txt --- a/virtualenv/web/res/requirement.txt Fri Feb 07 15:50:16 2014 +0100 +++ b/virtualenv/web/res/requirement.txt Fri Feb 07 16:26:20 2014 +0100 @@ -7,7 +7,7 @@ distribute==0.6.34 django-extensions==1.1.1 django-haystack==2.1.0 -django-mptt==0.5.-dev +django-mptt==0.6.0 django-pipeline==1.3.20 futures==2.1.6 html5lib==1.0b1