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:   wiz
Date:           Thu Aug 24 20:33:39 UTC 2023

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

Log Message:
py-tox: update to 4.10.0.

v4.10.0 (2023-08-21)

Features - 4.10.0

    Change accepted environment name rule: must be made up of
    factors defined in configuration or match regex
    (pypy|py|cython|)((\d(\.\d+(\.\d+)?)?)|\d+)?. If an environment
    name does not match this fail, and if a close match found
    suggest that to the user. (#3099)

Bugfixes - 4.10.0

    --override foo+=bar appending syntax will now work correctly
    when foo wasn’t defined in tox.ini. (#3100)

v4.9.0 (2023-08-16)

Features - 4.9.0

    Disallow command line environments which are not explicitly
    specified in the config file - by @tjsmart. (#2858)

v4.8.0 (2023-08-12)

Features - 4.8.0

    --override can now take options in the form of foo+=bar which
    will append bar to the end of an existing list/dict, rather
    than replacing it. (#3087)

v4.7.0 (2023-08-08)

Features - 4.7.0

    Make –hashseed default to PYTHONHASHSEED, if defined - by
    @paravoid. The main motivation for this is to able to set the
    hash seed when building the documentation with “tox -e docs”,
    and thus avoid embedding a random value in the tox documentation
    for –help. This caused documentation builds to fail to build
    reproducibly. (#2942)

Bugfixes - 4.7.0

    Update a regular expression in tests to match the exception
    message in both Python 3.12 and older. (#3065)

Improved Documentation - 4.7.0

    Fix broken links - by @gaborbernat. (#3072)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-tox/Makefile
cvs rdiff -u -r1.24 -r1.25 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.34 pkgsrc/devel/py-tox/Makefile:1.35
--- pkgsrc/devel/py-tox/Makefile:1.34   Tue Jul 25 08:53:30 2023
+++ pkgsrc/devel/py-tox/Makefile        Thu Aug 24 20:33:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2023/07/25 08:53:30 adam Exp $
+# $NetBSD: Makefile,v 1.35 2023/08/24 20:33:39 wiz Exp $
 
-DISTNAME=      tox-4.6.4
+DISTNAME=      tox-4.10.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.24 pkgsrc/devel/py-tox/distinfo:1.25
--- pkgsrc/devel/py-tox/distinfo:1.24   Tue Jul 25 08:53:30 2023
+++ pkgsrc/devel/py-tox/distinfo        Thu Aug 24 20:33:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/07/25 08:53:30 adam Exp $
+$NetBSD: distinfo,v 1.25 2023/08/24 20:33:39 wiz Exp $
 
-BLAKE2s (tox-4.6.4.tar.gz) = d71b7ff5b8814d21ec21b1c03907aa9c82a7508294b69a0816506e28aa055c19
-SHA512 (tox-4.6.4.tar.gz) = b6a4673ea58e21b5e8b3d1330244d46ac7a36563a089b2e03cfcd7039386ab6afc437ebf4c516bbe373133a7beb54ebb380d39ab126be69f3601226f2273f3c2
-Size (tox-4.6.4.tar.gz) = 172650 bytes
+BLAKE2s (tox-4.10.0.tar.gz) = 7e7d6f0713effe0a240529e06e640f476586519caee264ed32e987f0db359eef
+SHA512 (tox-4.10.0.tar.gz) = c634fea5ab2989f2528107c75e7a1e4e328e8f5780d5fe6a3fda25e5c3d56e095db435cd5566231f3bc8e2d20d3b3e7a0e1b9be8de5a32e4b3602ed26f02f3b9
+Size (tox-4.10.0.tar.gz) = 174296 bytes



Home | Main Index | Thread Index | Old Index