Upgrade package python3-click to version 8.1.7
This commit is contained in:
parent
2cd64ea50f
commit
905dd11eab
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
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-click
|
Name: python-click
|
||||||
Version: 8.0.4
|
Version: 8.1.7
|
||||||
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/dd/cf/706c1ad49ab26abed0b77a2f867984c1341ed7387b8030a6aa914e2942a0/click-8.0.4.tar.gz
|
Source0: %{pypi_source click}
|
||||||
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
|
||||||
@ -45,10 +45,10 @@ with sensible defaults out of the box.
|
|||||||
%autosetup -n click-%{version}
|
%autosetup -n click-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_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
|
||||||
@ -81,11 +81,15 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
%files -n python3-click -f filelist.lst
|
%files -n python3-click -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
%{python3_sitelib}/click/__pycache__/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 19 2022 OpenStack_SIG <openstack@openeuler.org> - 8.0.4-1
|
||||||
- Upgrade package python3-click to version 8.0.4
|
- Upgrade package python3-click to version 8.0.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user