Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Apr 3, 2025

See Commits and Changes for more details.


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

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

Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/wheel/releases">wheel's
releases</a>.</em></p>
<blockquote>
<h2>0.46.0</h2>
<ul>
<li>Dropped support for Python 3.8</li>
<li>Removed the <code>bdist_wheel</code> setuptools command
implementation and entry point. The <code>wheel.bdist_wheel</code>
module is now just an alias to
<code>setuptools.command.bdist_wheel</code>, emitting a deprecation
warning on import.</li>
<li>Removed vendored <code>packaging</code> in favor of a run-time
dependency on it</li>
<li>Made the <code>wheel.metadata</code> module private (with a
deprecation warning if it's imported</li>
<li>Made the <code>wheel.cli</code> package private (no deprecation
warning)</li>
<li>Fixed an exception when calling the <code>convert</code> command
with an empty description field</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/wheel/blob/main/docs/news.rst">wheel's
changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
<p><strong>0.46.0 (2025-04-03)</strong></p>
<ul>
<li>Dropped support for Python 3.8</li>
<li>Removed the <code>bdist_wheel</code> setuptools command
implementation and entry point.
The <code>wheel.bdist_wheel</code> module is now just an alias to
<code>setuptools.command.bdist_wheel</code>, emitting a deprecation
warning on import.</li>
<li>Removed vendored <code>packaging</code> in favor of a run-time
dependency on it</li>
<li>Made the <code>wheel.metadata</code> module private (with a
deprecation warning if it's
imported</li>
<li>Made the <code>wheel.cli</code> package private (no deprecation
warning)</li>
<li>Fixed an exception when calling the <code>convert</code> command
with an empty description
field</li>
</ul>
<p><strong>0.45.1 (2024-11-23)</strong></p>
<ul>
<li>Fixed pure Python wheels converted from eggs and wininst files
having the ABI tag in
the file name</li>
</ul>
<p><strong>0.45.0 (2024-11-08)</strong></p>
<ul>
<li>
<p>Refactored the <code>convert</code> command to not need setuptools to
be installed</p>
</li>
<li>
<p>Don't configure setuptools logging unless running
<code>bdist_wheel</code></p>
</li>
<li>
<p>Added a redirection from <code>wheel.bdist_wheel.bdist_wheel</code>
to
<code>setuptools.command.bdist_wheel.bdist_wheel</code> to improve
compatibility with
<code>setuptools</code>' latest fixes.</p>
<p>Projects are still advised to migrate away from the deprecated module
and import
the <code>setuptools</code>' implementation explicitly. (PR by <a
href="https://github.com/abravalheri"><code>@​abravalheri</code></a>)</p>
</li>
</ul>
<p><strong>0.44.0 (2024-08-04)</strong></p>
<ul>
<li>Canonicalized requirements in METADATA file (PR by Wim
Jeantine-Glenn)</li>
<li>Deprecated the <code>bdist_wheel</code> module, as the code was
migrated to <code>setuptools</code>
itself</li>
</ul>
<p><strong>0.43.0 (2024-03-11)</strong></p>
<ul>
<li>Dropped support for Python 3.7</li>
<li>Updated vendored <code>packaging</code> to 24.0</li>
</ul>
<p><strong>0.42.0 (2023-11-26)</strong></p>
<ul>
<li>Allowed removing build tag with <code>wheel tags --build
&quot;&quot;</code></li>
<li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing
updated <code>WHEEL</code> fields after a
blank line, causing other tools to ignore them</li>
<li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing
<code>WHEEL</code> with CRLF line endings or
a mix of CRLF and LF</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/wheel/commit/1da658384bbfc14c091085bb98828e68368a1ed5"><code>1da6583</code></a>
Created a new release</li>
<li><a
href="https://github.com/pypa/wheel/commit/a99cdd578f4ae3c058a6297ab38b4b14c476e082"><code>a99cdd5</code></a>
Refactored the codebase (<a
href="https://redirect.github.com/pypa/wheel/issues/655">#655</a>)</li>
<li><a
href="https://github.com/pypa/wheel/commit/374c4026acc114a95c77f0529891613973be78c0"><code>374c402</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pypa/wheel/issues/647">#647</a>)</li>
<li><a
href="https://github.com/pypa/wheel/commit/6427a578bbc2ba411c5645ecbd5e0f237f041b7e"><code>6427a57</code></a>
Switched to SPDX license classifier</li>
<li><a
href="https://github.com/pypa/wheel/commit/42ed97524222b9d0eccf22e2e452777edf22c6e8"><code>42ed975</code></a>
Updated the short description</li>
<li><a
href="https://github.com/pypa/wheel/commit/3028d38b5aec19f966660de8e24c45bb5c23f359"><code>3028d38</code></a>
Fixed test failures (<a
href="https://redirect.github.com/pypa/wheel/issues/651">#651</a>)</li>
<li><a
href="https://github.com/pypa/wheel/commit/edb5f7a4572d0ac9193fb1fcc64ee28c74019946"><code>edb5f7a</code></a>
Check for empty description when converting metadata (<a
href="https://redirect.github.com/pypa/wheel/issues/646">#646</a>)</li>
<li><a
href="https://github.com/pypa/wheel/commit/426b8dd5f43dd4f5a39a9d34d38ab708d769a417"><code>426b8dd</code></a>
Added the Python 3.13 classifier</li>
<li>See full diff in <a
href="https://github.com/pypa/wheel/compare/0.45.1...0.46.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wheel&package-manager=pip&previous-version=0.45.1&new-version=0.46.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 added the ⤵️ pull label Apr 3, 2025
@pull pull bot merged commit eff1dd7 into tj-python:master Apr 3, 2025
@codecov-commenter
Copy link

codecov-commenter commented Apr 3, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.71%. Comparing base (1b2c47c) to head (eff1dd7).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   98.71%   98.71%           
=======================================
  Files         125      125           
  Lines       37445    37445           
  Branches     2075     2075           
=======================================
  Hits        36963    36963           
  Misses        335      335           
  Partials      147      147           
Flag Coverage Δ
CI-GHA 98.59% <ø> (ø)
OS-Linux 98.25% <ø> (ø)
OS-Windows 96.19% <ø> (+<0.01%) ⬆️
OS-macOS 97.36% <ø> (ø)
Py-3.10.11 97.27% <ø> (ø)
Py-3.10.16 97.82% <ø> (-0.01%) ⬇️
Py-3.11.11 97.86% <ø> (-0.05%) ⬇️
Py-3.11.9 97.35% <ø> (ø)
Py-3.12.9 98.36% <ø> (ø)
Py-3.13.2 98.35% <ø> (+<0.01%) ⬆️
Py-3.9.13 97.14% <ø> (ø)
Py-3.9.21 97.64% <ø> (-0.05%) ⬇️
Py-pypy7.3.16 87.33% <ø> (-5.55%) ⬇️
VM-macos 97.36% <ø> (ø)
VM-ubuntu 98.25% <ø> (ø)
VM-windows 96.19% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant