Skip to content

Commit f4a9010

Browse files
committed
update changelog for 1.4
1 parent 69099fc commit f4a9010

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CHANGELOG.md

-9
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ END_UNRELEASED_TEMPLATE
103103
* 3.12.9
104104
* 3.13.2
105105
* (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`.
108106
* (toolchains) Remove all but `3.8.20` versions of the Python `3.8` interpreter who has
109107
reached EOL. If users still need other versions of the `3.8` interpreter, please supply
110108
the URLs manually {bzl:obj}`python.toolchain` or {bzl:obj}`python_register_toolchains` calls.
@@ -120,13 +118,6 @@ END_UNRELEASED_TEMPLATE
120118
[PR #2746](https://github.com/bazel-contrib/rules_python/pull/2746).
121119
* (rules) {attr}`py_binary.srcs` and {attr}`py_test.srcs` is no longer mandatory when
122120
`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.
130121

131122
[20250317]: https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
132123

0 commit comments

Comments
 (0)