Skip to content

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

Merged
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master
Jul 18, 2025
Merged

[pull] master from aio-libs:master#305
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented Jul 18, 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 : )

Bumps [distlib](https://github.com/pypa/distlib) from 0.3.9 to 0.4.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/distlib/blob/master/CHANGES.rst">distlib's
changelog</a>.</em></p>
<blockquote>
<p>0.4.0</p>
<pre><code>
Released: 2025-07-17
<ul>
<li>
<p>markers</p>
<ul>
<li>Add the <code>interpret_parsed</code> function.</li>
</ul>
</li>
<li>
<p>wheel</p>
<ul>
<li>
<p>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/238">#238</a>: Add
build tag to wheel metadata if specified.</p>
</li>
<li>
<p>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/243">#243</a>:
Update to support free-threading version of Python (3.13t).</p>
</li>
<li>
<p>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/246">#246</a>:
Support subdirectories in the dist-info directory. Thanks to Pieter P
for the patch.</p>
</li>
<li>
<p>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/248">#248</a>: Fix
path normalisation issue caused by the fix for <a
href="https://redirect.github.com/pypa/distlib/issues/246">#246</a>.</p>
</li>
<li>
<p>Move import in script wrapper to &quot;if <strong>name</strong> ==
'main'&quot; clause.</p>
</li>
</ul>
</li>
<li>
<p>tests</p>
<ul>
<li>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/245">#245</a>:
Skip test_package_data if a SKIP_EXT_PACKAGE_DATA environment variable
is present.
</code></pre></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/distlib/commit/aff2cbbc4e8a87b9440cb93472789a213813dbd6"><code>aff2cbb</code></a>
Finalise version.</li>
<li><a
href="https://github.com/pypa/distlib/commit/3716c4bcccac19d0c0f2ce0d1272dd33996381b5"><code>3716c4b</code></a>
Update change log, widen exception catching in test.</li>
<li><a
href="https://github.com/pypa/distlib/commit/660bd337bf3217a7bd907c2ba8a2f8dd291ac793"><code>660bd33</code></a>
Changes for 0.4.0.</li>
<li><a
href="https://github.com/pypa/distlib/commit/56b4ad938455048fc79e599d369e02a1414e9946"><code>56b4ad9</code></a>
Guard script wrapper entrypoint import with if <strong>main</strong> (<a
href="https://redirect.github.com/pypa/distlib/issues/242">#242</a>)</li>
<li><a
href="https://github.com/pypa/distlib/commit/fe573669087cb1109fb0cc249bf0e06a5461324c"><code>fe57366</code></a>
docs: update coverage results link (<a
href="https://redirect.github.com/pypa/distlib/issues/250">#250</a>)</li>
<li><a
href="https://github.com/pypa/distlib/commit/c3286e508bb60cd2337408d88eb614a93b612d8c"><code>c3286e5</code></a>
Temporarily exclude 3.13t on windows-latest.</li>
<li><a
href="https://github.com/pypa/distlib/commit/e6b83d3b0eeb11d8e7b053f11139d15aab89d196"><code>e6b83d3</code></a>
Normalize archive paths in dist-info (<a
href="https://redirect.github.com/pypa/distlib/issues/248">#248</a>)</li>
<li><a
href="https://github.com/pypa/distlib/commit/93baffeaa1773796d802bb761607a6466790dcba"><code>93baffe</code></a>
Skip no-longer-relevant test.</li>
<li><a
href="https://github.com/pypa/distlib/commit/83f656836f4b6d8175172fcb8370fbee691f2bec"><code>83f6568</code></a>
Support subdirectories in .dist-info (fixes <a
href="https://redirect.github.com/pypa/distlib/issues/246">#246</a>) (<a
href="https://redirect.github.com/pypa/distlib/issues/247">#247</a>)</li>
<li><a
href="https://github.com/pypa/distlib/commit/f918abd5d20879041704f9d719533b213a55ad48"><code>f918abd</code></a>
Update <code>test_wheel.WheelTestCase.test_abi</code> for freethreading
(<a
href="https://redirect.github.com/pypa/distlib/issues/244">#244</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/distlib/compare/0.3.9...0.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=distlib&package-manager=pip&previous-version=0.3.9&new-version=0.4.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>
@pull pull bot locked and limited conversation to collaborators Jul 18, 2025
@pull pull bot added the ⤵️ pull label Jul 18, 2025
@pull pull bot merged commit ebf65d9 into tj-python:master Jul 18, 2025
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.

0 participants