# # spec file for package python-elasticsearch # # Copyright (c) 2022 SUSE LLC # # 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 https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-elasticsearch Version: 8.3.3 Release: 0 Summary: Python client for Elasticsearch License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/elastic/elasticsearch-py Source: https://github.com/elastic/elasticsearch-py/archive/refs/tags/v%{version}.tar.gz#/elasticsearch-py-%{version}.tar.gz # https://github.com/elastic/elasticsearch-py/issues/1983 Patch0: python-elasticsearch-no-mock.patch BuildRequires: %{python_module elastic-transport >= 8 with %python-elastic-transport < 9} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: (python-elastic-transport >= 8 with python-elastic-transport < 9) BuildArch: noarch # SECTION test BuildRequires: %{python_module PyYAML >= 5.4} BuildRequires: %{python_module aiohttp >= 3 with %python-aiohttp < 4} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module requests >= 2.4 with %python-requests < 3} # /SECTION %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 %autosetup -p1 -n elasticsearch-py-%{version} sed -i '/addopts/d' setup.cfg %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} %license LICENSE %doc README.rst %{python_sitelib}/elasticsearch %{python_sitelib}/elasticsearch-%{version}*-info %changelog