From 2ac52ca61cd76e4114264126186bed935bc813c8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 21 Jun 2021 13:58:22 +0300 Subject: [PATCH] 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 --- ...{python3-fasteners_0.16.1.bb => python3-fasteners_0.16.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fasteners_0.16.1.bb => python3-fasteners_0.16.3.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb rename to meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb index 4b33a9ec69..6f283a3929 100644 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/harlowja/fasteners" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" -SRC_URI[sha256sum] = "b6f488d0fc9a3591a32d779400a00c3ebfadd41f45eb024d66f15a6c4e1c4a72" +SRC_URI[sha256sum] = "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de" inherit pypi setuptools3