add missing django-cas library + upgrading virtualenv
authorymh <ymh.work@gmail.com>
Wed, 15 Jul 2015 01:03:34 +0200
changeset 14 9618fe364dca
parent 13 061d64db4989
child 15 d1388dc27835
add missing django-cas library + upgrading virtualenv
server/virtualenv/res/lib/lib_create_env.py
server/virtualenv/res/src/django-cas-ng-3.4.2.tar.gz
server/virtualenv/web/res/requirements.txt
server/virtualenv/web/res/res_create_env.py
server/virtualenv/web/virtualenv.py
server/virtualenv/web/virtualenv_support/pip-7.0.1-py2.py3-none-any.whl
server/virtualenv/web/virtualenv_support/pip-7.1.0-py2.py3-none-any.whl
server/virtualenv/web/virtualenv_support/setuptools-16.0-py2.py3-none-any.whl
server/virtualenv/web/virtualenv_support/setuptools-18.0.1-py2.py3-none-any.whl
--- a/server/virtualenv/res/lib/lib_create_env.py	Tue Jul 14 15:05:05 2015 +0200
+++ b/server/virtualenv/res/lib/lib_create_env.py	Wed Jul 15 01:03:34 2015 +0200
@@ -55,6 +55,7 @@
     'PYTHON-MIMEPARSE': { 'setup': 'python-mimeparse', 'url': 'https://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-0.1.4.tar.gz', 'local' : 'python-mimeparse-0.1.4.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'REQUESTS-OAUTHLIB': { 'setup': 'requests-oauthlib', 'url': 'https://github.com/requests/requests-oauthlib/archive/v0.5.0.tar.gz', 'local' : 'requests-oauthlib-0.5.0.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-1.0.2.tar.gz', 'local':"south-1.0.2.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO_CAS_NG': {'setup': 'django-cas-ng', 'url': 'https://github.com/mingchen/django-cas-ng/archive/v3.4.2.tar.gz', 'local':'django-cas-ng-3.4.2.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
 }
 
 if system_str == 'Windows':
Binary file server/virtualenv/res/src/django-cas-ng-3.4.2.tar.gz has changed
--- a/server/virtualenv/web/res/requirements.txt	Tue Jul 14 15:05:05 2015 +0200
+++ b/server/virtualenv/web/res/requirements.txt	Wed Jul 15 01:03:34 2015 +0200
@@ -2,6 +2,7 @@
 defusedxml==0.4.1
 Django==1.8.2.dev
 django-chunked-uploads==0.6
+django-cas-ng==3.4.2
 django-cors-headers==1.0.0
 django-extensions==1.5.3
 django-guardian==1.2.6.dev
--- a/server/virtualenv/web/res/res_create_env.py	Tue Jul 14 15:05:05 2015 +0200
+++ b/server/virtualenv/web/res/res_create_env.py	Wed Jul 15 01:03:34 2015 +0200
@@ -28,7 +28,7 @@
 #    'SIMPLEJSON',
 #    'PSYCOPG2',
     #'MYSQL',
-#    'PIL', 
+#    'PIL',
 #    'DJANGO',
 #    'DJANGO-EXTENSIONS',
 #    'DJANGO-REGISTRATION',
@@ -63,9 +63,10 @@
 #    'PYTHON-MIMEPARSE',
 #    'REQUESTS-OAUTHLIB',
 #    'SOUTH,
+#    'DJANGO_CAS_NG',
 ]
 
 OPTIONS_TO_ADD = {'type_install': 'local', 'unzip_setuptools': True}
 
-def generate_install_methods(path_locations, src_base, run_base, Logger, call_subprocess):    
+def generate_install_methods(path_locations, src_base, run_base, Logger, call_subprocess):
     return lib_generate_install_methods(path_locations, src_base, run_base, Logger, call_subprocess, INSTALLS, OPTIONS_TO_ADD)
--- a/server/virtualenv/web/virtualenv.py	Tue Jul 14 15:05:05 2015 +0200
+++ b/server/virtualenv/web/virtualenv.py	Wed Jul 15 01:03:34 2015 +0200
@@ -2,7 +2,7 @@
 """Create a "virtual" Python installation
 """
 
-__version__ = "13.0.1"
+__version__ = "13.1.0"
 virtualenv_version = __version__  # legacy
 
 import base64
Binary file server/virtualenv/web/virtualenv_support/pip-7.0.1-py2.py3-none-any.whl has changed
Binary file server/virtualenv/web/virtualenv_support/pip-7.1.0-py2.py3-none-any.whl has changed
Binary file server/virtualenv/web/virtualenv_support/setuptools-16.0-py2.py3-none-any.whl has changed
Binary file server/virtualenv/web/virtualenv_support/setuptools-18.0.1-py2.py3-none-any.whl has changed