diff options
author | adam <adam@pkgsrc.org> | 2022-01-11 07:07:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-01-11 07:07:42 +0000 |
commit | 8b73fbadf68aad8f5e2a93f06615f56081821728 (patch) | |
tree | 8dccdc6bb66693cce1eb9d89110984a70d8c2567 /lang | |
parent | bdd9af1c3bc98f13e5358d4dd21b0735ff50929c (diff) | |
download | pkgsrc-8b73fbadf68aad8f5e2a93f06615f56081821728.tar.gz |
py-mypy: updated to 0.931
0.931
Fixes to Regressions
Fix mypyc binary wheel
Revert to treating multi-line strings as a single value for exclude in TOML files
Revert to treating exclude in .ini as a single value
Fix __slots__ regression
Fix regression with __module__ and similar non-final Enum attributes
Fix regression when a contextmanager yields a generic function
Fix __reduce__ regression
Fix NoReturn type aliases
Fix regression in None handling with --no-strict-optional
Fix crash related to generics
Restore removed builtin_type() plugin API method
Other Fixes
Always allow the use of type[T] in stubs
Fix PEP 585 type aliases in stubs
Fix bug with literal types in stubtest
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-mypy/Makefile | 5 | ||||
-rw-r--r-- | lang/py-mypy/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/py-mypy/Makefile b/lang/py-mypy/Makefile index f9c5f1edd3f..b01746a3b07 100644 --- a/lang/py-mypy/Makefile +++ b/lang/py-mypy/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2022/01/05 15:41:12 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/01/11 07:07:42 adam Exp $ -DISTNAME= mypy-0.930 +DISTNAME= mypy-0.931 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/} diff --git a/lang/py-mypy/distinfo b/lang/py-mypy/distinfo index 6904464ae05..eff23c6f877 100644 --- a/lang/py-mypy/distinfo +++ b/lang/py-mypy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2021/12/30 21:19:26 adam Exp $ +$NetBSD: distinfo,v 1.25 2022/01/11 07:07:42 adam Exp $ -BLAKE2s (mypy-0.930.tar.gz) = 44e734b8b8a3934b3a983d605f990b22df40e5a946ebc881fdadc6ebbed88cd9 -SHA512 (mypy-0.930.tar.gz) = 64e9aeea260a657867b88f32a5d0e8ebd8c90e0f402b07e96f4620f7945e6982a55d7b7fccdc0d1d610eb032d61e25f2ac9cd7a2660a7ccadb86bc8c24a0b466 -Size (mypy-0.930.tar.gz) = 2727175 bytes +BLAKE2s (mypy-0.931.tar.gz) = 522c7a3a137853047e20f5e5b8ac8461863574dd04ca1544a5d1fd92d6f652b4 +SHA512 (mypy-0.931.tar.gz) = 5963cee575e2eb8dcf0968d3bf5f6dc5e257f440b6a00f4a13f34491511cf02dc00bebaf6268e70df9b745d3aa1c4a58446a33029ea617130d0e851f25c31599 +Size (mypy-0.931.tar.gz) = 2729650 bytes |