15
0
forked from pool/python-cliff
2020-10-09 19:13:07 +00:00
committed by Git OBS Bridge
parent c7ffe13ad2
commit b649c145eb
5 changed files with 25 additions and 9 deletions

View File

@@ -17,13 +17,13 @@
Name: python-cliff
Version: 3.1.0
Version: 3.4.0
Release: 0
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/python-cliff
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.1.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable
BuildRequires: python3-PyYAML
@@ -34,7 +34,6 @@ BuildRequires: python3-mock
BuildRequires: python3-pbr
BuildRequires: python3-pytest
BuildRequires: python3-python-subunit
BuildRequires: python3-setuptools
BuildRequires: python3-stevedore
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
@@ -83,12 +82,12 @@ other extensions.
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n cliff-3.1.0
%autosetup -p1 -n cliff-3.4.0
%py_req_cleanup
%build
%py3_build
PBR_VERSION=3.1.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.4.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install