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 Dec 26 08:09:41 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-mypy-plugins: Makefile distinfo

Log Message:
py-test-mypy-plugins: updated to 3.2.0

3.2.0

Features

Drops python3.8 support
Adds official python3.13 support

Bugfixes

Fixes regex for colon output
Fixes internal error with TraceLastReprEntry


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-mypy-plugins/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/devel/py-test-mypy-plugins/Makefile:1.7
--- pkgsrc/devel/py-test-mypy-plugins/Makefile:1.6      Mon Nov 11 07:28:25 2024
+++ pkgsrc/devel/py-test-mypy-plugins/Makefile  Thu Dec 26 08:09:41 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:28:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/12/26 08:09:41 adam Exp $
 
-DISTNAME=      pytest-mypy-plugins-3.1.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+DISTNAME=      pytest_mypy_plugins-3.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-mypy-plugins/}
 
@@ -23,8 +23,6 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml-[0-9]*:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 SUBST_CLASSES+=                cmd
 SUBST_STAGE.cmd=       pre-configure
 SUBST_MESSAGE.cmd=     Fixing command name.

Index: pkgsrc/devel/py-test-mypy-plugins/distinfo
diff -u pkgsrc/devel/py-test-mypy-plugins/distinfo:1.4 pkgsrc/devel/py-test-mypy-plugins/distinfo:1.5
--- pkgsrc/devel/py-test-mypy-plugins/distinfo:1.4      Wed Apr  3 14:52:24 2024
+++ pkgsrc/devel/py-test-mypy-plugins/distinfo  Thu Dec 26 08:09:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/04/03 14:52:24 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/12/26 08:09:41 adam Exp $
 
-BLAKE2s (pytest-mypy-plugins-3.1.2.tar.gz) = 3692e418c6331fa0011d7098849eaa70d15744f701655a838f9be6a5768917df
-SHA512 (pytest-mypy-plugins-3.1.2.tar.gz) = 66b11734e19ffc141db26f6ee3d2170129f0f0957651bd4922b787fa1c3502748b24a1dde347788fad5d98aff09290a33488dd0ff99a27c2dbcac74997030172
-Size (pytest-mypy-plugins-3.1.2.tar.gz) = 26202 bytes
+BLAKE2s (pytest_mypy_plugins-3.2.0.tar.gz) = dc38785fbfa7539d443a94555f4f01daad70b60acd9fbc6e33fdd4beabf9787f
+SHA512 (pytest_mypy_plugins-3.2.0.tar.gz) = 51efb154ccf942fdb65f26efca9c9b800d1679e52e19dfa875933d3a0d41f91d5be3455286cb44eb1e5c4cfc06b9b971dec3d2beddf6e1adbd40c5b75fea0281
+Size (pytest_mypy_plugins-3.2.0.tar.gz) = 27292 bytes



Home | Main Index | Thread Index | Old Index