summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mypy_0.902.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-mypy: Upgrade 0.902 -> 0.910Leon Anavi2021-06-241-26/+0
| | | | | | | | | | | | | | | | Upgrade to release 0.910: - Call get_method_hook when methods are used in decorators - Don't ask to install a stub package if stubs are installed - [mypyc] Support various number-related dunders - Fix crash when inferring multiple assignment with overloaded function - Replace variable annotation with type comment to fix Python 3.5 - docs: updating URL in comment Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-mypy: Upgrade 0.812 -> 0.902Leon Anavi2021-06-221-0/+26
Upgrade to release 0.902: - Move third-party library stubs to stub packages, allowing newer stubs to be easily used without updating mypy - Support pyproject.toml and type guards - Ship wheels for Apple Silicon - Many other features and bug fixes License-Update: Update copyright year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>