From 594e2ee638f8ada27e34df1aafcbd08a29a4b407 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 15 May 2026 13:56:57 +0300 Subject: [PATCH] python-click: update to 8.3.3 Fixes (click 8.3.3): - Fix help strings for "help_option_names" that do not contain "-" - Help string generation now properly handles option names with dashes Changelog: https://github.com/pallets/click/releases Signed-off-by: Alexandru Ardelean --- lang/python/python-click/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-click/Makefile b/lang/python/python-click/Makefile index f3003e0d85..d5ed0b3d3b 100644 --- a/lang/python/python-click/Makefile +++ b/lang/python/python-click/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-click -PKG_VERSION:=8.3.2 +PKG_VERSION:=8.3.3 PKG_RELEASE:=1 PYPI_NAME:=click -PKG_HASH:=14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5 +PKG_HASH:=398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause