[Buildroot] [git commit] package/python-click: bump to 8.3.0
Julien Olivain
ju.o at free.fr
Sat Oct 18 10:48:54 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=c31a86ebf66cc322212f1045cb2625cde1b83dc5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Release Notes: https://click.palletsprojects.com/en/stable/changes/#version-8-3-0
Signed-off-by: Marcus Hoffmann <buildroot at bubu1.eu>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/python-click/Config.in | 2 +-
package/python-click/python-click.hash | 4 ++--
package/python-click/python-click.mk | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-click/Config.in b/package/python-click/Config.in
index 0fd43d5fb1..247cd4e973 100644
--- a/package/python-click/Config.in
+++ b/package/python-click/Config.in
@@ -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/
diff --git a/package/python-click/python-click.hash b/package/python-click/python-click.hash
index 79b1df40d9..df8528a786 100644
--- a/package/python-click/python-click.hash
+++ b/package/python-click/python-click.hash
@@ -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
diff --git a/package/python-click/python-click.mk b/package/python-click/python-click.mk
index 9b64a0c351..ef22c27439 100644
--- a/package/python-click/python-click.mk
+++ b/package/python-click/python-click.mk
@@ -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
More information about the buildroot
mailing list