Overview

Request 891337 accepted

- Update to 2.5.6
* Fix retro-compatibility issues with old version of pylint
Closes PyCQA/pylint#4402
* Fixes the discord link in the project urls of the package.
Closes PyCQA/pylint#4393
* The packaging is now done via setuptools exclusively.
doc, tests, and Changelog are not packaged anymore - reducing
the size of the package greatly.
* __pkginfo__ now only contain __version__ (also accessible with
astroid.__version__), other meta-information are still
accessible with import importlib;metadata.metadata('astroid').
* Added inference tip for typing.Tuple alias
* Fix crash when evaluating typing.NamedTuple
Closes PyCQA/pylint#4383
* COPYING was removed in favor of COPYING.LESSER and the latter
was renamed to LICENSE to make more apparent that the code is
licensed under LGPLv2 or later.
* Takes into account the fact that subscript inferring for a
ClassDef may involve class_getitem method
* Reworks the collections and typing brain so that pylint`s
acceptance tests are fine.
Closes PyCQA/pylint#4206
* Use inference_tip for typing.TypedDict brain.
* Fix mro for classes that inherit from typing.Generic
* Add inference tip for typing.Generic and typing.Annotated with
__class_getitem__
Closes PyCQA/pylint#2822
* Detects import numpy as a valid numpy import.
Closes PyCQA/pylint#3974
* Iterate over Keywords when using ClassDef.get_children

Request History
Benjamin Greiner's avatar

bnavigator created request

- Update to 2.5.6
* Fix retro-compatibility issues with old version of pylint
Closes PyCQA/pylint#4402
* Fixes the discord link in the project urls of the package.
Closes PyCQA/pylint#4393
* The packaging is now done via setuptools exclusively.
doc, tests, and Changelog are not packaged anymore - reducing
the size of the package greatly.
* __pkginfo__ now only contain __version__ (also accessible with
astroid.__version__), other meta-information are still
accessible with import importlib;metadata.metadata('astroid').
* Added inference tip for typing.Tuple alias
* Fix crash when evaluating typing.NamedTuple
Closes PyCQA/pylint#4383
* COPYING was removed in favor of COPYING.LESSER and the latter
was renamed to LICENSE to make more apparent that the code is
licensed under LGPLv2 or later.
* Takes into account the fact that subscript inferring for a
ClassDef may involve class_getitem method
* Reworks the collections and typing brain so that pylint`s
acceptance tests are fine.
Closes PyCQA/pylint#4206
* Use inference_tip for typing.TypedDict brain.
* Fix mro for classes that inherit from typing.Generic
* Add inference tip for typing.Generic and typing.Annotated with
__class_getitem__
Closes PyCQA/pylint#2822
* Detects import numpy as a valid numpy import.
Closes PyCQA/pylint#3974
* Iterate over Keywords when using ClassDef.get_children


Matej Cepl's avatar

mcepl accepted request

openSUSE Build Service is sponsored by