aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb
AgeCommit message (Collapse)Author
2020-11-12meta-python: Drop RDEPEND'ing on python3-typingKhem Raj
Its part of core python package now Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-10-22python3-typeguard: Upgrade 2.9.1 -> 2.10.0Leon Anavi
Upgrade to release 2.10.0: - Added support for Python 3.9 - Added support for nested Literal - Added support for TypedDict inheritance (with some caveats; see the user guide on that for details) - An appropriate TypeError is now raised when encountering an illegal Literal value - Fixed checking NoReturn on Python < 3.8 when typing_extensions was not installed - Fixed import hook matching unwanted modules - Install the pytest plugin earlier in the test run to support more use cases Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>