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 28 04:43:00 UTC 2025

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

Log Message:
py-tox: updated to 4.26.0

Features - 4.26.0
Add support for free-threaded python builds. Factors like py313t will only pick builds with the GIL disabled while factors without trailing t will only pick builds without no-GIL support.
Drop support for EOL Python 3.8.

Bugfixes - 4.26.0
Fix a regression issue related to inability to use file| substitution option in nested set_env sections of ini configurations since tox4 update.
Fix TypeError for HelpFormatter with Python 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-tox/Makefile
cvs rdiff -u -r1.46 -r1.47 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.57 pkgsrc/devel/py-tox/Makefile:1.58
--- pkgsrc/devel/py-tox/Makefile:1.57   Mon Apr 28 20:22:43 2025
+++ pkgsrc/devel/py-tox/Makefile        Wed May 28 04:43:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2025/04/28 20:22:43 adam Exp $
+# $NetBSD: Makefile,v 1.58 2025/05/28 04:43:00 adam Exp $
 
-DISTNAME=      tox-4.25.0
+DISTNAME=      tox-4.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tox/}

Index: pkgsrc/devel/py-tox/distinfo
diff -u pkgsrc/devel/py-tox/distinfo:1.46 pkgsrc/devel/py-tox/distinfo:1.47
--- pkgsrc/devel/py-tox/distinfo:1.46   Mon Apr 28 20:22:43 2025
+++ pkgsrc/devel/py-tox/distinfo        Wed May 28 04:43:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2025/04/28 20:22:43 adam Exp $
+$NetBSD: distinfo,v 1.47 2025/05/28 04:43:00 adam Exp $
 
-BLAKE2s (tox-4.25.0.tar.gz) = ad31271285290fc6148c5cfe477584d320d4c6f3935a86d78e9c5820b51b55c2
-SHA512 (tox-4.25.0.tar.gz) = 3560b667af03ca41c1bd8fa9eaa90f8c988b7f946498f3bc2d0a4dfa3a481d8ada27acb6201bde284a2bcfe14b86ee409a3ce8e875531423862d1af88e6248fb
-Size (tox-4.25.0.tar.gz) = 196255 bytes
+BLAKE2s (tox-4.26.0.tar.gz) = f015a95ddd838e9ef6877cd6f00dbb560d82d03d8a71100ba37b60e6cc8417b9
+SHA512 (tox-4.26.0.tar.gz) = ad2e311cd63c45a079b8c230a2feb364270b7a8bcf44b626385f8e442c6683ae841b3f34417b504f927608685a254fef3767d832fb5cfcc324c9cbf6ff7ea997
+Size (tox-4.26.0.tar.gz) = 197260 bytes



Home | Main Index | Thread Index | Old Index