File python-oslo.utils.spec of Package python-oslo.utils
#
# spec file for package python-oslo.utils
#
# 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-oslo.utils
Version: 3.35.0
Release: 0
Summary: OpenStack Utils Library
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/oslo.utils
Source0: https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-3.35.0.tar.gz
Patch1: 0001-Fix-breaking-unit-tests-due-to-iso8601-changes.patch
BuildRequires: openstack-macros
BuildRequires: python2-Babel
BuildRequires: python2-ddt
BuildRequires: python2-debtcollector
BuildRequires: python2-fixtures >= 3.0.0
BuildRequires: python2-iso8601
BuildRequires: python2-mock
BuildRequires: python2-monotonic
BuildRequires: python2-netaddr
BuildRequires: python2-netifaces
BuildRequires: python2-oslo.i18n
BuildRequires: python2-oslotest
BuildRequires: python2-pbr
BuildRequires: python2-pyparsing
BuildRequires: python2-python-subunit
BuildRequires: python2-testrepository
BuildRequires: python2-testscenarios
BuildRequires: python2-testtools
BuildRequires: python3-Babel
BuildRequires: python3-ddt
BuildRequires: python3-debtcollector
BuildRequires: python3-fixtures >= 3.0.0
BuildRequires: python3-iso8601
BuildRequires: python3-mock
BuildRequires: python3-monotonic
BuildRequires: python3-netaddr
BuildRequires: python3-netifaces
BuildRequires: python3-oslo.i18n
BuildRequires: python3-oslotest
BuildRequires: python3-pbr
BuildRequires: python3-pyparsing
BuildRequires: python3-python-subunit
BuildRequires: python3-testrepository
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python-debtcollector
Requires: python-iso8601
Requires: python-monotonic
Requires: python-netaddr
Requires: python-netifaces
Requires: python-oslo.i18n
Requires: python-pyparsing
Requires: python-pytz
Requires: python-six >= 1.10.0
BuildArch: noarch
%python_subpackages
%description
The oslo.utils library provides support for common utility type functions,
such as encoding, exception handling, string manipulation, and time handling.
%package -n python-oslo.utils-doc
Summary: Documentation for OpenStack utils library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-openstackdocstheme
%description -n python-oslo.utils-doc
Documentation for OpenStack utils library.
%prep
%autosetup -p1 -n oslo.utils-3.35.0
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%py_req_cleanup
%build
%python_build
%install
%python_install
# generate html docs
%{__python2} setup.py build_sphinx
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
%{python_expand rm -rf .testrepository
$python setup.py test
}
%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
%{python2_sitelib}/oslo_utils
%{python2_sitelib}/*.egg-info
%files -n python-oslo.utils-doc
%doc doc/build/html
%license LICENSE
%changelog