diff mbox series

[meta-python,41/57] python3-portalocker: upgrade 2.8.2 -> 2.10.0

Message ID 1719305790-11484-41-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/57] cryptsetup: upgrade 2.7.2 -> 2.7.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 25, 2024, 8:56 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- Properly propagating exceptions for NFS read-only lock issues and added support
  for being able to choose between lockf and flock

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...thon3-portalocker_2.8.2.bb => python3-portalocker_2.10.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/python3-portalocker/{python3-portalocker_2.8.2.bb => python3-portalocker_2.10.0.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.10.0.bb
similarity index 89%
rename from meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb
rename to meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.10.0.bb
index c45a3fcda..12d1025d0 100644
--- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb
+++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.10.0.bb
@@ -4,7 +4,7 @@  LICENSE = "BSD-3-Clause"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c"
 
-SRC_URI[sha256sum] = "2b035aa7828e46c58e9b31390ee1f169b98e1066ab10b9a6a861fe7e25ee4f33"
+SRC_URI[sha256sum] = "49de8bc0a2f68ca98bf9e219c81a3e6b27097c7bf505a87c5a112ce1aaeb9b81"
 
 DEPENDS += "python3-setuptools-scm-native"