File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ BEGIN_UNRELEASED_TEMPLATE
4040### Fixed
4141* (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files
4242 that are not generated or regular files.
43+ * (runfiles) Fix incorrect Python runfiles path assumption - the existing
44+ implementation assumes that it is always four levels below the runfiles
45+ directory, leading to incorrect path checks
46+ ([#3085](https://github.com/bazel-contrib/rules_python/issues/3085)).
4347
4448{#v0-0-0-added}
4549### Added
@@ -248,10 +252,6 @@ END_UNRELEASED_TEMPLATE
248252 package targeting different target platforms.
249253 ([ #2797 ] ( https://github.com/bazel-contrib/rules_python/issues/2797 ) ).
250254* (py_wheel) Add directories in deterministic order.
251- * (runfiles) Fix incorrect Python runfiles path assumption - the existing
252- implementation assumes that it is always four levels below the runfiles
253- directory, leading to incorrect path checks
254- ([ #3085 ] ( https://github.com/bazel-contrib/rules_python/issues/3085 ) ).
255255
256256{#v1-6-0-added}
257257### Added
You can’t perform that action at this time.
0 commit comments