diff --git a/7.5.1.tar.gz b/7.5.1.tar.gz deleted file mode 100644 index 61f08c6..0000000 --- a/7.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db1ff1b3742b016a8bb737e81a5d4da10a9f554a57746890ae5832a6fad2b32 -size 116602 diff --git a/7.6.0.tar.gz b/7.6.0.tar.gz new file mode 100644 index 0000000..064221c --- /dev/null +++ b/7.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b6b2ec5f429ef7d102fb8af61fe4a244e1f44a450ec3bceaf1c8058eeefde3 +size 120271 diff --git a/python-elasticsearch.changes b/python-elasticsearch.changes index ce7ef35..8677ae3 100644 --- a/python-elasticsearch.changes +++ b/python-elasticsearch.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 6 07:52:26 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec index 1ac3177..6014664 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch.spec @@ -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}