Conversation
* Dropped bdist_wheel along with its entry point and related code * Replaced vendored "packaging" with a run-time dependency on it * Dropped support for Python 3.8 * Made "wheel.metadata" private (but allowed import with a deprecation warning) * Made "wheel.cli" private * Added missing type annotations * Migrated to native TOML tox configuration * Test the CLI using subprocess calls * Added Python 3.14 to the test matrix
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #655 +/- ##
===========================================
+ Coverage 78.25% 93.20% +14.95%
===========================================
Files 14 11 -3
Lines 1122 633 -489
===========================================
- Hits 878 590 -288
+ Misses 244 43 -201 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Coverage computation is a bit of an issue with the subprocess approach. |
… using subprocess calls Also fixed a formatting error in metadata.py.
effigies
reviewed
Mar 27, 2025
bwoodsend
added a commit
to bwoodsend/pyinstaller
that referenced
this pull request
Mar 28, 2025
The `wheel.bdist_wheel` module has moved into setuptools. The former is being removed, albeit with a deprecated `from setuptools.command.bdist_wheel import bdist_wheel` compatibility shim in its place. See: pypa/wheel#655
bwoodsend
added a commit
to bwoodsend/pyinstaller
that referenced
this pull request
Mar 29, 2025
The `wheel.bdist_wheel` module has moved into setuptools. The former is being removed, albeit with a deprecated `from setuptools.command.bdist_wheel import bdist_wheel` compatibility shim in its place. See: pypa/wheel#655
bwoodsend
added a commit
to pyinstaller/pyinstaller
that referenced
this pull request
Mar 29, 2025
The `wheel.bdist_wheel` module has moved into setuptools. The former is being removed, albeit with a deprecated `from setuptools.command.bdist_wheel import bdist_wheel` compatibility shim in its place. See: pypa/wheel#655
This was referenced Apr 24, 2025
abravalheri
pushed a commit
to abravalheri/setuptools
that referenced
this pull request
Apr 28, 2025
* Dropped the `bdist_wheel` implementation, left a compatibility shim to import it from `setuptools.command.bdist_wheel` or, if that fails, raise a human-readable `ImportError` * Replaced vendored `packaging` with a run-time dependency on it * Dropped support for Python 3.8 * Made `wheel.metadata` private (but allowed import with a deprecation warning) * Made `wheel.cli` private * Added missing type annotations * Migrated to native TOML tox configuration * Test the CLI by invoking the `main()` function instead of individual command functions, thus exercising the argument parser * Added Python 3.14 to the test matrix * Used relative imports wherever possible
dalcinl
added a commit
to mpi4py/mpi4py
that referenced
this pull request
Jan 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
setuptoolsor, if that fails, raise a human-readableImportErrorpackagingwith a run-time dependency on itwheel.metadataprivate (but allowed import with a deprecation warning)wheel.cliprivate