--- a/src/ldtplatform/__init__.py Fri May 15 16:11:59 2015 +0200
+++ b/src/ldtplatform/__init__.py Wed May 20 17:14:13 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 15, 1, "final", 0)
+VERSION = (2, 15, 3, "final", 0)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
--- a/virtualenv/res/lib/lib_create_env.py Fri May 15 16:11:59 2015 +0200
+++ b/virtualenv/res/lib/lib_create_env.py Wed May 20 17:14:13 2015 +0200
@@ -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/django/django/archive/1.8.1.tar.gz', 'local':"django-1.8.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+ 'DJANGO': {'setup': 'django', 'url': 'https://github.com/IRI-Research/django/archive/d11d79737105223c99d15b3956837c1246f60441.tar.gz', 'local':"django-1.8.2.dev.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.5.3.tar.gz', 'local':"django-extensions-1.5.3.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
'DJANGO-REGISTRATION': { 'setup': 'django-registration', 'url':'https://github.com/macropin/django-registration/archive/8b38c5a925ad7a95b3884e8ce9729a05d42d0a65.tar.gz', 'local':"django-registration-redux-1.2.tar.gz", 'install': {'method': 'easy_install', 'option_str': '-Z', 'dict_extra_env': None}},
'DJANGO-TEMPLATETAG-SUGAR': { 'setup': 'django-templatetag-sugar', 'url': 'https://github.com/alex/django-templatetag-sugar/archive/1.0.tar.gz', 'local': 'django-templatetag-sugar-1.0.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
Binary file virtualenv/res/src/Django-1.8.1.tar.gz has changed
Binary file virtualenv/res/src/Django-1.8.2.dev.tar.gz has changed
--- a/virtualenv/web/res/requirements.txt Fri May 15 16:11:59 2015 +0200
+++ b/virtualenv/web/res/requirements.txt Wed May 20 17:14:13 2015 +0200
@@ -1,6 +1,6 @@
-f ../../res/src
defusedxml==0.4.1
-Django==1.8.1
+Django==1.8.2.dev
django-chunked-uploads==0.6
django-cors-headers==1.0.0
django-extensions==1.5.3