Skip to content

Commit ac8952e

Browse files
committed
chore: change the parse_all_requirements_files default value
1 parent 7010148 commit ac8952e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ A brief description of the categories of changes:
2828
{#v0-0-0-changed}
2929
### Changed
3030
* (deps) bazel_skylib 1.6.1 -> 1.7.1
31+
* (pypi) The naming scheme for the `bzlmod` spoke repositories have changed as
32+
all of the given `requirements.txt` files are now parsed by `default`, to
33+
temporarily restore the behavior, you can use
34+
{bzl:obj}`pip.parse.extra_hub_aliases`, which will be removed or made noop in
35+
the future.
3136

3237
{#v0-0-0-fixed}
3338
### Fixed

examples/bzlmod/MODULE.bazel.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ find in case extra indexes are specified.
786786
default = True,
787787
),
788788
"parse_all_requirements_files": attr.bool(
789-
default = False,
789+
default = True,
790790
doc = """\
791791
A temporary flag to enable users to make `pip` extension result always
792792
the same independent of the whether transitive dependencies use {bzl:attr}`experimental_index_url` or not.

0 commit comments

Comments
 (0)