python-click: update to 8.3.3
authorAlexandru Ardelean <redacted>
Fri, 15 May 2026 10:56:57 +0000 (13:56 +0300)
committerAlexandru Ardelean <redacted>
Mon, 25 May 2026 15:47:13 +0000 (18:47 +0300)
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 <redacted>
lang/python/python-click/Makefile

index f3003e0d857fb5de2caaf3ae747247a5d82e69d4..d5ed0b3d3b8aca2af745e14af97aeb14943a781f 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
git clone https://git.99rst.org/PROJECT