diff mbox series

[meta-python,1/4] python3-filelock: Upgrade 3.29.4 -> 3.29.6

Message ID 20260707130500.888218-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/4] python3-filelock: Upgrade 3.29.4 -> 3.29.6 | expand

Commit Message

Leon Anavi July 7, 2026, 1:04 p.m. UTC
Upgrade to release 3.29.6:

- serialise singleton construction in FileLockMeta
- _util: drop the dead st_mtime=0 short-circuit in
  raise_on_not_writable_file
- test: silence fork DeprecationWarning on 3.15

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-filelock_3.29.4.bb => python3-filelock_3.29.6.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-filelock_3.29.4.bb => python3-filelock_3.29.6.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.29.4.bb b/meta-python/recipes-devtools/python/python3-filelock_3.29.6.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-filelock_3.29.4.bb
rename to meta-python/recipes-devtools/python/python3-filelock_3.29.6.bb
index 1510e89760..75e29dab4e 100644
--- a/meta-python/recipes-devtools/python/python3-filelock_3.29.4.bb
+++ b/meta-python/recipes-devtools/python/python3-filelock_3.29.6.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c6acbdf7bb74caa37512c3a5ca6857b"
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[sha256sum] = "10cdb3656fc44541cdf30652a93fb10ec6b05325620eb316bd26893e4201538a"
+SRC_URI[sha256sum] = "895c532ef3f4ef04972b9446a8c4e2931a5c399ff3c4be4c9369f2639b80f793"
 
 BBCLASSEXTEND = "native nativesdk"