Update django to 1.8.4 and platform + new version V02.17.01
authorymh <ymh.work@gmail.com>
Tue, 01 Sep 2015 18:30:38 +0200
changeset 274 e34d988f37a7
parent 273 38cea0b440f5
child 275 cde49ded9558
Update django to 1.8.4 and platform + new version
src/ldtplatform/__init__.py
src/requirement.txt
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/Django-1.8.3.tar.gz
virtualenv/res/src/Django-1.8.4.tar.gz
virtualenv/web/virtualenv.py
virtualenv/web/virtualenv_support/pip-7.1.1-py2.py3-none-any.whl
virtualenv/web/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl
--- a/src/ldtplatform/__init__.py	Fri Aug 28 18:06:38 2015 +0200
+++ b/src/ldtplatform/__init__.py	Tue Sep 01 18:30:38 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 17, 0, "final", 0)
+VERSION = (2, 17, 1, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Fri Aug 28 18:06:38 2015 +0200
+++ b/src/requirement.txt	Tue Sep 01 18:30:38 2015 +0200
@@ -1,3 +1,3 @@
-ldt (==1.58)
+ldt (==1.58.1)
 hashcut (==0.15)
 metadatacomposer (==0.1.22)
--- a/virtualenv/res/lib/lib_create_env.py	Fri Aug 28 18:06:38 2015 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Tue Sep 01 18:30:38 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/IRI-Research/django/archive/1.8.3+IRI.tar.gz', 'local':"Django-1.8.3.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO': {'setup': 'django', 'url': 'https://github.com/django/django/archive/1.8.4.tar.gz', 'local':"Django-1.8.4.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.5.tar.gz', 'local':"django-extensions-1.5.5.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/v1.2.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/IRI-Research/django-templatetag-sugar/archive/1.0.1.tar.gz', 'local': 'django-templatetag-sugar-1.0.1.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
Binary file virtualenv/res/src/Django-1.8.3.tar.gz has changed
Binary file virtualenv/res/src/Django-1.8.4.tar.gz has changed
--- a/virtualenv/web/virtualenv.py	Fri Aug 28 18:06:38 2015 +0200
+++ b/virtualenv/web/virtualenv.py	Tue Sep 01 18:30:38 2015 +0200
@@ -2,7 +2,7 @@
 """Create a "virtual" Python installation
 """
 
-__version__ = "13.1.1"
+__version__ = "13.1.2"
 virtualenv_version = __version__  # legacy
 
 import base64
Binary file virtualenv/web/virtualenv_support/pip-7.1.1-py2.py3-none-any.whl has changed
Binary file virtualenv/web/virtualenv_support/pip-7.1.2-py2.py3-none-any.whl has changed