forked from pool/python-astroid
Accepting request 937782 from home:pgajdos:python
- version update to 2.9.0 * Add ``end_lineno`` and ``end_col_offset`` attributes to astroid nodes. * Always treat ``__class_getitem__`` as a classmethod. * Add missing ``as_string`` visitor method for ``Unknown`` node. * Fix crash on inference of subclasses created from ``Class().__subclasses__`` * Fix bug with Python 3.7.0 / 3.7.1 and ``typing.NoReturn``. OBS-URL: https://build.opensuse.org/request/show/937782 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=67
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 12:30:06 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.9.0
|
||||
* Add ``end_lineno`` and ``end_col_offset`` attributes to astroid nodes.
|
||||
* Always treat ``__class_getitem__`` as a classmethod.
|
||||
* Add missing ``as_string`` visitor method for ``Unknown`` node.
|
||||
* Fix crash on inference of subclasses created from ``Class().__subclasses__``
|
||||
* Fix bug with Python 3.7.0 / 3.7.1 and ``typing.NoReturn``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 13 20:22:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user