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