From 8610e56a1730b772ed8e5f0d8cc7689376681213 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 7 Jun 2021 16:51:50 +0300 Subject: python3-fasteners: Upgrade 0.16 -> 0.16.1 Upgrade to release 0.16.1: - Force utf-8 when reading readme 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.bb | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-fasteners_0.16.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 new file mode 100644 index 0000000000..4b33a9ec69 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.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] = "b6f488d0fc9a3591a32d779400a00c3ebfadd41f45eb024d66f15a6c4e1c4a72" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-fcntl \ +" diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.bb deleted file mode 100644 index eed8d2c957..0000000000 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.bb +++ /dev/null @@ -1,8 +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] = "c995d8c26b017c5d6a6de9ad29a0f9cdd57de61ae1113d28fac26622b06a0933" - -inherit pypi setuptools3 -- cgit 1.2.3-korg