# HG changeset patch # User ymh # Date 1391783083 -3600 # Node ID 4e940d53eacd95ab572db00cb3db0e7e36ac8301 # Parent 21e775fabde5f8a314a45bd33b78f373c2ef776e upgrade to django 1.6.2 diff -r 21e775fabde5 -r 4e940d53eacd requirements.txt --- a/requirements.txt Fri Feb 07 12:08:26 2014 +0100 +++ b/requirements.txt Fri Feb 07 15:24:43 2014 +0100 @@ -1,4 +1,4 @@ -Django==1.6.1 +Django==1.6.2 Pillow==2.3.0 SPARQLWrapper==1.5.2 SQLAlchemy==0.8.1 diff -r 21e775fabde5 -r 4e940d53eacd virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Feb 07 12:08:26 2014 +0100 +++ b/virtualenv/res/lib/lib_create_env.py Fri Feb 07 15:24:43 2014 +0100 @@ -17,7 +17,7 @@ URLS = { #'': {'setup': '', 'url':'', 'local':''}, 'DISTRIBUTE': {'setup': 'distribute', 'url':'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz', 'local':"distribute-0.6.34.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, - 'DJANGO': {'setup': 'django', 'url': 'https://github.com/IRI-Research/django/archive/1.6.1+IRI.tar.gz', 'local':"Django-1.6.1.tar.bz2", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'DJANGO': {'setup': 'django', 'url': 'https://github.com/IRI-Research/django/archive/1.6.2+IRI.tar.gz', 'local':"Django-1.6.2.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'SIX' : {'setup':'six', 'url':'https://pypi.python.org/packages/source/s/six/six-1.3.0.tar.gz', 'local': 'six-1.3.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-EXTENSIONS': { 'setup': 'django-extensions', 'url':'https://github.com/django-extensions/django-extensions/archive/1.1.1.tar.gz', 'local':"django-extensions-1.1.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-0.7.6.tar.gz', 'local':"south-0.7.6.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, diff -r 21e775fabde5 -r 4e940d53eacd virtualenv/res/src/Django-1.6.1.tar.bz2 Binary file virtualenv/res/src/Django-1.6.1.tar.bz2 has changed diff -r 21e775fabde5 -r 4e940d53eacd virtualenv/res/src/django-1.6.2.tar.gz Binary file virtualenv/res/src/django-1.6.2.tar.gz has changed diff -r 21e775fabde5 -r 4e940d53eacd virtualenv/web/res/requirement.txt --- a/virtualenv/web/res/requirement.txt Fri Feb 07 12:08:26 2014 +0100 +++ b/virtualenv/web/res/requirement.txt Fri Feb 07 15:24:43 2014 +0100 @@ -1,4 +1,4 @@ -Django==1.6.1 +Django==1.6.2 Pillow==2.3.0 SPARQLWrapper==1.5.2 SQLAlchemy==0.8.1