@@ -62,10 +62,10 @@ A brief description of the categories of changes:
62
62
and now ` pyyaml ` and ` PyYAML ` will both work.
63
63
* (bzlmod) ` pip.parse ` spoke repository naming will be changed in an upcoming
64
64
release in places where the users specify different package versions per
65
- platform in the same hub repository. The naming of the spoke repos is considered
66
- an implementation detail and we advise the users to use the ` hub ` repository
67
- directly to avoid such breakage in the future. If ` rules_python ` is missing
68
- features to allow one to do that, please raise tickets .
65
+ platform in the same hub repository. The naming of the spoke repos is
66
+ considered an implementation detail and we advise the users to use the ` hub `
67
+ repository directly and make use of {bzl : obj } ` pip.parse.extra_hub_aliases `
68
+ feature added in this release .
69
69
70
70
{#v0-38-0-fixed}
71
71
### Fixed
@@ -77,7 +77,9 @@ A brief description of the categories of changes:
77
77
which fixes usage of the said wheels using standard package managers.
78
78
* (bzlmod) The extension evaluation has been adjusted to always generate the
79
79
same lock file irrespective if ` experimental_index_url ` is set by any module
80
- or not. Fixes
80
+ or not. To opt into this behavior, set
81
+ {bzl: obj }` pip.parse.parse_all_requirements_files ` , which will become the
82
+ default in future releases leading up to ` 1.0.0 ` . Fixes
81
83
[ #2268 ] ( https://github.com/bazelbuild/rules_python/issues/2268 ) . A known
82
84
issue is that it may break ` bazel query ` and in these use cases it is
83
85
advisable to use ` cquery ` or switch to ` download_only = True `
0 commit comments