File python-oslo.serialization.spec of Package python-oslo.serialization
#
# spec file for package python-oslo.serialization
#
# Copyright (c) 2020 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 https://bugs.opensuse.org/
#
%global sname oslo.serialization
Name: python-oslo.serialization
Version: 2.13.2
Release: 0
Summary: OpenStack serialization library
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-ipaddress
BuildRequires: python-mock
BuildRequires: python-msgpack-python
BuildRequires: python-netaddr
BuildRequires: python-oslo.i18n
BuildRequires: python-oslo.utils
BuildRequires: python-oslotest
BuildRequires: python-pbr
Requires: python-msgpack-python
Requires: python-oslo.utils
Requires: python-pytz
Requires: python-six
BuildArch: noarch
%description
The oslo.serialization library provides support for representing objects
in transmittable and storable formats, such as Base64, JSON and MessagePack.
%package doc
Summary: Documentation for OpenStack serialization library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx
%description doc
The oslo.serialization library provides support for representing objects
in transmittable and storable formats, such as Base64, JSON and MessagePack.
This package contains the documentation.
%prep
%setup -q -n %{sname}-%{version}
%build
%{py2_build}
# generate html docs
%{__python2} setup.py build_sphinx
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
%{py2_install}
%check
%{__python2} setup.py test
%files
%license LICENSE
%doc README.rst AUTHORS ChangeLog
%{python2_sitelib}/oslo_serialization
%{python2_sitelib}/*.egg-info
%files doc
%license LICENSE
%doc doc/build/html
%changelog