From 9769e03752dfc578c3b555d1bb50059e0ab4fc30 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 9 Apr 2026 08:27:50 +0300 Subject: [PATCH] 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 --- lang/python/python-platformdirs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-platformdirs/Makefile b/lang/python/python-platformdirs/Makefile index 47d8e63a82..589e2c8841 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