diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-27 16:03:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:08 -0800 |
commit | 8baf471be1e5466b3e439d610b74f8645b1bfa35 (patch) | |
tree | f0f8ab3c79cf1e2b9c3b252ab81e7499a0e81e66 /meta-python | |
parent | 7769269d43102c89334d2edf3bbb86a519e3d1a7 (diff) | |
download | meta-openembedded-8baf471be1e5466b3e439d610b74f8645b1bfa35.tar.gz |
python3-astroid: upgrade 2.14.1 -> 2.14.2
Changelog:
==========
'_infer_str_format_call' won't crash anymore when the string it analyses are uninferable.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.14.2.bb (renamed from meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb b/meta-python/recipes-devtools/python/python3-astroid_2.14.2.bb index e59d1d9991..e8b86071a3 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.14.2.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "LGPL-2.1-only" | 4 | LICENSE = "LGPL-2.1-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "bd1aa4f9915c98e8aaebcd4e71930154d4e8c9aaf05d35ac0a63d1956091ae3f" | 7 | SRC_URI[sha256sum] = "a3cf9f02c53dd259144a7e8f3ccd75d67c9a8c716ef183e0c1f291bc5d7bb3cf" |
8 | 8 | ||
9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
10 | file://0001-pyproject.toml-Replace-with.patch \ | 10 | file://0001-pyproject.toml-Replace-with.patch \ |