pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-mypy py-mypy: updated to 0.931



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c0ca290b404
branches:  trunk
changeset: 371630:5c0ca290b404
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 11 07:07:42 2022 +0000

description:
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:

 lang/py-mypy/Makefile |  5 ++---
 lang/py-mypy/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r d04ecb278e0c -r 5c0ca290b404 lang/py-mypy/Makefile
--- a/lang/py-mypy/Makefile     Tue Jan 11 07:02:16 2022 +0000
+++ b/lang/py-mypy/Makefile     Tue Jan 11 07:07:42 2022 +0000
@@ -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 -r d04ecb278e0c -r 5c0ca290b404 lang/py-mypy/distinfo
--- a/lang/py-mypy/distinfo     Tue Jan 11 07:02:16 2022 +0000
+++ b/lang/py-mypy/distinfo     Tue Jan 11 07:07:42 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index