aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-07-06 17:48:59 +0300
committerKhem Raj <raj.khem@gmail.com>2021-07-08 09:17:50 -0700
commit3620ab9a67fef87e605ccce229145413517c6aaf (patch)
tree130c02d3510b8ae6f159c8edd2e714df3df8e469
parent39aefd4eb7396d4125ca675f7ea02d576b5a9863 (diff)
downloadmeta-openembedded-contrib-3620ab9a67fef87e605ccce229145413517c6aaf.tar.gz
python3-astroid: Upgrade 2.6.0 -> 2.6.2
Upgrade to release 2.6.2: - Fix a crash when the inference of the length of a node failed - Fix unhandled StopIteration during inference, following the implementation of PEP479 in python 3.7+ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_2.6.2.bb (renamed from meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb b/meta-python/recipes-devtools/python/python3-astroid_2.6.2.bb
index e6c485bccf..88a7c49499 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.6.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
-SRC_URI[sha256sum] = "09bdb456e02564731f8b5957cdd0c98a7f01d2db5e90eb1d794c353c28bfd705"
+SRC_URI[sha256sum] = "38b95085e9d92e2ca06cf8b35c12a74fa81da395a6f9e65803742e6509c05892"
inherit pypi setuptools3