aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typeguard_2.9.1.bb
AgeCommit message (Collapse)Author
2020-07-16python3-typeguard: Enable ptestZang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17python3-typeguard: Upgrade 2.7.1 -> 2.9.1Ryan Rowe
2.9.1 (2020-06-07) - Fixed ImportError on Python < 3.8 when typing_extensions was not installed 2.9.0 (2020-06-06) - Upped the minimum Python version from 3.5.2 to 3.5.3 - Added support for typing.NoReturn - Added full support for typing_extensions (now equivalent to support of the typing module) - Added the option of supplying check_type() with globals/locals for correct resolution of forward references - Fixed erroneous TypeError when trying to check against non-runtime typing.Protocol (skips the check for now until a proper compatibility check has been implemented) - Fixed forward references in TypedDict not being resolved - Fixed checking against recursive types 2.8.0 (2020-06-02) - Added support for the Mock and MagicMock types (PR by prescod) - Added support for typing_extensions.Literal (PR by Ryan Rowe) - Fixed unintended wrapping of untyped generators (PR by prescod) - Fixed checking against bound type variables with check_type() without a call memo - Fixed error message when checking against a Union containing a Literal Signed-off-by: Ryan Rowe <rrowe@xevo.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>