# HG changeset patch # User ymh # Date 1436915014 -7200 # Node ID 9618fe364dca63f1de139de8c1262f6ac4da9932 # Parent 061d64db4989534a7682d1859b290aa3459eeaea add missing django-cas library + upgrading virtualenv diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/res/lib/lib_create_env.py --- 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': diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/res/src/django-cas-ng-3.4.2.tar.gz Binary file server/virtualenv/res/src/django-cas-ng-3.4.2.tar.gz has changed diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/web/res/requirements.txt --- 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 diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/web/res/res_create_env.py --- 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) diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/web/virtualenv.py --- 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 diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/web/virtualenv_support/pip-7.0.1-py2.py3-none-any.whl Binary file server/virtualenv/web/virtualenv_support/pip-7.0.1-py2.py3-none-any.whl has changed diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/web/virtualenv_support/pip-7.1.0-py2.py3-none-any.whl Binary file server/virtualenv/web/virtualenv_support/pip-7.1.0-py2.py3-none-any.whl has changed diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/web/virtualenv_support/setuptools-16.0-py2.py3-none-any.whl Binary file server/virtualenv/web/virtualenv_support/setuptools-16.0-py2.py3-none-any.whl has changed diff -r 061d64db4989 -r 9618fe364dca server/virtualenv/web/virtualenv_support/setuptools-18.0.1-py2.py3-none-any.whl Binary file server/virtualenv/web/virtualenv_support/setuptools-18.0.1-py2.py3-none-any.whl has changed