From 801b0870288d55864102c0cc8bdb8522d88d8bc0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Apr 2021 14:23:54 +0300 Subject: [PATCH] python3-robotframework: Upgrade 4.0 -> 4.0.1 Upgrade to release 4.0.1. It is the first bug fix release in the Robot Framework 4.0.x series. It fixes several severe and not so severe issues reported since Robot Framework 4.0 was released. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...n3-robotframework_4.0.bb => python3-robotframework_4.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_4.0.bb => python3-robotframework_4.0.1.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.0.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-robotframework_4.0.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb index 6cb8643bde..3e5d67e0a4 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "a02a6f4af3b0830e4396058694c333cb63eb47f50acf6723be34f0f7a4d73ad7" +SRC_URI[sha256sum] = "9fa609ceb78f67b1476edce8a7011b16bf3ab41c0fb8c211de6c99955eaf9fde" RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \