From 368ea9aa9a45955a17bd9f9c2baf7238f41701f7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 9 Oct 2025 11:13:54 +0300 Subject: [PATCH] python3-filelock: Upgrade 3.18.0 -> 3.20.0 Upgrade to release 3.20.0: - Added tox.toml to sdist - Updated docs with example - Added 3.14 support and drop 3.9 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-filelock_3.18.0.bb => python3-filelock_3.20.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-filelock_3.18.0.bb => python3-filelock_3.20.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb b/meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb rename to meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb index 9c4721d4bf..4ce89a853e 100644 --- a/meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://py-filelock.readthedocs.io/" LICENSE = "Unlicense" LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f" -SRC_URI[sha256sum] = "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" +SRC_URI[sha256sum] = "711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4" BBCLASSEXTEND = "native nativesdk"