summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-05-11 19:52:16 +0300
committerKhem Raj <raj.khem@gmail.com>2021-05-14 07:24:47 -0700
commit73d63dd3fecc192695514aad00341020ca08066f (patch)
treeec940e110b9c5fccf7b4b35ab9301c4439898d2e /meta-python/recipes-devtools/python
parent778596df874629ed1b99e1ba54f63e9ee8cde7fc (diff)
downloadmeta-openembedded-73d63dd3fecc192695514aad00341020ca08066f.tar.gz
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 <kw> 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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
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
13 13
14PYPI_PACKAGE_EXT = "zip" 14PYPI_PACKAGE_EXT = "zip"
15 15
16SRC_URI[sha256sum] = "9fa609ceb78f67b1476edce8a7011b16bf3ab41c0fb8c211de6c99955eaf9fde" 16SRC_URI[sha256sum] = "efd39558219fddc86473d4d390aeaec60640d7a7567a15fd51c0576f20e46171"
17 17
18RDEPENDS_${PN} += " \ 18RDEPENDS_${PN} += " \
19 ${PYTHON_PN}-shell \ 19 ${PYTHON_PN}-shell \