Commit 2dd4cf4
authored
Bump tox from 4.34.1 to 4.50.3 in /CI (#595)
Bumps [tox](https://github.com/tox-dev/tox) from 4.34.1 to 4.50.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/releases">tox's
releases</a>.</em></p>
<blockquote>
<h2>v4.50.3</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>🐛 fix(pkg): distinguish free-threaded Python in wheel build env by
<a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3891">tox-dev/tox#3891</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.50.2...4.50.3">https://github.com/tox-dev/tox/compare/4.50.2...4.50.3</a></p>
<h2>v4.50.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>fix(sdist): include <code>docs/man/tox.1.rst</code> by <a
href="https://github.com/branchv"><code>@branchv</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3890">tox-dev/tox#3890</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/branchv"><code>@branchv</code></a> made
their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3890">tox-dev/tox#3890</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.50.1...4.50.2">https://github.com/tox-dev/tox/compare/4.50.1...4.50.2</a></p>
<h2>v4.50.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>🐛 fix(env): suggest normalized env name for dotted Python versions
by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3888">tox-dev/tox#3888</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.50.0...4.50.1">https://github.com/tox-dev/tox/compare/4.50.0...4.50.1</a></p>
<h2>v4.50.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>document {env:TOX_PACKAGE} for referencing built packages in
commands by <a
href="https://github.com/rahuldevikar"><code>@rahuldevikar</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3873">tox-dev/tox#3873</a></li>
<li>🧪 test(docs): validate doc config examples to prevent regressions by
<a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3875">tox-dev/tox#3875</a></li>
<li>✨ feat(run): add interrupt_post_commands for cleanup after Ctrl-C by
<a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3882">tox-dev/tox#3882</a></li>
<li>✨ feat(config): support subscript syntax and env_name in
conditionals by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3884">tox-dev/tox#3884</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.49.1...4.50.0">https://github.com/tox-dev/tox/compare/4.49.1...4.50.0</a></p>
<h2>v4.49.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Update maintainers by <a
href="https://github.com/rahuldevikar"><code>@rahuldevikar</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3868">tox-dev/tox#3868</a></li>
<li>🐛 fix(run): break deadlock in execution interrupt chain by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3869">tox-dev/tox#3869</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.49.0...4.49.1">https://github.com/tox-dev/tox/compare/4.49.0...4.49.1</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/blob/main/docs/changelog.rst">tox's
changelog</a>.</em></p>
<blockquote>
<h1>Bug fixes - 4.50.3</h1>
<ul>
<li>Use separate <code>.pkg</code> environments for free-threaded Python
targets by including the <code>t</code> suffix in the wheel build
environment name (e.g., <code>.pkg-cpython314t</code>), preventing wheel
tag mismatches when building for <code>py314t</code> - by
:user:<code>gaborbernat</code>. (:issue:<code>3314</code>)</li>
</ul>
<hr />
<p>v4.50.2 (2026-03-19)</p>
<hr />
<h1>Bug fixes - 4.50.2</h1>
<ul>
<li>Fix the sdist to include the missing <code>docs/man/tox.1.rst</code>
file for building the manpage (:issue:<code>3889</code>)</li>
</ul>
<hr />
<p>v4.50.1 (2026-03-19)</p>
<hr />
<h1>Bug fixes - 4.50.1</h1>
<ul>
<li>Detect and suggest normalized environment names when users specify
dotted Python versions (e.g., <code>py3.10-lint</code>) that
match existing environments with compact notation (e.g.,
<code>py310-lint</code>), preventing silent fallback to base
<code>[testenv]</code> configuration - by
:user:<code>gaborbernat</code>. (:issue:<code>3877</code>)</li>
</ul>
<hr />
<p>v4.50.0 (2026-03-17)</p>
<hr />
<h1>Features - 4.50.0</h1>
<ul>
<li>Add <code>interrupt_post_commands</code> option to run cleanup
commands even after SIGINT - by :user:<code>gaborbernat</code>.
(:issue:<code>3858</code>)</li>
<li>Add <code>factor['NAME']</code> and <code>env['VAR']</code>
subscript syntax for conditional expressions, enabling checks of factors
with non-identifier names like <code>factor['3.14']</code>. Add
<code>env_name</code> variable to check the full environment name in
conditions. (:issue:<code>3880</code>)</li>
</ul>
<h1>Bug fixes - 4.50.0</h1>
<ul>
<li>Fix multiple manpage issues: remove duplicate
header/author/copyright sections, set <code>project</code> in Sphinx
config, and
compile the manpage to troff format at wheel-build time instead of
shipping raw RST source - by :user:<code>gaborbernat</code>.
(:issue:<code>3878</code>)</li>
</ul>
<h1>Improved documentation - 4.50.0</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/72839128eef5ec4cb56ba1dbc95fef87b314601d"><code>7283912</code></a>
release 4.50.3</li>
<li><a
href="https://github.com/tox-dev/tox/commit/96727361e705382af19e85afaf5e4177b8d0529c"><code>9672736</code></a>
🐛 fix(pkg): distinguish free-threaded Python in wheel build env (<a
href="https://redirect.github.com/tox-dev/tox/issues/3891">#3891</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/1662c6147baa7dbd356006718a283e6e2a76ad40"><code>1662c61</code></a>
release 4.50.2</li>
<li><a
href="https://github.com/tox-dev/tox/commit/ef45bd8e8576c086c5d620888eeaebf9d4e5409c"><code>ef45bd8</code></a>
fix(sdist): include <code>docs/man/tox.1.rst</code> (<a
href="https://redirect.github.com/tox-dev/tox/issues/3890">#3890</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/dcd955238b7f8d76291d99052e6838a76d9fcbd9"><code>dcd9552</code></a>
release 4.50.1</li>
<li><a
href="https://github.com/tox-dev/tox/commit/a438b58f338349c1b4e0bd5e0af2969bb618657d"><code>a438b58</code></a>
🐛 fix(env): suggest normalized env name for dotted Python versions (<a
href="https://redirect.github.com/tox-dev/tox/issues/3888">#3888</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/db1362d7ba99776d5e5d40d8f1f71b7dbf5bf149"><code>db1362d</code></a>
release 4.50.0</li>
<li><a
href="https://github.com/tox-dev/tox/commit/2d18e29c0c0d5314cc438d3a7ebc35b7d809099f"><code>2d18e29</code></a>
✨ feat(config): support subscript syntax and env_name in conditionals
(<a
href="https://redirect.github.com/tox-dev/tox/issues/3884">#3884</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/bf4e4e8fd333c069f2b38e0135c094b3d644948d"><code>bf4e4e8</code></a>
✨ feat(run): add interrupt_post_commands for cleanup after Ctrl-C (<a
href="https://redirect.github.com/tox-dev/tox/issues/3882">#3882</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/fb1f6afa642e50809565b8a721f1b62e3fbaadfe"><code>fb1f6af</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3879">#3879</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tox-dev/tox/compare/4.34.1...4.50.3">compare
view</a></li>
</ul>
</details>
<br />2 files changed
Lines changed: 31 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
178 | 174 | | |
179 | 175 | | |
180 | 176 | | |
181 | | - | |
182 | | - | |
183 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
184 | 180 | | |
| 181 | + | |
185 | 182 | | |
186 | 183 | | |
187 | 184 | | |
| |||
227 | 224 | | |
228 | 225 | | |
229 | 226 | | |
230 | | - | |
231 | | - | |
232 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
233 | 230 | | |
234 | 231 | | |
235 | 232 | | |
236 | 233 | | |
237 | 234 | | |
238 | | - | |
239 | | - | |
240 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
241 | 238 | | |
242 | 239 | | |
| 240 | + | |
243 | 241 | | |
244 | 242 | | |
245 | 243 | | |
| |||
396 | 394 | | |
397 | 395 | | |
398 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
399 | 401 | | |
400 | 402 | | |
401 | 403 | | |
| |||
480 | 482 | | |
481 | 483 | | |
482 | 484 | | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
487 | 491 | | |
488 | 492 | | |
489 | 493 | | |
490 | 494 | | |
491 | 495 | | |
492 | 496 | | |
493 | | - | |
494 | | - | |
495 | | - | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
496 | 500 | | |
497 | 501 | | |
498 | 502 | | |
| |||
525 | 529 | | |
526 | 530 | | |
527 | 531 | | |
528 | | - | |
529 | | - | |
530 | | - | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
531 | 535 | | |
532 | 536 | | |
533 | 537 | | |
| |||
0 commit comments