aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-04 15:05:52 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-05 12:22:57 -0800
commit9c20bc7b13cbde6a8e55c315a1c1780f05ab6998 (patch)
treef19c2a39b965f119b007f22768ec4f04bae6c9e6
parent20eec0b39a1e9b4abe005fb1063de94a54c46d0e (diff)
downloadmeta-openembedded-contrib-9c20bc7b13cbde6a8e55c315a1c1780f05ab6998.tar.gz
python3-astroid: Upgrade 2.5 -> 2.5.1
Upgrade to release 2.5.1: - The ``context.path`` is reverted to a set because otherwise it leads to false positives for non `numpy` functions. - Don't transform dataclass ClassVars - Improve typing.TypedDict inference - Fix the `Duplicates found in MROs` false positive. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-astroid_2.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
index f69d85015c..84315767d3 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-SRC_URI[sha256sum] = "b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d"
+SRC_URI[sha256sum] = "cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d"
inherit pypi setuptools3