diff mbox series

[meta-python] python3-astroid: upgrade 2.15.3 -> 2.15.4

Message ID 1683541101-25407-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-astroid: upgrade 2.15.3 -> 2.15.4 | expand

Commit Message

Mingyu Wang (Fujitsu) May 8, 2023, 10:18 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Add visitor function for TryStar to AsStringVisitor and add TryStar to astroid.nodes.ALL_NODE_CLASSES.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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 bcde069381..60537289ed 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