Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:GA
python-elasticsearch
python-elasticsearch.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-elasticsearch.spec of Package python-elasticsearch
# # spec file for package python-elasticsearch # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Test files not included in source archive %bcond_with test Name: python-elasticsearch 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 BuildRequires: %{python_module devel} 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} BuildRequires: %{python_module pyaml} BuildRequires: %{python_module requests >= 2.0.0} BuildRequires: %{python_module urllib3 >= 1.8} %endif Requires: python-urllib3 >= 1.8 BuildArch: noarch %python_subpackages %description Official low-level client for Elasticsearch. Its goal is to provide common 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} rm README.rst %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} %check %python_exec setup.py test %endif %files %{python_files} %license LICENSE %doc AUTHORS Changelog.rst README %{python_sitelib}/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor