Releases: tox-dev/tox
Releases · tox-dev/tox
4.0.0
What's Changed
Full Changelog: 4.0.0rc4...4.0.0
4.0.0rc4
What's Changed
- Remove deprecated
whitelist_externals
configuration option by @jugmac00 in #2600 - Do not conflate extra markers and extra dependencies by @gaborbernat in #2605
Full Changelog: 4.0.0rc3...4.0.0rc4
4.0.0rc3
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 by @dependabot in #2594
- Lock parallel package operations by @gaborbernat in #2593
- Better handling of build backend without editable support and add --exit-and-dump-after flag by @gaborbernat in #2597
Full Changelog: 4.0.0rc2...4.0.0rc3
4.0.0rc2
What's Changed
- release 4.0.0rc1 by @gaborbernat in #2559
- Update code block template by @hugovk in #2570
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by @dependabot in #2573
- Avoid recreation of virtualenv due to symlinks by @ssbarnea in #2574
- Add missing build test dependency by @ssbarnea in #2577
- Support for recursive extras by @gaborbernat in #2579
- Do not set COLUMNS or LINES if already set by user by @gaborbernat in #2580
- Allow replacing keys with - in INI config by @gaborbernat in #2581
- Use devpi-process instead rolling our own by @gaborbernat in #2582
- Remove link to gitter by @jugmac00 in #2584
- Update bug report template by @jugmac00 in #2585
- Support - prefix for commands exit code ignore by @gaborbernat in #2586
- Ensure paths constructed by tox stay meaningful by @gaborbernat in #2587
- Ensure only one tox environment operates on a packaging environment by @gaborbernat in #2588
- Fallback to editable-legacy if the build backend does not have build_editable by @gaborbernat in #2590
- Do not pull in Python 2 as dependency by @gaborbernat in #2589
Full Changelog: 4.0.0rc1...4.0.0rc2
4.0.0rc1
What's Changed
- release 4.0.0b3 by @gaborbernat in #2553
- Support for generative section names by @gaborbernat in #2557
- Allow installing relative paths that go outside tox root folder by @ssbarnea in #2554
Full Changelog: 4.0.0b3...4.0.0rc1
4.0.0b3
What's Changed
- release 4.0.0b1 by @gaborbernat in #2338
- Bump deps and migrate conf generator to its own module by @gaborbernat in #2341
- Use tox over tox4 by @gaborbernat in #2345
- Bump pre-commit dependencies by @gaborbernat in #2348
- Use .tox instead of .tox/4 as work dir by @gaborbernat in #2347
- Remove codecov by @gaborbernat in #2349
- Support -va as well as -av by @gaborbernat in #2351
- Do not perform interpolation for INI files by @gaborbernat in #2352
- Delete
tox
mailing list by @jugmac00 in #2367 - Use hatchling instead of setuptools as build backend by @gaborbernat in #2369
- Fix Bestwalter video link by @nhtsai in #2387
- Use PEP-621 to load project dependencies by @gaborbernat in #2499
- Migrate tox 3 documentation by @gaborbernat in #2408
- Bump tools and deps by @gaborbernat in #2522
- Disable coloring with TERM=dumb or NO_COLOR by @ssbarnea in #2541
- Avoid ignored explicit argument 're' console message by @ssbarnea in #2545
- PythonDeps: move
cli_only
handling logic to_parse_requirements
by @masenf in #2547 - Improve coloring of logged commands by @ssbarnea in #2546
- Bump dependencies by @gaborbernat in #2551
- Avoid impossible minversion requirement by @ssbarnea in #2549
- PEP-660 support by @gaborbernat in #2502
- Allow passing config directory without filename by @ssbarnea in #2550
New Contributors
Full Changelog: 4.0.0b1...4.0.0b3
3.27.1
What's Changed
- release 3.27.0 by @gaborbernat in #2520
- setup.cfg: Replace deprecated license_file with license_files by @mgorny in #2521
- Fix PYTHONPATH passed to envreport / "pip freeze" by @f3flight in #2529
New Contributors
Full Changelog: 3.27.0...3.27.1
3.27.0
What's Changed
- release 3.26.0 by @gaborbernat in #2490
- Drop --build-option flag from isolated build script by @adamchainz in #2497
- Remove read-only files upon cleanup by @robgom in #2501
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2503
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2505
- Clearly state that
install_command
only takes one command by @jugmac00 in #2509 - Document problems with plugin and provision env (refs #2469) by @ziima in #2511
- Provision lock by @masenf in #2516
New Contributors
Full Changelog: 3.26.0...3.27.0
3.26.0
What's Changed
- release 3.25.1 by @gaborbernat in #2451
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2454
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2465
- Check 3.11 support v3 by @gaborbernat in #2468
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2471
- Update CODEOWNERS by @jugmac00 in #2472
- Fix fallback to "python" environment when "isolated_build = true" is set by @Unrud in #2475
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2477
- Use tomllib from the standard library on Python 3.11+ by @hroncok in #2463
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2485
- Fix SetuptoolsDeprecationWarning about using --global-option by @adamchainz in #2487
New Contributors
Full Changelog: 3.25.1...3.26.0
3.25.1
What's Changed
- release 3.25.0 by @gaborbernat in #2398
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2399
- Adding APPDATA as default passenv on Windows by @niander in #2404
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2415
- Avoid importing pipes on Python 3.3+ by @adamchainz in #2418
- Fix link to download stats by @jugmac00 in #2424
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2441
- Bump actions/setup-python from 2 to 4 by @dependabot in #2446
- Bump actions/download-artifact from 2 to 3 by @dependabot in #2444
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #2443
- Bump actions/checkout from 2 to 3 by @dependabot in #2445
- Improve advice on constraints files by @apljungquist in #2423
- fix isolated builds when stderr is buffered and appears after print() by @asottile in #2449
- Unify badges style by @DeadNews in #2448
New Contributors
- @niander made their first contribution in #2404
- @dependabot made their first contribution in #2446
- @apljungquist made their first contribution in #2423
- @DeadNews made their first contribution in #2448
Full Changelog: 3.25.0...3.25.1