From 696a6996be120808dff9a7120e28b8111535c8ec Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 10 Apr 2022 22:40:23 +0200 Subject: python3-portalocker: update to 2.4.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python3-portalocker/python3-portalocker_2.3.2.bb | 12 ------------ .../python3-portalocker/python3-portalocker_2.4.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb create mode 100644 meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb deleted file mode 100644 index 2d23017c88..0000000000 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb +++ /dev/null @@ -1,12 +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[md5sum] = "bd4908d035464aa440dd7f262ef78345" -SRC_URI[sha256sum] = "75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" 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 new file mode 100644 index 0000000000..e3b55a7eab --- /dev/null +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb @@ -0,0 +1,11 @@ +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" -- cgit 1.2.3-korg