From bd58555e58eeab1ab02c06afbe989de5d4153776 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 7 Jan 2022 19:47:28 +0200 Subject: [PATCH] python3-astroid: Upgrade 2.9.0 -> 2.9.2 Upgrade to release 2.9.2: - Fixed regression in ``astroid.scoped_nodes`` where ``_is_metaclass`` was not accessible anymore. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-astroid_2.9.0.bb => python3-astroid_2.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.9.0.bb => python3-astroid_2.9.2.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb b/meta-python/recipes-devtools/python/python3-astroid_2.9.2.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.9.2.bb index fee8acb1f..c504d4db3 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.9.2.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "5939cf55de24b92bda00345d4d0659d01b3c7dafb5055165c330bc7c568ba273" +SRC_URI[sha256sum] = "72ace9c3333e274e9248168fc4f3e300da8545af1c303bd69197027f49e2bfff" inherit pypi setuptools3