From 8baf471be1e5466b3e439d610b74f8645b1bfa35 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Feb 2023 16:03:41 +0800 Subject: [PATCH] python3-astroid: upgrade 2.14.1 -> 2.14.2 Changelog: ========== '_infer_str_format_call' won't crash anymore when the string it analyses are uninferable. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{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 --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 \