Skip to content

Commit 8578b02

Browse files
committed
merge conflicts
1 parent a520e29 commit 8578b02

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

CHANGELOG.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,6 @@ 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-
4726
[0.0.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
4827

4928
{#v0-0-0-changed}
@@ -54,10 +33,19 @@ A brief description of the categories of changes:
5433
([2310](https://github.com/bazelbuild/rules_python/issues/2310)).
5534
* (publish) The dependencies have been updated to the latest available versions
5635
for the `twine` publishing rule.
36+
- (bzlmod) `pip.parse` spoke repository naming has changed in places where the
37+
users specify different package versions per platform in the same hub repository.
38+
We advise the users to use the `hub` repository directly to avoid such breakage in
39+
the future.
5740

5841
{#v0-0-0-fixed}
5942
### Fixed
60-
* Nothing yet
43+
- (bzlmod) The extension evaluation has been adjusted to always generate the
44+
same lock file irrespective if `experimental_index_url` is set by any module
45+
or not. Fixes
46+
[#2268](https://github.com/bazelbuild/rules_python/issues/2268). A known
47+
issue is that it may break `bazel query` and in these use cases it is
48+
advisable to use `cquery` or switch to `download_only = True`
6149

6250
{#v0-0-0-added}
6351
### Added
@@ -66,6 +54,11 @@ A brief description of the categories of changes:
6654
`requirements_linux.txt`, `requirements_windows.txt` for each respective OS
6755
and one extra file `requirements_universal.txt` if you prefer a single file.
6856
The `requirements.txt` file may be removed in the future.
57+
- (bzlmod) `pip.parse` now supports `whl-only` setup using
58+
`download_only = True` where users can specify multiple requirements files
59+
and use the `pip` backend to do the downloading. This was only available for
60+
users setting {bzl:obj}`pip.parse.experimental_index_url`, but now users have
61+
more options whilst we continue to work on stabilizing the experimental feature.
6962

7063
{#v0-0-0-removed}
7164
### Removed

0 commit comments

Comments
 (0)