You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (workspace) Corrected protobuf's name to com_google_protobuf, the name is
96
97
hardcoded in Bazel, WORKSPACE mode.
98
+
* (pypi): {bzl:obj}`compile_pip_requirements` no longer fails on Windows when `--enable_runfiles` is not enabled.
99
+
* (pypi): {bzl:obj}`compile_pip_requirements` now correctly updates files in the source tree on Windows when `--windows_enable_symlinks` is not enabled.
100
+
* (repositories): Add libs/python3.lib and pythonXY.dll to the `libpython` target
101
+
defined by a repository template. This enables stable ABI builds of Python extensions
102
+
on Windows (by defining Py_LIMITED_API).
97
103
98
104
{#v0-0-0-added}
99
105
### Added
@@ -111,6 +117,7 @@ Other changes:
111
117
* (providers) Added {obj}`py_runtime_info.site_init_template` and
112
118
{obj}`PyRuntimeInfo.site_init_template` for specifying the template to use to
113
119
initialize the interpreter via venv startup hooks.
120
+
* (runfiles) (Bazel 7.4+) Added support for spaces and newlines in runfiles paths
0 commit comments