Skip to content

Commit e90d257

Browse files
committed
fixup! Merge branch 'main' into fix/lockfile-inconsistency
1 parent 5025f90 commit e90d257

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ A brief description of the categories of changes:
3333
([2310](https://github.com/bazelbuild/rules_python/issues/2310)).
3434
* (publish) The dependencies have been updated to the latest available versions
3535
for the `twine` publishing rule.
36+
* (whl_library) Remove `--no-build-isolation` to allow non-hermetic sdist builds
37+
by default. Users wishing to keep this argument and to enforce more hermetic
38+
builds can do so by passing the argument in
39+
[`pip.parse#extra_pip_args`](https://rules-python.readthedocs.io/en/latest/api/rules_python/python/extensions/pip.html#pip.parse.extra_pip_args)
3640
* (bzlmod) `pip.parse` spoke repository naming has changed in places where the
3741
users specify different package versions per platform in the same hub repository.
3842
We advise the users to use the `hub` repository directly to avoid such breakage in
@@ -45,10 +49,6 @@ A brief description of the categories of changes:
4549
`bzlmod` users would have observed.
4650
* (pypi) (Bazel 7.4+) Allow spaces in filenames included in `whl_library`s
4751
([617](https://github.com/bazelbuild/rules_python/issues/617)).
48-
* (whl_library) Remove `--no-build-isolation` to allow non-hermetic sdist builds
49-
by default. Users wishing to keep this argument and to enforce more hermetic
50-
builds can do so by passing the argument in
51-
[`pip.parse#extra_pip_args`](https://rules-python.readthedocs.io/en/latest/api/rules_python/python/extensions/pip.html#pip.parse.extra_pip_args)
5252
* (bzlmod) The extension evaluation has been adjusted to always generate the
5353
same lock file irrespective if `experimental_index_url` is set by any module
5454
or not. Fixes

0 commit comments

Comments
 (0)