!19 Update package to version 4.1.0

From: @jxy_git 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-12-12 08:32:13 +00:00 committed by Gitee
commit cce15f4bdf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
cliff-4.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <jiangxinyu@kylinos.cn> - 4.1.0-1
- Update package to version 4.1.0
* Tue Jul 12 2022 OpenStack_SIG <openstack@openeuler.org> - 3.10.1-1
- Upgrade package python3-cliff to version 3.10.1