Accepting request 708268 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=6
This commit is contained in:
commit
616500aa0f
3
7.0.2.tar.gz
Normal file
3
7.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ec50974fcdab710cbc608565da0903c2e0419ec5cf816040ba35036a4a525cd
|
||||
size 102921
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aada5cfdc4a543c47098eb3aca6663848ef5d04b4324935ced441debc11ec98b
|
||||
size 71689
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 09:21:34 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 7.0.2
|
||||
* Add connection parameter for Elastic Cloud cloud_id
|
||||
* ML client uses client object for _bulk_body requests
|
||||
* Blocking pool must fit thread_count
|
||||
* Update client to support missing ES 7 API's and query params.
|
||||
* Removed deprecated option update_all_types
|
||||
* Using insecure SSL configuration (verify_cert=False) raises a
|
||||
warning, this can be not showed with ssl_show_warn=False
|
||||
* Add support for 7.x api's in Elasticsearch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 13:18:55 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
# Test files not included in source archive
|
||||
%bcond_with test
|
||||
%bcond_without test
|
||||
Name: python-elasticsearch
|
||||
Version: 6.3.1
|
||||
Version: 7.0.2
|
||||
Release: 0
|
||||
Summary: Python client for Elasticsearch
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/elastic/elasticsearch-py
|
||||
Source: https://files.pythonhosted.org/packages/source/e/elasticsearch/elasticsearch-%{version}.tar.gz
|
||||
Source: https://github.com/elastic/elasticsearch-py/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nosexcover}
|
||||
BuildRequires: %{python_module nose}
|
||||
@ -49,7 +49,7 @@ ground for all Elasticsearch-related code in Python; because of this it tries
|
||||
to be opinion-free and very extendable.
|
||||
|
||||
%prep
|
||||
%setup -q -n elasticsearch-%{version}
|
||||
%setup -q -n elasticsearch-py-%{version}
|
||||
rm README.rst
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user