From d0bedfca0c47e0d19352dd2133ace9270adfaa78 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 16 Jun 2021 12:34:05 +0300 Subject: [PATCH] python3-astroid: Upgrade 2.5.7 -> 2.5.8 Upgrade to release 2.5.8: - Improve support for Pattern Matching - Add lineno and col_offset for ``Keyword`` nodes and Python 3.9+ - Add global inference cache to speed up inference of long statement blocks - Add a limit to the total number of nodes inferred indirectly as a result of inferring some node Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-astroid_2.5.7.bb => python3-astroid_2.5.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.5.7.bb => python3-astroid_2.5.8.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.7.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.8.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-astroid_2.5.7.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.5.8.bb index c805dc4dc..68165abd1 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.5.7.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.8.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "d66a600e1602736a0f24f725a511b0e50d12eb18f54b31ec276d2c26a0a62c6a" +SRC_URI[sha256sum] = "2476b7f0d6cec13f4c1f53b54bea2ce072310ac9fc7acb669d5270190c748042" inherit pypi setuptools3