15
0
forked from pool/python-cliff

- update to version 3.10.1

- Removing modindex link from docs
  - Automatically page interactive root help output

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cliff?expand=0&rev=22
This commit is contained in:
2022-05-14 12:26:31 +00:00
committed by Git OBS Bridge
parent 631ea472b8
commit b059f7fd5b
4 changed files with 14 additions and 8 deletions

View File

@@ -17,13 +17,13 @@
Name: python-cliff
Version: 3.9.0
Version: 3.10.1
Release: 0
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/cliff
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.9.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.10.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable
BuildRequires: python3-PyYAML
@@ -31,7 +31,6 @@ BuildRequires: python3-autopage
BuildRequires: python3-cmd2
BuildRequires: python3-docutils
BuildRequires: python3-fixtures
BuildRequires: python3-mock
BuildRequires: python3-pbr
BuildRequires: python3-pytest
BuildRequires: python3-python-subunit
@@ -75,12 +74,12 @@ other extensions.
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n cliff-3.9.0
%autosetup -p1 -n cliff-3.10.1
%py_req_cleanup
%build
%py3_build
PBR_VERSION=3.9.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.10.1 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install