From a2e5746629a1cff42391007895536d82310dae8c Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 17 Jul 2023 11:20:28 -0400 Subject: [PATCH] python3-astroid: upgrade 2.15.5 -> 2.15.6 Changelog: https://github.com/pylint-dev/astroid/releases/tag/v2.15.6 Changes: - Harden get_module_part() against ".". - Avoid expensive list/tuple multiplication operations that would result in MemoryError. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-astroid_2.15.5.bb => python3-astroid_2.15.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.15.5.bb => python3-astroid_2.15.6.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.15.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-astroid_2.15.5.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb index 7c859107cb..7325eb13f3 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.15.5.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "1039262575027b441137ab4a62a793a9b43defb42c32d5670f38686207cd780f" +SRC_URI[sha256sum] = "903f024859b7c7687d7a7f3a3f73b17301f8e42dfd9cc9df9d4418172d3e2dbd" inherit pypi python_setuptools_build_meta