pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tox



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 27 12:44:19 UTC 2026

Modified Files:
        pkgsrc/devel/py-tox: Makefile PLIST distinfo

Log Message:
py-tox: updated to 4.54.0

Features - 4.54.0
Declare the runtime dependencies of the tox.pytest plugin (pytest, devpi-process and pytest-mock) under a new testing extra, so plugin authors can pull them in via tox[testing] - by @gaborbernat.

Bug fixes - 4.54.0
Extend the generated TOML schema to cover every replace table form (env, ref, posargs, glob, if), including conditional replacements used inside commands. A guard test asserts the schema stays in 
sync with the loader implementation so future replace types cannot be added without a corresponding schema entry.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-tox/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-tox/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-tox/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-tox/Makefile
diff -u pkgsrc/devel/py-tox/Makefile:1.66 pkgsrc/devel/py-tox/Makefile:1.67
--- pkgsrc/devel/py-tox/Makefile:1.66   Fri Apr 24 09:51:40 2026
+++ pkgsrc/devel/py-tox/Makefile        Wed May 27 12:44:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2026/04/24 09:51:40 adam Exp $
+# $NetBSD: Makefile,v 1.67 2026/05/27 12:44:19 adam Exp $
 
-DISTNAME=      tox-4.53.0
+DISTNAME=      tox-4.54.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tox/}

Index: pkgsrc/devel/py-tox/PLIST
diff -u pkgsrc/devel/py-tox/PLIST:1.17 pkgsrc/devel/py-tox/PLIST:1.18
--- pkgsrc/devel/py-tox/PLIST:1.17      Fri Apr 24 09:51:40 2026
+++ pkgsrc/devel/py-tox/PLIST   Wed May 27 12:44:19 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2026/04/24 09:51:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2026/05/27 12:44:19 adam Exp $
 bin/tox-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -376,6 +376,9 @@ ${PYSITELIB}/tox/util/graph.pyo
 ${PYSITELIB}/tox/util/path.py
 ${PYSITELIB}/tox/util/path.pyc
 ${PYSITELIB}/tox/util/path.pyo
+${PYSITELIB}/tox/util/redact.py
+${PYSITELIB}/tox/util/redact.pyc
+${PYSITELIB}/tox/util/redact.pyo
 ${PYSITELIB}/tox/util/spinner.py
 ${PYSITELIB}/tox/util/spinner.pyc
 ${PYSITELIB}/tox/util/spinner.pyo

Index: pkgsrc/devel/py-tox/distinfo
diff -u pkgsrc/devel/py-tox/distinfo:1.55 pkgsrc/devel/py-tox/distinfo:1.56
--- pkgsrc/devel/py-tox/distinfo:1.55   Fri Apr 24 09:51:40 2026
+++ pkgsrc/devel/py-tox/distinfo        Wed May 27 12:44:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2026/04/24 09:51:40 adam Exp $
+$NetBSD: distinfo,v 1.56 2026/05/27 12:44:19 adam Exp $
 
-BLAKE2s (tox-4.53.0.tar.gz) = 03ce904190a84e926ead4a9b174a2fb95c3bf2e893f6f9e8cd2b375c8ee79736
-SHA512 (tox-4.53.0.tar.gz) = f43388935335f94be0ad0ee6376ef272e12dbbd0b4df386cb6a6733f0aebf7ad9620d706b90a913a44d00b0a1b7ac1df69b27f519d804191efcf4f9d99d10ffd
-Size (tox-4.53.0.tar.gz) = 274048 bytes
+BLAKE2s (tox-4.54.0.tar.gz) = a08c587bee0ad64971ae367b77d8bd2190067a38c2f40802583158733231e031
+SHA512 (tox-4.54.0.tar.gz) = 923f622c8c0706a7d667e74b1ff42ec9c8ef578bc59e335cbb03ec3b654025263350241ee72c775499519f9d0b504fa859fe365b9435f25698c84449a3e217ed
+Size (tox-4.54.0.tar.gz) = 279256 bytes



Home | Main Index | Thread Index | Old Index