diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-08-24 11:18:13 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-25 08:15:33 -0700 |
commit | 8147981b47378ff0e669e776b64f78be6b2a6e4d (patch) | |
tree | eb16985ea7a58d9fc3cb3d3677f3654b642df557 /meta-python/recipes-devtools/python | |
parent | 9595fb5deec730317b209844ad418646a4f60ca7 (diff) | |
download | meta-openembedded-8147981b47378ff0e669e776b64f78be6b2a6e4d.tar.gz |
python3-ruamel-yaml: Upgrade 0.17.11 -> 0.17.13
Upgrade to release 0.17.13:
- minor fix in attr handling
- fix issue with anchor on registered class not preserved and
those classes using package attrs with @attr.s()
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb (renamed from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.11.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb index 8423a89294..d28e8a12fe 100644 --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.11.bb +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "ruamel.yaml" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "b5e96c0a6619830a7733099f0599b56556a963c6114ef64d0ddb4673347b426f" | 11 | SRC_URI[sha256sum] = "02f0ed93e98ea32498d25a2952635bbd9fabd553599b8ad67724b4ac88dd8f6c" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-shell \ | 14 | ${PYTHON_PN}-shell \ |