Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-astroid: Upgrade 2.12.5 -> 2.12.9 | Leon Anavi | 2022-09-08 | 1 | -32/+0 |
| | | | | | | | | | | | | 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> | ||||
* | python3-astroid: upgrade 2.12.4 -> 2.12.5 | Wang Mingyu | 2022-09-07 | 1 | -0/+32 |
Changelog: ========== * Prevent first-party imports from being resolved to 'site-packages'. * Fix "astroid.interpreter._import.util.is_namespace()" incorrectly returning "True" for frozen stdlib modules on PyPy. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |