Path to this page:
Subject: CVS commit: pkgsrc/devel/py-tox
From: Thomas Klausner
Date: 2023-08-24 22:33:39
Message id: 20230824203340.10DE0FBDB@cvs.NetBSD.org
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)
Files: