From 99b8eb24d9bcfdf9cb9738547f5a9e92d898db53 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 22 Jul 2022 11:31:50 +0800 Subject: python3-portalocker: upgrade 2.4.0 -> 2.5.1 Add dependence python3-fcntl python3-logging Changelog: =========== Added clear warning when locking in non-blocking mode without specifying either EXCLUSIVE or SHARED mode. Fixes #77 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python3-portalocker/python3-portalocker_2.4.0.bb | 11 ----------- .../python3-portalocker/python3-portalocker_2.5.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb create mode 100644 meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb deleted file mode 100644 index e3b55a7eab..0000000000 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Cross-platform locking library" -DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" -LICENSE = "PSF-2.0" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" - -SRC_URI[sha256sum] = "a648ad761b8ea27370cb5915350122cd807b820d2193ed5c9cc28f163df637f4" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb new file mode 100644 index 0000000000..55037d1ebd --- /dev/null +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "Cross-platform locking library" +DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" +LICENSE = "PSF-2.0" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" + +SRC_URI[sha256sum] = "ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-fcntl \ + ${PYTHON_PN}-logging \ +" -- cgit v1.2.3-54-g00ecf