1
0

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
This commit is contained in:
2020-03-03 03:58:29 +00:00
committed by Git OBS Bridge
parent 716535bb0e
commit b31fa2dc1d
4 changed files with 20 additions and 9 deletions

View File

@@ -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