summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.11.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-astroid: upgrade 2.11.5 -> 2.11.6Xu Huan2022-07-021-32/+0
| | | | | | | | | | | | | 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>
* python3-astroid: upgrade 2.11.3 -> 2.11.5Xu Huan2022-05-291-0/+32
Changelog: ========= - Fix crash while obtaining object_type() of an Unknown node. - Fix a bug where in attempting to handle the patching of distutils by virtualenv, library submodules called distutils (e.g. numpy.distutils) were included also. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>