From: Alexandru Ardelean Date: Thu, 9 Apr 2026 05:27:50 +0000 (+0300) Subject: python3-platformdirs: update to 4.9.6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9769e03752dfc578c3b555d1bb50059e0ab4fc30;p=openwrt-packages.git python3-platformdirs: update to 4.9.6 Update package to 4.9.6. 4.9.5: Silent patch release. 4.9.6: Fixed shell quoting bug in the release workflow -- double quotes now used for tag variable expansion in CI scripts. No functional or API changes for end users between 4.9.4 and 4.9.6. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-platformdirs/Makefile b/lang/python/python-platformdirs/Makefile index 47d8e63a8..589e2c884 100644 --- a/lang/python/python-platformdirs/Makefile +++ b/lang/python/python-platformdirs/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-platformdirs -PKG_VERSION:=4.9.4 +PKG_VERSION:=4.9.6 PKG_RELEASE:=1 PYPI_NAME:=platformdirs -PKG_HASH:=1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934 +PKG_HASH:=3bfa75b0ad0db84096ae777218481852c0ebc6c727b3168c1b9e0118e458cf0a PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE