diff --git a/click-7.1.2.tar.gz b/click-7.1.2.tar.gz deleted file mode 100644 index 698411ca8c7ee5b3a3637ed903b1fd18f679c8cb..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..b9568a60ff08d7c446948d03a1b817016443af48 Binary files /dev/null and b/click-8.0.4.tar.gz differ diff --git a/python-click.spec b/python-click.spec index 75ab8f2e4fde22bad0da6e99b524c96c18b7f13e..007fc05d7c66edc54dc3c4b6b77c494df6aa7059 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,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-colorama +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 @@ -83,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 21 2022 Ge Wang - 8.0.4-1 +- Upgrade to version 8.0.4 + * Tue Jul 13 2021 OpenStack_SIG - 7.1.2-1 - Upgrade to version 7.1.2