From e62d3b769413808397148175d84ae0530ba35e57 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 6 Sep 2021 16:41:15 +0800 Subject: [PATCH] python3-ruamel-yaml: upgrade 0.17.13 -> 0.17.16 [0, 17, 16]: 2021-08-28 - also handle issue 397 when comment is newline [0, 17, 15]: 2021-08-28 - fix issue 397, insert comment before key when a comment between key and value exists (reported by `Bastien gerard `__) [0, 17, 14]: 2021-08-25 - fix issue 396, inserting key/val in merged-in dictionary (reported by `Bastien gerard `__) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-ruamel-yaml_0.17.13.bb => python3-ruamel-yaml_0.17.16.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.17.13.bb => python3-ruamel-yaml_0.17.16.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb index d28e8a12f..e64f19600 100644 --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb @@ -8,10 +8,12 @@ PYPI_PACKAGE = "ruamel.yaml" inherit pypi setuptools3 -SRC_URI[sha256sum] = "02f0ed93e98ea32498d25a2952635bbd9fabd553599b8ad67724b4ac88dd8f6c" +SRC_URI[sha256sum] = "1a771fc92d3823682b7f0893ad56cb5a5c87c48e62b5399d6f42c8759a583b33" RDEPENDS:${PN} += "\ ${PYTHON_PN}-shell \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-netclient \ " do_install:prepend() {