# HG changeset patch # User durandn # Date 1432830823 -7200 # Node ID ad6a491e365cc26c1ae2477ec301c9ca74402d57 # Parent 468298db0d907e3d355600fe9206c39b4247fa50 Updated haystack and guardian + removed old/unused lib from virtualenv/res/src diff -r 468298db0d90 -r ad6a491e365c virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri May 29 00:45:14 2015 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Thu May 28 18:33:43 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}}, diff -r 468298db0d90 -r ad6a491e365c virtualenv/res/src/django-guardian-1.2.6.dev.tar.gz Binary file virtualenv/res/src/django-guardian-1.2.6.dev.tar.gz has changed diff -r 468298db0d90 -r ad6a491e365c virtualenv/res/src/django-haystack-2.0.0.tar.gz Binary file virtualenv/res/src/django-haystack-2.0.0.tar.gz has changed diff -r 468298db0d90 -r ad6a491e365c virtualenv/res/src/django-haystack-2.3.1.tar.gz Binary file virtualenv/res/src/django-haystack-2.3.1.tar.gz has changed diff -r 468298db0d90 -r ad6a491e365c virtualenv/res/src/django-haystack-2.4.0.tar.gz Binary file virtualenv/res/src/django-haystack-2.4.0.tar.gz has changed diff -r 468298db0d90 -r ad6a491e365c virtualenv/res/src/django-openid-consumer-0.1.1.tar.gz Binary file virtualenv/res/src/django-openid-consumer-0.1.1.tar.gz has changed diff -r 468298db0d90 -r ad6a491e365c virtualenv/web/res/requirements.txt --- a/virtualenv/web/res/requirements.txt Fri May 29 00:45:14 2015 +0200 +++ b/virtualenv/web/res/requirements.txt Thu May 28 18:33:43 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