summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.12.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-astroid: Upgrade 2.12.9 -> 2.12.10Leon Anavi2022-09-191-32/+0
| | | | | | | | | | | Upgrade to release 2.12.10: - Fixed a crash when introspecting modules compiled by `cffi` - ``decorators.cached`` now gets its cache cleared by calling ``AstroidManager.clear_cache`` Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.12.5 -> 2.12.9Leon Anavi2022-09-081-0/+32
Upgrade to release 2.12.9: - Fixed creation of the ``__init__`` of ``dataclassess`` with multiple inheritance. - Fixed a crash on ``namedtuples`` that use ``typename`` to specify their name. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>