Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-astroid: Upgrade 2.12.10 -> 2.12.11 | Leon Anavi | 2022-10-10 | 1 | -32/+0 |
| | | | | | | | | | | | | Upgrade to release 2.12.11: - Improve detection of namespace packages for the modules with __spec__ set to None. - Fixed a regression in the creation of the __init__ of dataclasses with multiple inheritance. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-astroid: Upgrade 2.12.9 -> 2.12.10 | Leon Anavi | 2022-09-19 | 1 | -0/+32 |
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> |