File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ END_UNRELEASED_TEMPLATE
103
103
* 3.12.9
104
104
* 3.13.2
105
105
* (pypi) Use ` xcrun xcodebuild --showsdks ` to find XCode root.
106
- * (pypi) The ` bzlmod ` extension will now generate smaller lock files for when
107
- using ` experimental_index_url ` .
108
106
* (toolchains) Remove all but ` 3.8.20 ` versions of the Python ` 3.8 ` interpreter who has
109
107
reached EOL. If users still need other versions of the ` 3.8 ` interpreter, please supply
110
108
the URLs manually {bzl: obj }` python.toolchain ` or {bzl: obj }` python_register_toolchains ` calls.
@@ -120,13 +118,6 @@ END_UNRELEASED_TEMPLATE
120
118
[ PR #2746 ] ( https://github.com/bazel-contrib/rules_python/pull/2746 ) .
121
119
* (rules) {attr}` py_binary.srcs ` and {attr}` py_test.srcs ` is no longer mandatory when
122
120
` main_module ` is specified (for ` --bootstrap_impl=script ` )
123
- * (pypi) From now on the ` Requires-Dist ` from the wheel metadata is analysed in
124
- the loading phase instead of repository rule phase giving better caching
125
- performance when the target platforms are changed (e.g. target python
126
- versions). This is preparatory work for stabilizing the cross-platform wheel
127
- support. From now on the usage of ` experimental_target_platforms ` should be
128
- avoided and the ` requirements_by_platform ` values should be instead used to
129
- specify the target platforms for the given dependencies.
130
121
131
122
[ 20250317 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
132
123
You can’t perform that action at this time.
0 commit comments