File python-osprofiler.spec of Package python-osprofiler

#
# spec file for package python-osprofiler
#
# 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
# 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/
#


%global sname osprofiler
Name:           python-osprofiler
Version:        1.11.1
Release:        0
Summary:        OpenStack Profiler Library
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://launchpad.net/osprofiler
Source0:        https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
# backport sql collector -- https://github.com/openstack/osprofiler/commit/032a21861854c5f63a039c997a58b4a979e62750
Patch0:         0001-Add-sqlalchemy-collector.patch
# https://review.openstack.org/#/c/642407/
Patch1:         0001-Don-t-fail-if-sqlalchemy-driver-fails-to-initialize.patch
BuildRequires:  openstack-macros
BuildRequires:  python-WebOb
BuildRequires:  python-ceilometerclient
BuildRequires:  python-ddt
BuildRequires:  python-devel
BuildRequires:  python-elasticsearch
BuildRequires:  python-mock
BuildRequires:  python-oslo.concurrency
BuildRequires:  python-oslo.config
BuildRequires:  python-oslo.log
BuildRequires:  python-oslo.utils
BuildRequires:  python-pymongo
BuildRequires:  python-python-subunit
BuildRequires:  python-redis
BuildRequires:  python-six
BuildRequires:  python-testrepository
BuildRequires:  python-testtools
Requires:       python-WebOb
Requires:       python-oslo.concurrency
Requires:       python-oslo.config
Requires:       python-oslo.log
Requires:       python-oslo.utils
Requires:       python-six
BuildArch:      noarch

%description
OSProfiler provides a tiny but powerful library that is used by
most (soon to be all) OpenStack projects and their python clients. It
provides functionality to be able to generate 1 trace per request, that goes
through all involved services. This trace can then be extracted and used
to build a tree of calls which can be quite handy for a variety of
reasons (for example in isolating cross-project performance issues).

%package doc
Summary:        Documentation for OSProfiler
Group:          Development/Languages/Python
BuildRequires:  python-Sphinx
BuildRequires:  python-openstackdocstheme

%description doc
Documentation for OSProfiler.

%prep
%autosetup -p1 -n %{sname}-%{version}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg

%build
%{py2_build}

%install
%{py2_install}

# generate html docs
%{__python2} setup.py build_sphinx
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}

%check
%{__python2} setup.py testr

%files
%license LICENSE
%doc README.rst ChangeLog
%{python2_sitelib}/osprofiler
%{python2_sitelib}/*.egg-info
%{_bindir}/osprofiler

%files doc
%license LICENSE
%doc doc/build/html

%changelog
openSUSE Build Service is sponsored by