Path to this page:
Subject: CVS commit: pkgsrc/devel/py-typeguard
From: Adam Ciarcinski
Date: 2023-07-30 09:54:12
Message id: 20230730075412.CCA1CFBDB@cvs.NetBSD.org
Log Message:
py-typeguard: updated to 4.1.0
4.1.0 (2023-07-30)
Added support for passing a tuple as expected_type to check_type(), making it \
more of a drop-in replacement for isinstance()
Fixed regression where Literal inside a Union had quotes stripped from its \
contents, thus typically causing NameError to be raised when run
4.0.1 (2023-07-27)
Fixed handling of typing_extensions.Literal on Python 3.8 and 3.9 when \
typing_extensions>=4.6.0 is installed
Fixed NameError when generated type checking code references an imported name \
from a method
Fixed docstrings disappearing from instrumented functions
Fixed @typechecked failing to instrument functions when there are more than one \
function within the same scope
Fixed frozenset not being checked
Files: