From b31fa2dc1d9724ba5648ecbda5612ef129ced05c18bf81efc3a944a017ed3d99 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 3 Mar 2020 03:58:29 +0000 Subject: [PATCH] Accepting request 781011 from home:mcalabkova:branches:devel:languages:python - Update to 7.5.1 * All API is now auto generated * deprecated the .xpack namespace * Update client to support ES 7.5 APIs * Fix sniffing with http.publish_host * Fix request_timeout for indices APIs * Allow access to x-pack features without xpack namespace * Fix verify_certs=False OBS-URL: https://build.opensuse.org/request/show/781011 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=19 --- 7.0.4.tar.gz | 3 --- 7.5.1.tar.gz | 3 +++ python-elasticsearch.changes | 12 ++++++++++++ python-elasticsearch.spec | 11 +++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 7.0.4.tar.gz create mode 100644 7.5.1.tar.gz diff --git a/7.0.4.tar.gz b/7.0.4.tar.gz deleted file mode 100644 index 80dda14..0000000 --- a/7.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1af72b1356155ecadc368b4f94084666ab0f73f8a0591520eb2867797a8bdad5 -size 103407 diff --git a/7.5.1.tar.gz b/7.5.1.tar.gz new file mode 100644 index 0000000..61f08c6 --- /dev/null +++ b/7.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db1ff1b3742b016a8bb737e81a5d4da10a9f554a57746890ae5832a6fad2b32 +size 116602 diff --git a/python-elasticsearch.changes b/python-elasticsearch.changes index d87e206..ce7ef35 100644 --- a/python-elasticsearch.changes +++ b/python-elasticsearch.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 2 15:39:59 UTC 2020 - Marketa Calabkova + +- Update to 7.5.1 + * All API is now auto generated + * deprecated the .xpack namespace + * Update client to support ES 7.5 APIs + * Fix sniffing with http.publish_host + * Fix request_timeout for indices APIs + * Allow access to x-pack features without xpack namespace + * Fix verify_certs=False + ------------------------------------------------------------------- Fri Sep 13 08:03:22 UTC 2019 - Tomáš Chvátal diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec index d61569e..1ac3177 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch.spec @@ -1,7 +1,7 @@ # # spec file for package python-elasticsearch # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-elasticsearch -Version: 7.0.4 +Version: 7.5.1 Release: 0 Summary: Python client for Elasticsearch License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/elastic/elasticsearch-py +URL: https://github.com/elastic/elasticsearch-py Source: https://github.com/elastic/elasticsearch-py/archive/%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-urllib3 >= 1.21.1 +BuildArch: noarch %if %{with test} BuildRequires: %{python_module coverage} BuildRequires: %{python_module mock} @@ -38,9 +40,6 @@ BuildRequires: %{python_module pyaml} BuildRequires: %{python_module requests >= 2.0.0} BuildRequires: %{python_module urllib3 >= 1.21.1} %endif -Requires: python-urllib3 >= 1.21.1 -BuildArch: noarch - %python_subpackages %description