update to version 8.0.4

This commit is contained in:
wang--ge 2022-10-25 14:47:09 +08:00
parent eec13bd088
commit 091bf0db6c
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
click-8.0.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-click Name: python-click
Version: 7.1.2 Version: 8.0.4
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/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 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
@ -22,6 +22,8 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-colorama
Requires: python3-colorama
%description -n python3-click %description -n python3-click
Click is a Python package for creating beautiful command line interfaces Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the in a composable way with as little code as necessary. It's the
@ -83,6 +85,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Oct 21 2022 Ge Wang <wangge20@h-partners.com> - 8.0.4-1
- Upgrade to version 8.0.4
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 7.1.2-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 7.1.2-1
- Upgrade to version 7.1.2 - Upgrade to version 7.1.2