diff --git a/click-8.0.4.tar.gz b/click-8.0.4.tar.gz deleted file mode 100644 index b9568a60ff08d7c446948d03a1b817016443af48..0000000000000000000000000000000000000000 Binary files a/click-8.0.4.tar.gz and /dev/null differ diff --git a/click-8.1.7.tar.gz b/click-8.1.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d70eb3d747c69a127ca19959e3e56ae5cab20e64 Binary files /dev/null and b/click-8.1.7.tar.gz differ diff --git a/python-click.spec b/python-click.spec index 9ef8244e0d811d8cc63cbe2a9b3bdc4815896995..e4f7d6df04751a0c21dad5a099a478ba8496c5b9 100644 --- a/python-click.spec +++ b/python-click.spec @@ -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 - 8.1.7-1 +- Upgrade package python3-click to version 8.1.7 + * Thu May 19 2022 OpenStack_SIG - 8.0.4-1 - Upgrade package python3-click to version 8.0.4