[meta-python,3/5] python3-astroid: Upgrade 2.9.0 -> 2.9.2

Message ID 20220107174730.3326962-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-psutil: Upgrade 5.8.0 -> 5.9.0 | expand

Commit Message

Leon Anavi Jan. 7, 2022, 5:47 p.m. UTC
Upgrade to release 2.9.2:

- Fixed regression in ``astroid.scoped_nodes`` where
  ``_is_metaclass`` was not accessible anymore.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{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%)

Patch

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