!11 Update package click of version 8.0.4
From: @renliang16 Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
2cd64ea50f
Binary file not shown.
BIN
click-8.0.4.tar.gz
Normal file
BIN
click-8.0.4.tar.gz
Normal file
Binary file not shown.
@ -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,10 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
# General requires
|
||||
BuildRequires: python3-colorama
|
||||
# General requires
|
||||
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
|
||||
@ -43,9 +47,9 @@ with sensible defaults out of the box.
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{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
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Upgrade to version 7.1.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user