summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.12.13.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-astroid: Upgrade 2.12.13 -> 2.13.2Leon Anavi2023-01-121-32/+0
| | | | | | | | | | | Upgrade to release 2.13.2: - Removed version conditions on typing_extensions dependency. - Removed typing_extensions from our tests requirements as it was preventing issues to appear in our continuous integration. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.12.12 -> 2.12.13Wang Mingyu2022-11-281-0/+32
Changelog: =========== Prevent returning an empty list for ClassDef.slots() when the mro list contains one class & it is not object. Prevent a crash when inferring calls to str.format with inferred arguments Infer the length argument of the random.sample function. Catch ValueError when indexing some builtin containers and sequences during inference. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>