package/python-click: bump to 8.3.0

Release Notes: https://click.palletsprojects.com/en/stable/changes/#version-8-3-0

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-10-15 12:52:56 +02:00
committed by Julien Olivain
parent c41f5e2edd
commit c31a86ebf6
3 changed files with 5 additions and 5 deletions

View File

@@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_CLICK
help
Python composable command line interface toolkit.
https://pypi.python.org/pypi/click
https://click.palletsprojects.com/

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/click/json
md5 438cfd4974584ae4f960ffeab32e8991 click-8.2.1.tar.gz
sha256 27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 click-8.2.1.tar.gz
md5 fa228744ff03a339957e847fb7890823 click-8.3.0.tar.gz
sha256 e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4 click-8.3.0.tar.gz
# Locally computed sha256 checksums
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_CLICK_VERSION = 8.2.1
PYTHON_CLICK_VERSION = 8.3.0
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/46/61/de6cd827efad202d7057d93e0fed9294b96952e188f7384832791c7b2254
PYTHON_CLICK_SETUP_TYPE = flit
PYTHON_CLICK_LICENSE = BSD-3-Clause
PYTHON_CLICK_LICENSE_FILES = LICENSE.txt