@@ -62,10 +62,10 @@ A brief description of the categories of changes:
6262 and now ` pyyaml ` and ` PyYAML ` will both work.
6363* (bzlmod) ` pip.parse ` spoke repository naming will be changed in an upcoming
6464 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 .
6969
7070{#v0-38-0-fixed}
7171### Fixed
@@ -77,7 +77,9 @@ A brief description of the categories of changes:
7777 which fixes usage of the said wheels using standard package managers.
7878* (bzlmod) The extension evaluation has been adjusted to always generate the
7979 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
8183 [ #2268 ] ( https://github.com/bazelbuild/rules_python/issues/2268 ) . A known
8284 issue is that it may break ` bazel query ` and in these use cases it is
8385 advisable to use ` cquery ` or switch to ` download_only = True `
0 commit comments