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:           Thu Apr 16 10:42:45 UTC 2026

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

Log Message:
py-mypy: updated to 1.20.1

1.20.1

Always disable sync in SQLite cache
Temporarily skip few base64 tests
Revert dict.__or__ typeshed change
Fix narrowing for match case with variadic tuples
Avoid narrowing type[T] in type calls
Fix regression for catching empty tuple in except
Fix reachability for frozenset and dict view narrowing
Fix narrowing with chained comparison
Avoid narrowing to unreachable at module level
Allow dangerous identity comparisons to Any typed variables
--warn-unused-config should not be a strict flag


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/py-mypy/Makefile
cvs rdiff -u -r1.62 -r1.63 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.68 pkgsrc/lang/py-mypy/Makefile:1.69
--- pkgsrc/lang/py-mypy/Makefile:1.68   Thu Apr  2 07:53:54 2026
+++ pkgsrc/lang/py-mypy/Makefile        Thu Apr 16 10:42:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2026/04/02 07:53:54 adam Exp $
+# $NetBSD: Makefile,v 1.69 2026/04/16 10:42:45 adam Exp $
 
-DISTNAME=      mypy-1.20.0
+DISTNAME=      mypy-1.20.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mypy/}

Index: pkgsrc/lang/py-mypy/distinfo
diff -u pkgsrc/lang/py-mypy/distinfo:1.62 pkgsrc/lang/py-mypy/distinfo:1.63
--- pkgsrc/lang/py-mypy/distinfo:1.62   Thu Apr  2 07:53:54 2026
+++ pkgsrc/lang/py-mypy/distinfo        Thu Apr 16 10:42:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2026/04/02 07:53:54 adam Exp $
+$NetBSD: distinfo,v 1.63 2026/04/16 10:42:45 adam Exp $
 
-BLAKE2s (mypy-1.20.0.tar.gz) = 74ca697ec7c2808c57cb61fb52406e64d1beea770aac906ce4540297082a6394
-SHA512 (mypy-1.20.0.tar.gz) = 1c3a3cacda1180f7344a4c03bb0c3003b5f6ad4148972b5cc32f004facbee08648c053bc815766ad0a8d25e993626610690289658b8172612a42e62cb5b70090
-Size (mypy-1.20.0.tar.gz) = 3815028 bytes
+BLAKE2s (mypy-1.20.1.tar.gz) = 226a8de948fecd5d82ee434441811e5b96425ed96f7180424692144efce83f10
+SHA512 (mypy-1.20.1.tar.gz) = 4ab5366170c661ccfae43de1503d6f772b1daf3fa4946075092ae4764662f9050e6699072fbef3289c59eb5403148dd01601e8eaabd03e19cca630a5e8e34ad7
+Size (mypy-1.20.1.tar.gz) = 3815892 bytes



Home | Main Index | Thread Index | Old Index