diff --git a/click-7.1.2.tar.gz b/click-7.1.2.tar.gz deleted file mode 100644 index 698411c..0000000 Binary files a/click-7.1.2.tar.gz and /dev/null differ diff --git a/click-8.0.4.tar.gz b/click-8.0.4.tar.gz new file mode 100644 index 0000000..b9568a6 Binary files /dev/null and b/click-8.0.4.tar.gz differ diff --git a/python-click.spec b/python-click.spec index 75ab8f2..9ef8244 100644 --- a/python-click.spec +++ b/python-click.spec @@ -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 - 8.0.4-1 +- Upgrade package python3-click to version 8.0.4 + * Tue Jul 13 2021 OpenStack_SIG - 7.1.2-1 - Upgrade to version 7.1.2