!13 update to version 8.0.4

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-27 09:53:53 +00:00 committed by Gitee
commit fd49a68a4c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
click-8.0.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-click
Version: 7.1.2
Version: 8.0.4
Release: 1
Summary: Composable command line interface toolkit
License: BSD
URL: https://palletsprojects.com/p/click/
Source0: https://files.pythonhosted.org/packages/27/6f/be940c8b1f1d69daceeb0032fee6c34d7bd70e3e649ccac0951500b4720e/click-7.1.2.tar.gz
Source0: https://files.pythonhosted.org/packages/dd/cf/706c1ad49ab26abed0b77a2f867984c1341ed7387b8030a6aa914e2942a0/click-8.0.4.tar.gz
BuildArch: noarch
%description
Click is a Python package for creating beautiful command line interfaces
@ -22,6 +22,8 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-colorama
Requires: python3-colorama
%description -n python3-click
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the
@ -83,6 +85,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Oct 21 2022 Ge Wang <wangge20@h-partners.com> - 8.0.4-1
- Upgrade to version 8.0.4
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 7.1.2-1
- Upgrade to version 7.1.2