15
0

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:
2021-12-09 16:54:39 +00:00
committed by Git OBS Bridge
parent 93a25f6815
commit 222d7799b8
4 changed files with 14 additions and 5 deletions

View File

@@ -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>