15
0

- update to 2.12.11:

* Improve detection of namespace packages for the modules with ``__spec__``
    set to None.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=74
This commit is contained in:
2022-10-13 19:35:09 +00:00
committed by Git OBS Bridge
parent 0b8c790d0b
commit cb1725c065
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 13 19:31:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.12.11:
* Improve detection of namespace packages for the modules with ``__spec__``
set to None.
-------------------------------------------------------------------
Fri Sep 23 20:40:39 UTC 2022 - Ben Greiner <code@bnavigator.de>