Path to this page:
Subject: CVS commit: pkgsrc/devel/py-astroid
From: Adam Ciarcinski
Date: 2021-11-14 16:22:57
Message id: 20211114152257.C63A5FAEC@cvs.NetBSD.org
Log Message:
py-astroid: updated to 2.8.5
What's New in astroid 2.8.5?
============================
* Use more permissive versions for the ``typed-ast`` dependencie (<2.0 \
instead of <1.5)
* Fix crash on inference of ``__len__``.
* Added missing ``kind`` (for ``Const``) and ``conversion`` (for \
``FormattedValue``) fields to repr.
* Fix crash with assignment expressions, nested if expressions and filtering of \
statements
* Fix incorrect filtering of assignment expressions statements
Files: