Path to this page:
Subject: CVS commit: pkgsrc/devel/py-astroid
From: Thomas Klausner
Date: 2024-08-11 08:43:02
Message id: 20240811064302.DEB66FC74@cvs.NetBSD.org
Log Message:
py-astroid: update to 3.3.1.
3.3.1
Fix a crash introduced in 3.3.0 involving invalid format strings.
3.3.0
Add support for Python 3.13.
Remove support for Python 3.8 (and constants PY38, PY39_PLUS, and PYPY_7_3_11_PLUS).
Add the __annotations__ attribute to the ClassDef object model.
Implement inference for JoinedStr and FormattedValue
Add support for ssl.OP_LEGACY_SERVER_CONNECT (new in Python 3.12).
Files: