summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.11.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-astroid: upgrade 2.11.6 -> 2.12.2zhengruoqin2022-07-241-32/+0
| | | | | | | | | | Changelog: ========== Fixed crash in modulo operations for divisions by zero. Fixed crash with recursion limits during inference. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.11.5 -> 2.11.6Xu Huan2022-07-021-0/+32
Changelog: ========== The Qt brain now correctly treats calling .disconnect() (with no arguments) on a slot as valid. The argparse brain no longer incorrectly adds "Namespace" to the locals of functions that return an argparse.Namespace object. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>