From 2ac52ca61cd76e4114264126186bed935bc813c8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 21 Jun 2021 13:58:22 +0300 Subject: python3-fasteners: Upgrade 0.16.1 -> 0.16.3 Upgrade to release 0.16.3: - Return the acquired status to the process lock Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-fasteners_0.16.3.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb (limited to 'meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb new file mode 100644 index 000000000..6f283a392 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb @@ -0,0 +1,13 @@ +SUMMARY = "A python package that provides useful locks." +HOMEPAGE = "https://github.com/harlowja/fasteners" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" + +SRC_URI[sha256sum] = "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-fcntl \ +" -- cgit v1.2.3-54-g00ecf