File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments