Path to this page:
Subject: CVS commit: pkgsrc/devel/py-typeguard
From: Adam Ciarcinski
Date: 2023-08-27 04:50:34
Message id: 20230827025034.87F0BFBDB@cvs.NetBSD.org
Log Message:
py-typeguard: updated to 4.1.3
4.1.3
- Dropped Python 3.7 support
- Fixed ``@typechecked`` optimization causing compilation of instrumented code \
to fail
when any block was left empty by the AST transformer (eg `if` or `try` / \
`except` blocks)
- Fixed placement of injected typeguard imports with respect to ``__future__`` \
imports and module
Files: