File python-microversion_parse.spec of Package python-microversion_parse
#
# spec file for package python-microversion_parse
#
# Copyright (c) 2023 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-microversion_parse
Version: 1.0.1
Release: 0
Summary: OpenStack microversion header parser
License: Apache-2.0
Group: Development/Languages/Python
URL: https://www.openstack.org/
Source0: https://files.pythonhosted.org/packages/source/m/microversion_parse/microversion_parse-1.0.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python39-WebOb
BuildRequires: python39-setuptools
BuildRequires: python39-stestr
BuildRequires: python39-testtools
BuildArch: noarch
%description
A simple parser for OpenStack microversion headers.
%package -n python39-microversion_parse
Summary: OpenStack microversion header parser
%description -n python39-microversion_parse
A simple parser for OpenStack microversion headers.
%package -n python-microversion_parse-doc
Summary: Documentation for OpenStack Microversion headers
BuildRequires: python39-Sphinx
BuildRequires: python39-openstackdocstheme
%description -n python-microversion_parse-doc
This package contains thedocumentation for OpenStack microversion
headers parsing library.
%prep
%autosetup -n microversion_parse-1.0.1
%py_req_cleanup
%build
%py3_build
# generate html docs
PBR_VERSION=1.0.1 %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
%py3_install
%check
# requires gabbi
rm -v microversion_parse/tests/test_middleware.py
%{openstack_stestr_run}
%files -n python39-microversion_parse
%license LICENSE
%doc ChangeLog README.rst
%{python3_sitelib}/microversion_parse
%{python3_sitelib}/microversion_parse*egg-info
%files -n python-microversion_parse-doc
%license LICENSE
%doc doc/build/html
%changelog