diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-07 19:47:29 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-10 10:35:02 -0800 |
commit | c1704149b85696ce99a79646d7dbb9c070fca3a1 (patch) | |
tree | 75855b149bb1eec82220f699a9af1b02c19c6f86 | |
parent | bd58555e58eeab1ab02c06afbe989de5d4153776 (diff) | |
download | meta-openembedded-c1704149b85696ce99a79646d7dbb9c070fca3a1.tar.gz |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-robotframework_4.1.3.bb (renamed from meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 0c3de5da7..a40d047d7 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 | |||
13 | 13 | ||
14 | PYPI_PACKAGE_EXT = "zip" | 14 | PYPI_PACKAGE_EXT = "zip" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "7ea2454b847cfcb211e2906743c5c4a868ab096ab4ce1547ab102d91fb224443" | 16 | SRC_URI[sha256sum] = "d2675cbe3e5a4c90be3ddb61be3b88cc0d6ff503c298ad8f8a78aad14e71e886" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-shell \ | 19 | ${PYTHON_PN}-shell \ |