Path to this page:
Subject: CVS commit: pkgsrc/devel/py-astroid
From: Adam Ciarcinski
Date: 2022-08-26 09:43:30
Message id: 20220826074330.67BF2F9EC@cvs.NetBSD.org
Log Message:
py-astroid: updated to 2.12.4
What's New in astroid 2.12.4?
* Fixed a crash involving non-standard type comments such as ``# type: # any \
comment``.
What's New in astroid 2.12.3?
* Fixed crash in ``ExplicitNamespacePackageFinder`` involving \
``_SixMetaPathImporter``.
* Fix unhandled `FutureWarning` from pandas import in cython modules
* Fix false positive with inference of type-annotated Enum classes.
* Fix crash with inference of type-annotated Enum classes where the member has \
no value.
* Fix a crash inferring invalid old-style string formatting with `%`.
* Fix false positive with inference of ``http`` module when iterating ``HTTPStatus``.
* Bumped minimum requirement of ``wrapt`` to 1.14 on Python 3.11.
* Don't add dataclass fields annotated with ``KW_ONLY`` to the list of fields.
Files: