From b059f7fd5b4deba4e5a6f1e6a68a7a5f9f765659aced679c2c388155be805256 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 14 May 2022 12:26:31 +0000 Subject: [PATCH] - 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 --- cliff-3.10.1.tar.gz | 3 +++ cliff-3.9.0.tar.gz | 3 --- python-cliff.changes | 7 +++++++ python-cliff.spec | 9 ++++----- 4 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 cliff-3.10.1.tar.gz delete mode 100644 cliff-3.9.0.tar.gz diff --git a/cliff-3.10.1.tar.gz b/cliff-3.10.1.tar.gz new file mode 100644 index 0000000..a8a7b6e --- /dev/null +++ b/cliff-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045aee3f3c64471965d7ad507ce8474a4e2f20815fbb5405a770f8596a2a00a0 +size 82764 diff --git a/cliff-3.9.0.tar.gz b/cliff-3.9.0.tar.gz deleted file mode 100644 index 9d5edcd..0000000 --- a/cliff-3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95363e9b43e2ec9599e33b5aea27a6953beda2d0673557916fa4f5796857daa3 -size 82687 diff --git a/python-cliff.changes b/python-cliff.changes index 5fcef85..5d258d8 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -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 diff --git a/python-cliff.spec b/python-cliff.spec index 21aaf86..e82011e 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -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