!11 Update package click of version 8.0.4

From: @renliang16 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-05-23 06:14:29 +00:00 committed by Gitee
commit 2cd64ea50f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 4 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 %global _empty_manifest_terminate_build 0
Name: python-click Name: python-click
Version: 7.1.2 Version: 8.0.4
Release: 1 Release: 1
Summary: Composable command line interface toolkit Summary: Composable command line interface toolkit
License: BSD License: BSD
URL: https://palletsprojects.com/p/click/ 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 BuildArch: noarch
%description %description
Click is a Python package for creating beautiful command line interfaces Click is a Python package for creating beautiful command line interfaces
@ -22,6 +22,10 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
# General requires
BuildRequires: python3-colorama
# General requires
Requires: python3-colorama
%description -n python3-click %description -n python3-click
Click is a Python package for creating beautiful command line interfaces Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the in a composable way with as little code as necessary. It's the
@ -43,9 +47,9 @@ with sensible defaults out of the box.
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -78,11 +82,13 @@ mv %{buildroot}/doclist.lst .
%files -n python3-click -f filelist.lst %files -n python3-click -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu May 19 2022 OpenStack_SIG <openstack@openeuler.org> - 8.0.4-1
- Upgrade package python3-click to version 8.0.4
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 7.1.2-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 7.1.2-1
- Upgrade to version 7.1.2 - Upgrade to version 7.1.2