diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-04 15:05:52 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 07:29:38 -0800 |
commit | cbb5b9229404c738ce0d3bdecd37d16a10d6ea1a (patch) | |
tree | c12b4f60b93f33e36a6232255c0a7adae665bf61 /meta-python | |
parent | 7163c83e82bb6975b1868f0d45ea858ef3805023 (diff) | |
download | meta-openembedded-cbb5b9229404c738ce0d3bdecd37d16a10d6ea1a.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>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-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" | |||
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d" | 7 | SRC_URI[sha256sum] = "cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||