From b94c7ceba0c16e33066196b73977c78c07c90109 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:18:18 +0800 Subject: [PATCH] python3-astroid: upgrade 2.15.3 -> 2.15.4 Changelog: Add visitor function for TryStar to AsStringVisitor and add TryStar to astroid.nodes.ALL_NODE_CLASSES. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-astroid_2.15.3.bb => python3-astroid_2.15.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.15.3.bb => python3-astroid_2.15.4.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.15.3.bb b/meta-python/recipes-devtools/python/python3-astroid_2.15.4.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-astroid_2.15.3.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.15.4.bb index bcde0693814..60537289edc 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.15.3.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.15.4.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "44224ad27c54d770233751315fa7f74c46fa3ee0fab7beef1065f99f09897efe" +SRC_URI[sha256sum] = "c81e1c7fbac615037744d067a9bb5f9aeb655edf59b63ee8b59585475d6f80d8" inherit pypi python_setuptools_build_meta