diff mbox series

[meta-python,26/26] python3-fasteners: upgrade 0.19 -> 0.20

Message ID 20250820083945.802-26-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-filesystems,01/26] bindfs: upgrade 1.18.1 -> 1.18.2 | expand

Commit Message

Wang Mingyu Aug. 20, 2025, 8:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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