Skip to content

Commit eff1dd7

Browse files
Bump wheel from 0.45.1 to 0.46.0 (#10689)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b2c47c commit eff1dd7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/constraints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ packaging==24.2
128128
# gunicorn
129129
# pytest
130130
# sphinx
131+
# wheel
131132
pip-tools==7.4.1
132133
# via -r requirements/dev.in
133134
platformdirs==4.3.7
@@ -279,7 +280,7 @@ virtualenv==20.30.0
279280
# via pre-commit
280281
wait-for-it==2.3.0
281282
# via -r requirements/test.in
282-
wheel==0.45.1
283+
wheel==0.46.0
283284
# via pip-tools
284285
yarl==1.18.3
285286
# via -r requirements/runtime-deps.in

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ packaging==24.2
125125
# gunicorn
126126
# pytest
127127
# sphinx
128+
# wheel
128129
pip-tools==7.4.1
129130
# via -r requirements/dev.in
130131
platformdirs==4.3.7
@@ -270,7 +271,7 @@ virtualenv==20.30.0
270271
# via pre-commit
271272
wait-for-it==2.3.0
272273
# via -r requirements/test.in
273-
wheel==0.45.1
274+
wheel==0.46.0
274275
# via pip-tools
275276
yarl==1.18.3
276277
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)