Accepting request 791738 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/791738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=9
This commit is contained in:
commit
9d724a71df
@ -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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-elasticsearch
|
||||
Version: 7.5.1
|
||||
Version: 7.6.0
|
||||
Release: 0
|
||||
Summary: Python client for Elasticsearch
|
||||
License: Apache-2.0
|
||||
@ -29,9 +29,11 @@ Source: https://github.com/elastic/elasticsearch-py/archive/%{version}.t
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-certifi
|
||||
Requires: python-urllib3 >= 1.21.1
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module certifi}
|
||||
BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nosexcover}
|
||||
@ -60,7 +62,7 @@ rm README.rst
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%python_expand nosetests-%{$python_bin_suffix}
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
|
Loading…
Reference in New Issue
Block a user