diff mbox series

[meta-python] python3-astroid: upgrade 2.14.1 -> 2.14.2

Message ID 1677485021-11417-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-astroid: upgrade 2.14.1 -> 2.14.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 27, 2023, 8:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 '_infer_str_format_call' won't crash anymore when the string it analyses are uninferable.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb b/meta-python/recipes-devtools/python/python3-astroid_2.14.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.14.2.bb
index e59d1d999..e8b86071a 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.14.2.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "bd1aa4f9915c98e8aaebcd4e71930154d4e8c9aaf05d35ac0a63d1956091ae3f"
+SRC_URI[sha256sum] = "a3cf9f02c53dd259144a7e8f3ccd75d67c9a8c716ef183e0c1f291bc5d7bb3cf"
 
 SRC_URI += " \
     file://0001-pyproject.toml-Replace-with.patch \