diff mbox series

python3-ruamel-yaml: upgrade 0.17.31 -> 0.17.32

Message ID 1687850250-20040-29-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 4a09cab4b66e3e48421ea377db0f53a3816dca96
Headers show
Series python3-ruamel-yaml: upgrade 0.17.31 -> 0.17.32 | expand

Commit Message

Mingyu Wang (Fujitsu) June 27, 2023, 7:17 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- fix issue with scanner getting stuck in infinite loop

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-ruamel-yaml_0.17.31.bb => python3-ruamel-yaml_0.17.32.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.31.bb => python3-ruamel-yaml_0.17.32.bb} (86%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
index 5604ff01e4..b745f349e7 100644
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
@@ -9,7 +9,7 @@  PYPI_PACKAGE = "ruamel.yaml"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335"
+SRC_URI[sha256sum] = "ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-shell \