# HG changeset patch # User cavaliet # Date 1411047687 -7200 # Node ID 4dd4856a4b63802064a9aa161d742bf2f40c52f7 # Parent 33f0b7e7db020b0f956b0f5834f42f43b48920b0 v2.12.15 back to regular pyelasticsearch diff -r 33f0b7e7db02 -r 4dd4856a4b63 src/ldtplatform/__init__.py --- a/src/ldtplatform/__init__.py Thu Sep 18 13:34:18 2014 +0200 +++ b/src/ldtplatform/__init__.py Thu Sep 18 15:41:27 2014 +0200 @@ -1,4 +1,4 @@ -VERSION = (2, 12, 14, "final", 0) +VERSION = (2, 12, 15, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 33f0b7e7db02 -r 4dd4856a4b63 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Sep 18 13:34:18 2014 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Thu Sep 18 15:41:27 2014 +0200 @@ -36,7 +36,7 @@ 'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/archive/v2.0.0.tar.gz', 'local': 'django-haystack-2.0.0.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'REQUESTS': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/archive/v1.2.0.tar.gz', 'local':'requests-1.2.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'SIMPLEJSON': {'setup': 'simplejson','url':'https://github.com/simplejson/simplejson/archive/v3.3.0.tar.gz', 'local': 'simplejson-3.3.0.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'pyelasticsearch-0.7.1-IRI.tar.gz', 'local':'pyelasticsearch-0.7.1-IRI.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-0.7.1.tar.gz', 'local':'pyelasticsearch-0.7.1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'WHOOSH': {'setup': 'whoosh', 'url':'https://bitbucket.org/mchaput/whoosh/get/tip.tar.gz', 'local':'whoosh-2.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'SETUPTOOLS_HG' : {'setup':'setuptools_hg', 'url':'https://bitbucket.org/jezdez/setuptools_hg/get/v0.4.tar.gz', 'local': 'setuptools_hg-0.4.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, # dependencies for Tastypie : mimeparse>=0.1.3, python-dateutil>=2.1, lxml, PyYAML (not necessary but we never know), python-digest, defusedxml diff -r 33f0b7e7db02 -r 4dd4856a4b63 virtualenv/res/src/pyelasticsearch-0.7.1-IRI.tar.gz Binary file virtualenv/res/src/pyelasticsearch-0.7.1-IRI.tar.gz has changed diff -r 33f0b7e7db02 -r 4dd4856a4b63 virtualenv/res/src/pyelasticsearch-0.7.1.tar.gz Binary file virtualenv/res/src/pyelasticsearch-0.7.1.tar.gz has changed