Skip to content

[pull] master from aio-libs:master#306

Merged
pull[bot] merged 2 commits intotj-python:masterfrom
aio-libs:master
Jul 21, 2025
Merged

[pull] master from aio-libs:master#306
pull[bot] merged 2 commits intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented Jul 21, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 2 commits July 21, 2025 12:04
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.2 to
20.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/virtualenv/releases">virtualenv's
releases</a>.</em></p>
<blockquote>
<h2>20.32.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>release 20.31.2 by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/2886">pypa/virtualenv#2886</a></li>
<li>Fix the CI by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/2904">pypa/virtualenv#2904</a></li>
<li>activate.fish: update fish major version check by <a
href="https://github.com/r5d"><code>@​r5d</code></a> in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2891">pypa/virtualenv#2891</a></li>
<li>Fix: Ignore missing absolute paths for python discovery by <a
href="https://github.com/esafak"><code>@​esafak</code></a> in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2907">pypa/virtualenv#2907</a></li>
<li>Discover uv-managed Python installations by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2902">pypa/virtualenv#2902</a></li>
<li>Add warning for incorrect usage of Nushell activation script by <a
href="https://github.com/esafak"><code>@​esafak</code></a> in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2906">pypa/virtualenv#2906</a></li>
<li>Update index.rst, compatibility section added, other subheadings
created by <a href="https://github.com/velle"><code>@​velle</code></a>
in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2897">pypa/virtualenv#2897</a></li>
<li>Bump setuptools version by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/virtualenv/pull/2900">pypa/virtualenv#2900</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/r5d"><code>@​r5d</code></a> made their
first contribution in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2891">pypa/virtualenv#2891</a></li>
<li><a href="https://github.com/esafak"><code>@​esafak</code></a> made
their first contribution in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2907">pypa/virtualenv#2907</a></li>
<li><a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2902">pypa/virtualenv#2902</a></li>
<li><a href="https://github.com/velle"><code>@​velle</code></a> made
their first contribution in <a
href="https://redirect.github.com/pypa/virtualenv/pull/2897">pypa/virtualenv#2897</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/virtualenv/compare/20.31.2...20.32.0">https://github.com/pypa/virtualenv/compare/20.31.2...20.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's
changelog</a>.</em></p>
<blockquote>
<h2>v20.32.0 (2025-07-20)</h2>
<p>Features - 20.32.0</p>
<pre><code>- Warn on incorrect invocation of Nushell activation script -
by :user:`esafak`. (:issue:`nushell_activation`)
- Discover uv-managed Python installations (:issue:`2901`)
<p>Bugfixes - 20.32.0
</code></pre></p>
<ul>
<li>Ignore missing absolute paths for python discovery - by
:user:<code>esafak</code> (:issue:<code>2870</code>)</li>
<li>Upgrade embedded setuptools to <code>80.9.0</code> from
<code>80.3.1</code> - by :user:<code>gaborbernat</code>.
(:issue:<code>2900</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/virtualenv/commit/74afc5a1b7767142243f35f6bf828b56d5c132ce"><code>74afc5a</code></a>
release 20.32.0</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/40c84e4327b3ec83b20c3d3c9eb044ef7f3889cb"><code>40c84e4</code></a>
Bump setuptools version (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2900">#2900</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/f3961eb23f9714a5378dcd4e79b710deaf03ab97"><code>f3961eb</code></a>
Update index.rst, compatibility section added, other subheadings created
(<a
href="https://redirect.github.com/pypa/virtualenv/issues/2897">#2897</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/75518b15cf4f5eb635d61d80a5dc6fc715c163ae"><code>75518b1</code></a>
Add warning for incorrect usage of Nushell activation script (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2906">#2906</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/430eb4b1857864e9409917490aad144223f2d897"><code>430eb4b</code></a>
Discover uv-managed Python installations (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2902">#2902</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/e7e0ae34ed6ddd7c3047dbede1d7fde77a096d3a"><code>e7e0ae3</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2905">#2905</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/269599a7d268976e88e9dff749fdf12832f9d6f9"><code>269599a</code></a>
Fix: Ignore missing absolute paths for python discovery (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2907">#2907</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/29e969822fc6b786061949fc20321e4f878f01f8"><code>29e9698</code></a>
activate.fish: update fish major version check (<a
href="https://redirect.github.com/pypa/virtualenv/issues/2891">#2891</a>)</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/07e61107546b5a867df4d4f9b633968621226e55"><code>07e6110</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/virtualenv/issues/2904">#2904</a>
from gaborbernat/fix-ci-07-10</li>
<li><a
href="https://github.com/pypa/virtualenv/commit/30e58ff3ee6b5816e662f2c738cab3a40ed7bb03"><code>30e58ff</code></a>
Fix the CI</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/virtualenv/compare/20.31.2...20.32.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.31.2&new-version=20.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aiohttp vendors llhttp in its source distributions, and it also bundles it as a part for platform-specific wheels. Previously, this was not exposed in the core packaging metadata.

With this patch, now it is. The change includes both the license file from the vendored project and adds it to the SPDX expression following PEP 639.

This is configured through the `setup.cfg` config for the `setuptools` build backend.

PR #11226

Co-Authored-By: Karolina Surma <ksurma@redhat.com>
Co-Authored-By: 🇺🇦 Sviatoslav Sydorenko <webknjaz@redhat.com>
@pull pull bot locked and limited conversation to collaborators Jul 21, 2025
@pull pull bot added the ⤵️ pull label Jul 21, 2025
@pull pull bot merged commit 8afdc4d into tj-python:master Jul 21, 2025
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant