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 Sep  2 11:51:55 UTC 2026

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

Log Message:
py-tox: updated to 4.61.2

Bug fixes - 4.61.2

tox now expands a generative digit range only where a factor starts, so an environment such as py313-django4-2 keeps its name rather than becoming py313-django4, 3 and 2

Improved documentation - 4.61.2

Document how factors work in one place, covering what a factor is, the characters tox accepts in one, the platform and architecture factors that apply to conditions without appearing in a name, and 
how selecting by factor differs from selecting by name
Give a reference entry to the configuration keys that had none. interrupt_post_commands runs commands_post after an interrupt, and config_file_path, host_python, home and tox_root_name are constants 
a configuration can substitute


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-tox/Makefile
cvs rdiff -u -r1.58 -r1.59 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.69 pkgsrc/devel/py-tox/Makefile:1.70
--- pkgsrc/devel/py-tox/Makefile:1.69   Tue Aug 18 12:46:39 2026
+++ pkgsrc/devel/py-tox/Makefile        Wed Sep  2 11:51:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2026/08/18 12:46:39 adam Exp $
+# $NetBSD: Makefile,v 1.70 2026/09/02 11:51:55 adam Exp $
 
-DISTNAME=      tox-4.60.0
+DISTNAME=      tox-4.61.2
 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.58 pkgsrc/devel/py-tox/distinfo:1.59
--- pkgsrc/devel/py-tox/distinfo:1.58   Tue Aug 18 12:46:39 2026
+++ pkgsrc/devel/py-tox/distinfo        Wed Sep  2 11:51:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2026/08/18 12:46:39 adam Exp $
+$NetBSD: distinfo,v 1.59 2026/09/02 11:51:55 adam Exp $
 
-BLAKE2s (tox-4.60.0.tar.gz) = 32fc1ede6de54beed364cfb431c8314b6cff2bc012287b56f7586a358a95fdf4
-SHA512 (tox-4.60.0.tar.gz) = 777fe7244ec33ed979ca54e331a94a0b4cdb04365c4d96b5ce480172f167f5951b892d3aa78128a6695b40ffb70633d65c1e83c1ad374620a3b78a9c74059e29
-Size (tox-4.60.0.tar.gz) = 301598 bytes
+BLAKE2s (tox-4.61.2.tar.gz) = cde72582b4cc57ab52bb6a3a7ac535ffb821df9c594048df074f04276fad40dd
+SHA512 (tox-4.61.2.tar.gz) = 8ba3dfd3f1595077b756204b159721f7b28279425b1cbc7f04e46282c9f08b81496827fcf4738fa056ea6da2a82ce85d69e826b89fa7163b7fc57f2fc60e378e
+Size (tox-4.61.2.tar.gz) = 306825 bytes



Home | Main Index | Thread Index | Old Index