From e177fb82216aebbbab56ed4e5608223139e915d4 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 25 Sep 2021 04:23:42 +0800 Subject: [PATCH] python3-robotframework: upgrade 4.1 -> 4.1.1 Robot Framework 4.1.1 is mostly a bug fix release, but it also adds official Python 3.10 support. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...n3-robotframework_4.1.bb => python3-robotframework_4.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_4.1.bb => python3-robotframework_4.1.1.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.1.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.1.1.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-robotframework_4.1.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.1.1.bb index 7c6c41af7c..d715f35135 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.1.1.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "567f2a21f0906635e21d45fe3cb84a4809a12980c9f2706a8a5f65f40f6b4ccd" +SRC_URI[sha256sum] = "663f84c177b2fa9b3b782939e31637a057a33f3a4b29067812f1259b7f4bad35" RDEPENDS:${PN} += " \ ${PYTHON_PN}-shell \