File python-watcherclient.spec of Package python-watcherclient
#
# spec file for package python-watcherclient
#
# 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/
#
Name: python-watcherclient
Version: 2.1.1
Release: 0
Summary: Python API and CLI for OpenStack Watcher
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/%{name}
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: openstack-tempest
BuildRequires: python-PrettyTable >= 0.7.1
BuildRequires: python-PyYAML >= 3.12
BuildRequires: python-cliff >= 2.8.0
BuildRequires: python-devel
BuildRequires: python-fixtures
BuildRequires: python-keystoneauth1 >= 3.4.0
BuildRequires: python-mock
BuildRequires: python-osc-lib >= 1.8.0
BuildRequires: python-oslo.i18n >= 3.15.3
BuildRequires: python-oslo.utils >= 3.33.0
BuildRequires: python-oslotest
BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-python-subunit
BuildRequires: python-setuptools
BuildRequires: python-testrepository
BuildRequires: python-testscenarios
BuildRequires: python-testtools
Requires: python-Babel >= 2.3.4
Requires: python-PrettyTable >= 0.7.1
Requires: python-PyYAML >= 3.12
Requires: python-cliff >= 2.8.0
Requires: python-keystoneauth1 >= 3.4.0
Requires: python-osc-lib >= 1.8.0
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.utils >= 3.33.0
Requires: python-pbr >= 2.0.0
Requires: python-six >= 1.10.0
BuildArch: noarch
%description
Client library for Watcher built on the Watcher API. It provides a Python API
(the watcherclient module) and a command-line tool (watcher).
%package doc
Summary: Documentation for OpenStack Watcher API client libary
Group: Documentation/HTML
BuildRequires: python-Sphinx
BuildRequires: python-openstackdocstheme
%description doc
Client library for Watcher built on the Watcher API. It provides a Python API
(the watcherclient module) and a command-line tool (watcher).
This package contains the documentation.
%prep
%autosetup -n %{name}-%{version}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%py2_build
# Build HTML docs and man page
%{__python2} setup.py build_sphinx
rm -rf html/.{doctrees,buildinfo}
%install
%py2_install
%check
export OS_TEST_PATH=./watcherclient/tests/unit
%{__python2} setup.py testr
%files
%doc README.rst
%license LICENSE
%{python2_sitelib}/watcherclient
%{python2_sitelib}/*.egg-info
%{_bindir}/watcher
%files doc
%doc doc/build/html
%license LICENSE
%changelog