From 73d63dd3fecc192695514aad00341020ca08066f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 May 2021 19:52:16 +0300 Subject: [PATCH] python3-robotframework: Upgrade 4.0.1 -> 4.0.2 Upgrade to release 4.0.2: - Using Union containing generics as type hint causes an error - Libdoc does not anymore work with resource files in PYTHONPATH - Rebot removes sourcename attribute from in output.xml - Run Keyword If Test Failed does not work correctly if it is not first keyword in teardown and test is skipped - Argument conversion problems when type hint is ABC Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-robotframework_4.0.1.bb => python3-robotframework_4.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_4.0.1.bb => python3-robotframework_4.0.2.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb index 3e5d67e0a4..67ebe3ee69 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "9fa609ceb78f67b1476edce8a7011b16bf3ab41c0fb8c211de6c99955eaf9fde" +SRC_URI[sha256sum] = "efd39558219fddc86473d4d390aeaec60640d7a7567a15fd51c0576f20e46171" RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \