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

3
cliff-3.10.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:045aee3f3c64471965d7ad507ce8474a4e2f20815fbb5405a770f8596a2a00a0
size 82764

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95363e9b43e2ec9599e33b5aea27a6953beda2d0673557916fa4f5796857daa3
size 82687

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat May 14 12:26:14 UTC 2022 - cloud-devel@suse.de
- update to version 3.10.1
- Removing modindex link from docs
- Automatically page interactive root help output
-------------------------------------------------------------------
Fri May 13 22:33:11 UTC 2022 - Dirk Müller <dmueller@suse.com>

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