From 39244b11c46422cf5cbb7e8a074aff3e3b15ccdf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 19 Aug 2026 17:34:36 +0800 Subject: [PATCH] python3-filelock: upgrade 3.32.2 -> 3.32.3 Changelog: =========== - test(strict): deflake close-fault injections on graalpy - docs: publish llms.txt from the docs build - fix(fork): survive audit events during interpreter shutdown Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-filelock_3.32.2.bb => python3-filelock_3.32.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-filelock_3.32.2.bb => python3-filelock_3.32.3.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.32.2.bb b/meta-python/recipes-devtools/python/python3-filelock_3.32.3.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-filelock_3.32.2.bb rename to meta-python/recipes-devtools/python/python3-filelock_3.32.3.bb index 103957dc42..744a1b6aaf 100644 --- a/meta-python/recipes-devtools/python/python3-filelock_3.32.2.bb +++ b/meta-python/recipes-devtools/python/python3-filelock_3.32.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c6acbdf7bb74caa37512c3a5ca6857b" SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "c33351e1f49cae33414acbc6d56784e6ecee82514ec90795da1161fc4836b5b8" +SRC_URI[sha256sum] = "0ffa185a3540854c95caa7fa76b76cb219d907415e2c5dc9af25fd970563487f" BBCLASSEXTEND = "native nativesdk"