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.
Description
Port of the changes in pypa/installer#141 to STB. Fixes hashes in built wheel
RECORD
files by correcting the hashing procedure to conform to PEP 376 specifications.Verification
Checkout this branch locally, bump the minor version in
src/sphinx_theme_builder/__init__.py::__version__
, and runpip install -e .
from thesphinx-theme-builder
repository root.Clone https://github.com/pydata/pydata-sphinx-theme
Run
python -m build --no-isolation
from thepydata-sphinx-theme
repository rootRun this script from the
pydata-sphinx-theme
repository root and verify it does not except:Next steps
This is an upstream transitive dependency of LangChain and Jupyter AI, which are significant community efforts. A release should quickly follow upon merge.