File python-openstacksdk.spec of Package python-openstacksdk

#
# spec file for package python-openstacksdk
#
# Copyright (c) 2018 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/
#


Name:           python-openstacksdk
Version:        0.11.3
Release:        0
Summary:        An SDK for building applications to work with OpenStack
License:        Apache-2.0
Group:          Development/Languages/Python
Url:            https://launchpad.net/openstacksdk
Source0:        https://files.pythonhosted.org/packages/source/o/openstacksdk/openstacksdk-0.11.3.tar.gz
# https://review.openstack.org/#/c/539685/
Patch1:         0001-Let-enforcer.py-work-under-both-py2-and-py3.patch
BuildRequires:  openstack-macros
BuildRequires:  python-devel
BuildRequires:  python2-PyYAML >= 3.10
BuildRequires:  python2-appdirs >= 1.3.0
BuildRequires:  python2-beautifulsoup4 >= 4.6.0
BuildRequires:  python2-decorator >= 3.4.0
BuildRequires:  python2-deprecation >= 1.0
BuildRequires:  python2-dogpile.cache >= 0.6.2
BuildRequires:  python2-extras >= 1.0.0
BuildRequires:  python2-fixtures >= 3.0.0
BuildRequires:  python2-futures >= 3.0.0
BuildRequires:  python2-ipaddress >= 1.0.16
BuildRequires:  python2-jmespath >= 0.9.0
BuildRequires:  python2-jsonpatch >= 1.16
BuildRequires:  python2-jsonschema >= 2.6.0
BuildRequires:  python2-keystoneauth1 >= 3.3.0
BuildRequires:  python2-mock >= 2.0.0
BuildRequires:  python2-munch >= 2.1.0
BuildRequires:  python2-netifaces >= 0.10.4
BuildRequires:  python2-os-service-types >= 1.1.0
BuildRequires:  python2-oslotest >= 3.2.0
BuildRequires:  python2-pbr >= 2.0.0
BuildRequires:  python2-python-subunit >= 1.0.0
BuildRequires:  python2-requests-mock >= 1.1.0
BuildRequires:  python2-requestsexceptions >= 1.2.0
BuildRequires:  python2-six >= 1.10.0
BuildRequires:  python2-stestr >= 1.0.0
BuildRequires:  python2-stevedore >= 1.20.0
BuildRequires:  python2-testrepository >= 0.0.18
BuildRequires:  python2-testscenarios >= 0.4
BuildRequires:  python2-testtools >= 2.2.0
BuildRequires:  python3-PyYAML >= 3.10
BuildRequires:  python3-appdirs >= 1.3.0
BuildRequires:  python3-beautifulsoup4 >= 4.6.0
BuildRequires:  python3-decorator >= 3.4.0
BuildRequires:  python3-deprecation >= 1.0
BuildRequires:  python3-devel
BuildRequires:  python3-dogpile.cache >= 0.6.2
BuildRequires:  python3-extras >= 1.0.0
BuildRequires:  python3-fixtures >= 3.0.0
BuildRequires:  python3-jmespath >= 0.9.0
BuildRequires:  python3-jsonpatch >= 1.16
BuildRequires:  python3-jsonschema >= 2.6.0
BuildRequires:  python3-keystoneauth1 >= 3.3.0
BuildRequires:  python3-mock >= 2.0.0
BuildRequires:  python3-munch >= 2.1.0
BuildRequires:  python3-netifaces >= 0.10.4
BuildRequires:  python3-os-service-types >= 1.1.0
BuildRequires:  python3-oslotest >= 3.2.0
BuildRequires:  python3-pbr >= 2.0.0
BuildRequires:  python3-python-subunit >= 1.0.0
BuildRequires:  python3-requests-mock >= 1.1.0
BuildRequires:  python3-requestsexceptions >= 1.2.0
BuildRequires:  python3-six >= 1.10.0
BuildRequires:  python3-stestr >= 1.0.0
BuildRequires:  python3-stevedore >= 1.20.0
BuildRequires:  python3-testrepository >= 0.0.18
BuildRequires:  python3-testscenarios >= 0.4
BuildRequires:  python3-testtools >= 2.2.0
Requires:       python-PyYAML >= 3.10
Requires:       python-appdirs >= 1.3.0
Requires:       python-decorator >= 3.4.0
Requires:       python-deprecation >= 1.0
Requires:       python-dogpile.cache >= 0.6.2
Requires:       python-iso8601 >= 0.1.11
Requires:       python-jmespath >= 0.9.0
Requires:       python-jsonpatch >= 1.16
Requires:       python-keystoneauth1 >= 3.3.0
Requires:       python-munch >= 2.1.0
Requires:       python-netifaces >= 0.10.4
Requires:       python-os-service-types >= 1.1.0
Requires:       python-requestsexceptions >= 1.2.0
Requires:       python-six >= 1.10.0
BuildArch:      noarch
%ifpython2
Requires:       python-futures >= 3.0.0
Requires:       python-ipaddress >= 1.0.16
%endif
%if 0%{?suse_version}
Requires(post): update-alternatives
Requires(postun): update-alternatives
%else
# on RDO, update-alternatives is in chkconfig
Requires(post): chkconfig
Requires(postun): chkconfig
%endif
%python_subpackages

%description
The python-openstacksdk is a collection of libraries for building
applications to work with OpenStack clouds. The project aims to
provide a consistent and complete set of interactions with OpenStack's
many services, along with complete documentation, examples, and tools.

%package -n python-openstacksdk-doc
Summary:        %{summary} - Documentation
Group:          Documentation/HTML
BuildRequires:  python-Sphinx
BuildRequires:  python-openstackdocstheme >= 1.17.0
Requires:       %{name} = %{version}

%description -n python-openstacksdk-doc
The python-openstacksdk is a collection of libraries for building
applications to work with OpenStack clouds. The project aims to
provide a consistent and complete set of interactions with OpenStack's
many services, along with complete documentation, examples, and tools.

This package contains documentation files for %{name}.

%prep
%autosetup -p1 -n openstacksdk-0.11.3
%py_req_cleanup
sed -i -e 's,coverage.*,,' test-requirements.txt || true
sed -i -e "s,'sphinx.ext.intersphinx'\,,," doc/source/conf.py
# build fails with warnings
sed -i 's/^warning-is-error.*/warning-is-error=0/g' setup.cfg

%build
%python_build
export PYTHONPATH=.
%{__python2} setup.py build_sphinx
rm -rf doc/build/html/.{doctrees,buildinfo}

%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/openstack-inventory

%post
%python_install_alternative openstack-inventory

%postun
%python_uninstall_alternative openstack-inventory

%check
%{python_expand rm -rf .testrepository
stestr run
}

%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
%python_alternative %{_bindir}/openstack-inventory
%{python_sitelib}/openstack
%{python_sitelib}/*.egg-info

%files -n python-openstacksdk-doc
%license LICENSE
%doc doc/build/html

%changelog
openSUSE Build Service is sponsored by