From c1704149b85696ce99a79646d7dbb9c070fca3a1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 7 Jan 2022 19:47:29 +0200 Subject: [PATCH] python3-robotframework: Upgrade 4.1.2 -> 4.1.3 Upgrade to release 4.1.3: - Fix to a regression related to parsing reStructuredText files that was introduced in Robot Framework 4.1.2 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-robotframework_4.1.2.bb => python3-robotframework_4.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_4.1.2.bb => python3-robotframework_4.1.3.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.1.3.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.1.3.bb index 0c3de5da79..a40d047d72 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.1.3.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "7ea2454b847cfcb211e2906743c5c4a868ab096ab4ce1547ab102d91fb224443" +SRC_URI[sha256sum] = "d2675cbe3e5a4c90be3ddb61be3b88cc0d6ff503c298ad8f8a78aad14e71e886" RDEPENDS:${PN} += " \ ${PYTHON_PN}-shell \