summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-03-31 07:30:09 +0000
committeradam <adam@pkgsrc.org>2022-03-31 07:30:09 +0000
commit5b8186f73543bab8b6e06fa49bbd70868bcf5fea (patch)
treeb8691721c07b574aa972236ece643a3655c52b40 /lang
parent99c4864417673aa2d0b5d5d1708054a55ae463a4 (diff)
downloadpkgsrc-5b8186f73543bab8b6e06fa49bbd70868bcf5fea.tar.gz
py-mypy: updated to 0.942
0.942: Fixes to Regressions Let overload item have a more general return type than the implementation Fix inheritance false positives with dataclasses/attrs Support overriding dunder attributes in Enum subclass Fix small conditional overload regression Other Fixes Fix issues related to the order of processing in the builtins import cycle Fix crash in match statement if class name is undefined Allow non-final __match_args__ and overriding
Diffstat (limited to 'lang')
-rw-r--r--lang/py-mypy/Makefile4
-rw-r--r--lang/py-mypy/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/py-mypy/Makefile b/lang/py-mypy/Makefile
index b853120f6aa..af7468e9ac9 100644
--- a/lang/py-mypy/Makefile
+++ b/lang/py-mypy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/03/15 05:53:26 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/03/31 07:30:09 adam Exp $
-DISTNAME= mypy-0.941
+DISTNAME= mypy-0.942
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/}
diff --git a/lang/py-mypy/distinfo b/lang/py-mypy/distinfo
index 6341f7b5c6f..aae8a87c60f 100644
--- a/lang/py-mypy/distinfo
+++ b/lang/py-mypy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/03/15 05:53:26 adam Exp $
+$NetBSD: distinfo,v 1.27 2022/03/31 07:30:09 adam Exp $
-BLAKE2s (mypy-0.941.tar.gz) = ffc527ad4983f46cb093172e0682a0e557b79d63565cada2a9bd6bb1a918ddf3
-SHA512 (mypy-0.941.tar.gz) = b29f3debbc0b79afad5417e8db5784c3a725a4dfbed69c22af91558ab798f6bc4f8ad59fbdeb22d16e6e4b3abc21a9bbb71e2075acc5494ace0bc13513880c73
-Size (mypy-0.941.tar.gz) = 2649786 bytes
+BLAKE2s (mypy-0.942.tar.gz) = f8d95a3de36f0f830109499c74bf7807743ead8be6906ac883802123d60511c7
+SHA512 (mypy-0.942.tar.gz) = 4c69575cbe02df3d6cb8ba160d4e809f7ad3d5852a725c2352684df63ba1823d8fd5ec745f2e198114c8a1b752972e6bff5d9e1dfe4484d3844066b7ac48de1a
+Size (mypy-0.942.tar.gz) = 2651177 bytes