1
0

- update to 2.4.0:

* increase default size for ``scan`` helper to 1000
  * added ``client_key`` argument to configure client certificates
  * debug logging now includes response body even for failed requests
  * Elasticsearch 2.0 compatibility release
  * removed thrift and memcached connections, if you wish to continue using
    those, extract the classes and use them separately.
  * added a new, parallel version of the bulk helper using thread pools
  * In helpers, removed ``bulk_index`` as an alias for ``bulk``. Use ``bulk``
    instead.
  * thrift now deprecated, to be removed in future version
  * make sure urllib3 always uses keep-alive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=2
This commit is contained in:
2017-01-19 23:38:00 +00:00
committed by Git OBS Bridge
parent e58008edba
commit 4a98197b58
4 changed files with 22 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-elasticsearch
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-elasticsearch
Version: 1.4.0
Version: 2.4.0
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/elasticsearch/elasticsearch-py
Source: https://pypi.python.org/packages/source/e/elasticsearch/elasticsearch-%{version}.tar.gz
Source: https://pypi.io/packages/source/e/elasticsearch/elasticsearch-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-urllib3