File tree 1 file changed +4
-4
lines changed
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:
33
33
([ 2310] ( https://github.com/bazelbuild/rules_python/issues/2310 ) ).
34
34
* (publish) The dependencies have been updated to the latest available versions
35
35
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 )
36
40
* (bzlmod) ` pip.parse ` spoke repository naming has changed in places where the
37
41
users specify different package versions per platform in the same hub repository.
38
42
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:
45
49
` bzlmod ` users would have observed.
46
50
* (pypi) (Bazel 7.4+) Allow spaces in filenames included in ` whl_library ` s
47
51
([ 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 )
52
52
* (bzlmod) The extension evaluation has been adjusted to always generate the
53
53
same lock file irrespective if ` experimental_index_url ` is set by any module
54
54
or not. Fixes
You can’t perform that action at this time.
0 commit comments