@@ -23,6 +23,27 @@ A brief description of the categories of changes:
2323{#v0-0-0}
2424## Unreleased
2525
26+ ### Changed
27+ - (bzlmod) ` pip.parse ` spoke repository naming has changed in places where the
28+ users specify different package versions per platform in the same hub repository.
29+ We advise the users to use the ` hub ` repository directly to avoid such breakage in
30+ the future.
31+
32+ ### Added
33+ - (bzlmod) ` pip.parse ` now supports ` whl-only ` setup using
34+ ` download_only = True ` where users can specify multiple requirements files
35+ and use the ` pip ` backend to do the downloading. This was only available for
36+ users setting {bzl: obj }` pip.parse.experimental_index_url ` , but now users have
37+ more options whilst we continue to work on stabilizing the experimental feature.
38+
39+ ### Fixed
40+ - (bzlmod) The extension evaluation has been adjusted to always generate the
41+ same lock file irrespective if ` experimental_index_url ` is set by any module
42+ or not. Fixes
43+ [ #2268 ] ( https://github.com/bazelbuild/rules_python/issues/2268 ) . A known
44+ issue is that it may break ` bazel query ` and in these use cases it is
45+ advisable to use ` cquery ` or switch to ` download_only = True `
46+
2647[ 0.0.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
2748
2849{#v0-0-0-changed}
@@ -31,11 +52,9 @@ A brief description of the categories of changes:
3152
3253{#v0-0-0-fixed}
3354### Fixed
34- - The extension evaluation has been adjusted to always generate the same lock
35- file irrespective if ` experimental_index_url ` is set by any module or not.
36- Fixes [ #2268 ] ( https://github.com/bazelbuild/rules_python/issues/2268 ) . A known
37- issue is that it may break ` bazel query ` and in these use cases it is advisable
38- to use ` cquery ` until we have ` sdist ` cross-building from source fully working.
55+ * (rules) Setting ` --incompatible_python_disallow_native_rules ` no longer
56+ causes rules_python rules to fail.
57+ ([ #2326 ] ( https://github.com/bazelbuild/rules_python/issues/2326 ) .
3958
4059{#v0-0-0-added}
4160### Added
0 commit comments