upgrade libraries
authorymh <ymh.work@gmail.com>
Fri, 29 May 2015 17:40:29 +0200
changeset 4 d7de4046f830
parent 3 fc0f3e398166
child 5 c62ba43e9841
upgrade libraries
server/virtualenv/res/lib/lib_create_env.py
server/virtualenv/res/src/django-guardian-1.2.6.dev.tar.gz
server/virtualenv/res/src/django-haystack-2.0.0.tar.gz
server/virtualenv/res/src/django-haystack-2.3.1.tar.gz
server/virtualenv/res/src/django-haystack-2.4.0.tar.gz
server/virtualenv/res/src/django-openid-consumer-0.1.1.tar.gz
server/virtualenv/web/res/requirements.txt
--- a/server/virtualenv/res/lib/lib_create_env.py	Fri May 29 02:22:11 2015 +0200
+++ b/server/virtualenv/res/lib/lib_create_env.py	Fri May 29 17:40:29 2015 +0200
@@ -28,11 +28,11 @@
     'DJANGO-OAUTH-PLUS': { 'setup': 'django-oauth-plus', 'url':'https://pypi.python.org/packages/source/d/django-oauth-plus/django-oauth-plus-2.2.6.tar.gz', 'local':"django-oauth-plus-2.2.6.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'OPENID': {'setup':'openid', 'url':'http://pypi.python.org/packages/source/p/python-openid/python-openid-2.2.5.tar.gz', 'local':"python-openid-2.2.5.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'SOCIAL_AUTH': {'setup':'social_auth', 'url':'https://github.com/omab/python-social-auth/archive/v0.2.7.tar.gz', 'local':"python-social-auth-0.2.7.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
-    'DJANGO_GUARDIAN' : { 'setup': 'django-guardian', 'url':'https://github.com/TauPan/django-guardian/archive/full-django-1.8-compatibility.tar.gz', 'local':"django-guardian-1.2.6.dev.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'DJANGO_GUARDIAN' : { 'setup': 'django-guardian', 'url':'https://github.com/TauPan/django-guardian/archive/django-guardian-1.2.6.dev.tar.gz', 'local':"django-guardian-1.2.6.dev.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'SORL_THUMBNAIL' : { 'setup': 'sorl-thumbnail', 'url':'https://github.com/mariocesar/sorl-thumbnail/archive/v12.2.tar.gz', 'local':"sorl-thumbnail-12.2.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'LIBJPEG': {'setup': None, 'url':'jpegsrc.v9.tar.gz', 'local':'jpegsrc.v9.tar.gz', 'install': {'method': 'install_libjpeg', 'option_str': None, 'dict_extra_env': None}},
     'ZLIB': {'setup': None, 'url':'zlib-1.2.8.tar.gz', 'local':'zlib-1.2.8.tar.gz', 'install': {'method': 'install_zlib', 'option_str': None, 'dict_extra_env': None}},
-    'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/archive/v2.3.1.tar.gz', 'local': 'django-haystack-2.3.1.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/archive/v2.4.0.tar.gz', 'local': 'django-haystack-2.4.0.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/archive/v2.7.0.tar.gz', 'local':'requests-2.7.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'ELASTICSEARCH': {'setup': 'elasticsearch', 'url':'https://github.com/elastic/elasticsearch-py/archive/1.4.0.tar.gz', 'local':'elasticsearch-1.4.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'https://pypi.python.org/packages/source/p/pyelasticsearch/pyelasticsearch-1.2.3.tar.gz', 'local':'pyelasticsearch-1.2.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
Binary file server/virtualenv/res/src/django-guardian-1.2.6.dev.tar.gz has changed
Binary file server/virtualenv/res/src/django-haystack-2.0.0.tar.gz has changed
Binary file server/virtualenv/res/src/django-haystack-2.3.1.tar.gz has changed
Binary file server/virtualenv/res/src/django-haystack-2.4.0.tar.gz has changed
Binary file server/virtualenv/res/src/django-openid-consumer-0.1.1.tar.gz has changed
--- a/server/virtualenv/web/res/requirements.txt	Fri May 29 02:22:11 2015 +0200
+++ b/server/virtualenv/web/res/requirements.txt	Fri May 29 17:40:29 2015 +0200
@@ -5,7 +5,7 @@
 django-cors-headers==1.0.0
 django-extensions==1.5.3
 django-guardian==1.2.6.dev
-django-haystack==2.3.1
+django-haystack==2.4.0
 django-oauth-plus==2.2.6
 django-registration-redux==1.2
 django-taggit==0.14.0