From: Alexandru Ardelean Date: Fri, 15 May 2026 10:56:57 +0000 (+0300) Subject: python-click: update to 8.3.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=594e2ee638f8ada27e34df1aafcbd08a29a4b407;p=openwrt-packages.git 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 --- diff --git a/lang/python/python-click/Makefile b/lang/python/python-click/Makefile index f3003e0d8..d5ed0b3d3 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