Accepting request 791736 from home:mcalabkova:branches:devel:languages:python
- Update to 7.6.0 * Added support for ES 7.6 APIs * Added support for `X-Opaque-Id`_ to identify long-running tasks * Added support for HTTP compression to ``RequestsHttpConnection`` * Updated default setting of ``http_compress`` when using ``cloud_id`` to ``True`` * Updated default setting of ``sniffing`` when using ``cloud_id`` to ``False`` * Updated default port to ``443`` if ``cloud_id`` and no other port is defined on the client or within ``cloud_id`` * Fix regression of ``client.cluster.state()`` where the default ``metric`` should be set to ``"_all"`` if an index is given (See `#1143`_) * Fix regression of ``client.tasks.get()`` without a ``task_id`` having similar functionality to ``client.tasks.list()`` This will be removed in ``v8.0`` of ``elasticsearch-py`` (See `#1157`_) OBS-URL: https://build.opensuse.org/request/show/791736 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=21
This commit is contained in:
parent
b31fa2dc1d
commit
f7ec9f8f8e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6db1ff1b3742b016a8bb737e81a5d4da10a9f554a57746890ae5832a6fad2b32
|
|
||||||
size 116602
|
|
BIN
7.6.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
7.6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 6 07:52:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 7.6.0
|
||||||
|
* Added support for ES 7.6 APIs
|
||||||
|
* Added support for `X-Opaque-Id`_ to identify long-running tasks
|
||||||
|
* Added support for HTTP compression to ``RequestsHttpConnection``
|
||||||
|
* Updated default setting of ``http_compress`` when using ``cloud_id`` to ``True``
|
||||||
|
* Updated default setting of ``sniffing`` when using ``cloud_id`` to ``False``
|
||||||
|
* Updated default port to ``443`` if ``cloud_id`` and no other port is defined
|
||||||
|
on the client or within ``cloud_id``
|
||||||
|
* Fix regression of ``client.cluster.state()`` where the default ``metric``
|
||||||
|
should be set to ``"_all"`` if an index is given (See `#1143`_)
|
||||||
|
* Fix regression of ``client.tasks.get()`` without a ``task_id``
|
||||||
|
having similar functionality to ``client.tasks.list()`` This will
|
||||||
|
be removed in ``v8.0`` of ``elasticsearch-py`` (See `#1157`_)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 2 15:39:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Mon Mar 2 15:39:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-elasticsearch
|
Name: python-elasticsearch
|
||||||
Version: 7.5.1
|
Version: 7.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python client for Elasticsearch
|
Summary: Python client for Elasticsearch
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,9 +29,11 @@ Source: https://github.com/elastic/elasticsearch-py/archive/%{version}.t
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-certifi
|
||||||
Requires: python-urllib3 >= 1.21.1
|
Requires: python-urllib3 >= 1.21.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module certifi}
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module nosexcover}
|
BuildRequires: %{python_module nosexcover}
|
||||||
@ -60,7 +62,7 @@ rm README.rst
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_expand nosetests-%{$python_bin_suffix}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user