!16 Upgrade package python3-click to version 8.1.7
From: @lyn1001 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
972b6f0ae7
Binary file not shown.
BIN
click-8.1.7.tar.gz
Normal file
BIN
click-8.1.7.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-click
|
||||
Version: 8.0.4
|
||||
Version: 8.1.7
|
||||
Release: 1
|
||||
Summary: Composable command line interface toolkit
|
||||
License: BSD
|
||||
URL: https://palletsprojects.com/p/click/
|
||||
Source0: https://files.pythonhosted.org/packages/dd/cf/706c1ad49ab26abed0b77a2f867984c1341ed7387b8030a6aa914e2942a0/click-8.0.4.tar.gz
|
||||
Source0: %{pypi_source click}
|
||||
BuildArch: noarch
|
||||
%description
|
||||
Click is a Python package for creating beautiful command line interfaces
|
||||
@ -45,10 +45,10 @@ with sensible defaults out of the box.
|
||||
%autosetup -n click-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%pyproject_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -81,11 +81,15 @@ mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-click -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
%{python3_sitelib}/click/__pycache__/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 26 2023 liyanan <liyanan@h-partners.com> - 8.1.7-1
|
||||
- Upgrade package python3-click to version 8.1.7
|
||||
|
||||
* Thu May 19 2022 OpenStack_SIG <openstack@openeuler.org> - 8.0.4-1
|
||||
- Upgrade package python3-click to version 8.0.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user