diff mbox series

[meta-python,2/5] python3-filelock: Upgrade 3.18.0 -> 3.20.0

Message ID 20251009081357.3446410-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-whitenoise: Upgrade 6.9.0 -> 6.11.0 | expand

Commit Message

Leon Anavi Oct. 9, 2025, 8:13 a.m. UTC
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 <leon.anavi@konsulko.com>
---
 .../{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 mbox series

Patch

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"