Hello community,
here is the log from the commit of package python-elasticsearch for
openSUSE:Factory checked in at 2020-04-07 10:26:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elasticsearch (Old)
and /work/SRC/openSUSE:Factory/.python-elasticsearch.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-elasticsearch"
Tue Apr 7 10:26:20 2020 rev:9 rq:791738 version:7.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-elasticsearch/python-elasticsearch.changes
2020-03-05 23:17:48.593161225 +0100
+++
/work/SRC/openSUSE:Factory/.python-elasticsearch.new.3248/python-elasticsearch.changes
2020-04-07 10:26:25.358169455 +0200
@@ -1,0 +2,17 @@
+Mon Apr 6 07:52:26 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- 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`_)
+
+-------------------------------------------------------------------
Old:
----
7.5.1.tar.gz
New:
----
7.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-elasticsearch.spec ++++++
--- /var/tmp/diff_new_pack.kGOXkN/_old 2020-04-07 10:26:26.134170318 +0200
+++ /var/tmp/diff_new_pack.kGOXkN/_new 2020-04-07 10:26:26.138170322 +0200
@@ -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 @@
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 @@
%if %{with test}
%check
-%python_exec setup.py test
+%python_expand nosetests-%{$python_bin_suffix}
%endif
%files %{python_files}
++++++ 7.5.1.tar.gz -> 7.6.0.tar.gz ++++++
++++ 11025 lines of diff (skipped)