pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-mypy



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 11 07:07:42 UTC 2022

Modified Files:
        pkgsrc/lang/py-mypy: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/py-mypy/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/py-mypy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-mypy/Makefile
diff -u pkgsrc/lang/py-mypy/Makefile:1.26 pkgsrc/lang/py-mypy/Makefile:1.27
--- pkgsrc/lang/py-mypy/Makefile:1.26   Wed Jan  5 15:41:12 2022
+++ pkgsrc/lang/py-mypy/Makefile        Tue Jan 11 07:07:42 2022
@@ -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/}
 

Index: pkgsrc/lang/py-mypy/distinfo
diff -u pkgsrc/lang/py-mypy/distinfo:1.24 pkgsrc/lang/py-mypy/distinfo:1.25
--- pkgsrc/lang/py-mypy/distinfo:1.24   Thu Dec 30 21:19:26 2021
+++ pkgsrc/lang/py-mypy/distinfo        Tue Jan 11 07:07:42 2022
@@ -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