diff --git a/cliff-3.10.1.tar.gz b/cliff-3.10.1.tar.gz deleted file mode 100644 index 4a10ff9b61a2006614ed5d4342fbdfc02b4c079d..0000000000000000000000000000000000000000 Binary files a/cliff-3.10.1.tar.gz and /dev/null differ diff --git a/cliff-4.1.0.tar.gz b/cliff-4.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1d4004505213dc36ece7db672cd98b749b115435 Binary files /dev/null and b/cliff-4.1.0.tar.gz differ diff --git a/python-cliff.spec b/python-cliff.spec index 7c2020d456e9220b7994831f046e78759aa6abf4..33f334d33f4376fec27c90f32445d75dd272974c 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-cliff -Version: 3.10.1 +Version: 4.1.0 Release: 1 Summary: Command Line Interface Formulation Framework License: Apache-2.0 URL: https://docs.openstack.org/cliff/latest/ -Source0: https://files.pythonhosted.org/packages/71/33/0115d1f56dce6bc9f4f4b394347c52a7182109026d2c25d8837047e3edee/cliff-3.10.1.tar.gz +Source0: https://files.pythonhosted.org/packages/b2/4c/3cfdb24a1db87b00ed3d1818ae0e32d51733f21aae3da6508091a392f5aa/cliff-4.1.0.tar.gz BuildArch: noarch + %description cliff is a framework for building command line programs. It uses entry points to provide subcommands, output formatters, and other extensions. @@ -89,6 +90,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 23 2022 jiangxinyu - 4.1.0-1 +- Update package to version 4.1.0 + * Tue Jul 12 2022 OpenStack_SIG - 3.10.1-1 - Upgrade package python3-cliff to version 3.10.1