1
0

Accepting request 544620 from home:kwk:branches:devel:languages:python

- Update to 6.0.0
  * compatibility with Elasticsearch 6.0.0

OBS-URL: https://build.opensuse.org/request/show/544620
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=8
This commit is contained in:
2017-11-23 14:33:01 +00:00
committed by Git OBS Bridge
parent 6171293b45
commit 7b8a4be95a
4 changed files with 15 additions and 7 deletions

View File

@@ -16,17 +16,19 @@
#
%define repo elasticsearch-py
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# Test files not included in source archive
%bcond_with test
Name: python-elasticsearch
Version: 5.4.0
Version: 6.0.0
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
Url: https://github.com/elastic/%{repo}
Source: https://files.pythonhosted.org/packages/source/e/elasticsearch/%{repo}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -51,7 +53,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 %{repo}-%{version}
%build
%python_build