@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_CLICK
bool "python-click"
help
- A simple wrapper around optparse for powerful command line
- utilities.
+ Python composable command line interface toolkit.
https://pypi.python.org/pypi/click
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/click/json
-md5 b52ee8e6c33d88a2b4626e6a6002245d click-8.1.8.tar.gz
-sha256 ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a click-8.1.8.tar.gz
+md5 b9d7fc7a25f30674c85da6f460628a17 click-8.2.0.tar.gz
+sha256 f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d click-8.2.0.tar.gz
# Locally computed sha256 checksums
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.txt
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CLICK_VERSION = 8.1.8
+PYTHON_CLICK_VERSION = 8.2.0
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
-PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b
+PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41
PYTHON_CLICK_SETUP_TYPE = flit
PYTHON_CLICK_LICENSE = BSD-3-Clause
PYTHON_CLICK_LICENSE_FILES = LICENSE.txt
Update package help text to reflect upstream project description. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> --- package/python-click/Config.in | 3 +-- package/python-click/python-click.hash | 4 ++-- package/python-click/python-click.mk | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-)