pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-mypy-plugins
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 2 07:55:16 UTC 2026
Modified Files:
pkgsrc/devel/py-test-mypy-plugins: Makefile distinfo
Log Message:
py-test-mypy-plugins: updated to 4.0.0
4.0.0
Bugfixes
Breaking: Errors are now ignored in site-packages by default. The --mypy-only-local-stub flag
has been removed and replaced with --mypy-no-silence-site-packages which can be used to restore
the previous behavior if needed. This change was made to avoid errors being raised when enabling
certain mypy options, e.g. the explicit-override error code or the --disallow-subclassing-any
flag, which resulted in violations due to these not being supported with the stubs provided by
typeshed for the standard library. In addition, this affected other error codes or flags for some
third-party libraries in django-stubs.
Breaking: When running in a subprocess (the default), PYTHONPATH is no longer set. With the
above change, violations would still be raised in the main module for a test case, but those that
were flagged in imported modules would no longer be raised. This was because these modules were
being added to PYTHONPATH which caused mypy to treat them as belonging in site-packages and not
as part of the first-party package. The new --mypy-modify-pythonpath flag can be used to revert
to the previous behavior if needed.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-mypy-plugins/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-mypy-plugins/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-mypy-plugins/Makefile
diff -u pkgsrc/devel/py-test-mypy-plugins/Makefile:1.11 pkgsrc/devel/py-test-mypy-plugins/Makefile:1.12
--- pkgsrc/devel/py-test-mypy-plugins/Makefile:1.11 Tue Feb 17 11:09:37 2026
+++ pkgsrc/devel/py-test-mypy-plugins/Makefile Thu Apr 2 07:55:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/02/17 11:09:37 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/04/02 07:55:16 adam Exp $
-DISTNAME= pytest_mypy_plugins-3.3.0
+DISTNAME= pytest_mypy_plugins-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy-plugins/}
Index: pkgsrc/devel/py-test-mypy-plugins/distinfo
diff -u pkgsrc/devel/py-test-mypy-plugins/distinfo:1.6 pkgsrc/devel/py-test-mypy-plugins/distinfo:1.7
--- pkgsrc/devel/py-test-mypy-plugins/distinfo:1.6 Tue Feb 17 11:09:37 2026
+++ pkgsrc/devel/py-test-mypy-plugins/distinfo Thu Apr 2 07:55:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/02/17 11:09:37 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/04/02 07:55:16 adam Exp $
-BLAKE2s (pytest_mypy_plugins-3.3.0.tar.gz) = 067268ab4aa2b317706a10571da419dfa6b890b4e630d13fbcd9ffd479244418
-SHA512 (pytest_mypy_plugins-3.3.0.tar.gz) = 70ebd2ecee2a3d22c0e4c800b93b341e304a0c418680c644c955d7f65829f987ac6b527a80b052f5d8d508197a8415d2ea78750a43fa638bec88f87aad725b95
-Size (pytest_mypy_plugins-3.3.0.tar.gz) = 28907 bytes
+BLAKE2s (pytest_mypy_plugins-4.0.0.tar.gz) = 10f36eec3510e60e3eed97a3dd2d91f89f9943d7ab846d1575a532efae79d508
+SHA512 (pytest_mypy_plugins-4.0.0.tar.gz) = aa01083e58ab8e758765cf655e14fdbf4f71892d8912a441f7110b15da06d693b9f0fb7a0802603aee84ee5f5431f9380d1e65b163a4b0b5db399b4c75984e81
+Size (pytest_mypy_plugins-4.0.0.tar.gz) = 29535 bytes
Home |
Main Index |
Thread Index |
Old Index