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.1.bb | 13 ------------- .../recipes-devtools/python/python3-fasteners_0.16.3.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb deleted file mode 100644 index 4b33a9ec69..0000000000 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -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] = "b6f488d0fc9a3591a32d779400a00c3ebfadd41f45eb024d66f15a6c4e1c4a72" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-fcntl \ -" 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 0000000000..6f283a3929 --- /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