From e4854cbceb1684b20bc96a825efcd900f5b30138 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 20 Aug 2025 16:39:45 +0800 Subject: [PATCH] python3-fasteners: upgrade 0.19 -> 0.20 Changelog: =========== - InterProcessLock now catches OSError and handles BlockingIOError correctly. - Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work, - but is no longer tested. - Add support for python 3.12, 3.13 and pypy 3.11. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-fasteners_0.19.bb => python3-fasteners_0.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fasteners_0.19.bb => python3-fasteners_0.20.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-fasteners_0.19.bb rename to meta-python/recipes-devtools/python/python3-fasteners_0.20.bb index 22e58c5668..05cf1e09cf 100644 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/harlowja/fasteners" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" -SRC_URI[sha256sum] = "b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c" +SRC_URI[sha256sum] = "55dce8792a41b56f727ba6e123fcaee77fd87e638a6863cec00007bfea84c8d8" inherit pypi python_setuptools_build_meta