@@ -71,8 +71,8 @@ END_UNRELEASED_TEMPLATE
71
71
[ #2630 ] ( https://github.com/bazel-contrib/rules_python/issues/2630 )
72
72
* (pypi) From now on the list of default platforms only includes ` linux_x86_64 ` , ` linux_aarch64 ` ,
73
73
` osx_x86_64 ` , ` osx_aarch64 ` and ` windows_x86_64 ` . If you are on other platforms, you need to
74
- use the ` pip.default ` to configure it yourself. If you are interested in graduating the
75
- platform, consider helping set us up CI for them and update the documentation .
74
+ use the ` pip.default ` to configure it yourself. If you are interested in supporting
75
+ additional platforms by default, consider donating CI owners and resources .
76
76
* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
77
77
* (core) ` #!/usr/bin/env bash ` is now used as a shebang in the stage1 bootstrap template.
78
78
* (gazelle: docs ) The Gazelle docs have been migrated from {gh-path}` gazelle/README.md ` to
@@ -96,9 +96,10 @@ END_UNRELEASED_TEMPLATE
96
96
* (pypi) The pipstar ` defaults ` configuration now supports any custom platform
97
97
name.
98
98
* (pypi) The selection of the whls has been changed and should no longer result
99
- in ambiguous select matches ({gh-issue}` 2759 ` ) and should be much more efficient
100
- when running ` bazel query ` due to fewer repositories being included
101
- ({gh-issue}` 2849 ` ).
99
+ in ambiguous select matches
100
+ ([ #2759 ] ( https://github.com/bazel-contrib/rules_python/issues/2759 ) ).
101
+ * (pypi) ` bazel query ` will match fewer unnecessary wheels and be more efficient
102
+ ([ #2849 ] ( https://github.com/bazel-contrib/rules_python/issues/2849 ) ).
102
103
* Multi-line python imports (e.g. with escaped newlines) are now correctly processed by Gazelle.
103
104
* (toolchains) ` local_runtime_repo ` works with multiarch Debian with Python 3.8
104
105
([ #3099 ] ( https://github.com/bazel-contrib/rules_python/issues/3099 ) ).
0 commit comments