File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,19 @@ A brief description of the categories of changes:
24
24
25
25
[ x.x.x ] : https://github.com/bazelbuild/rules_python/releases/tag/x.x.x
26
26
27
+ ### Changed
28
+ * Nothing yet
29
+
30
+ ### Added
31
+ * Nothing yet
32
+
33
+ ### Removed
34
+ * Nothing yet
35
+
36
+ ## [ 0.35.0] - 2024-08-15
37
+
38
+ [ 0.35.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.35.0
39
+
27
40
### Changed
28
41
* (whl_library) A better log message when the wheel is built from an sdist or
29
42
when the wheel is downloaded using ` download_only ` feature to aid debugging.
@@ -33,6 +46,9 @@ A brief description of the categories of changes:
33
46
include dependency updates ` 3.8.19 ` , ` 3.9.19 ` , ` 3.10.14 ` , ` 3.11.9 `
34
47
* (toolchains): Bump default toolchain versions to:
35
48
* ` 3.12 -> 3.12.4 `
49
+ * (rules) ` PYTHONSAFEPATH ` is inherited from the calling environment to allow
50
+ disabling it (Requires {obj}` --bootstrap_impl=script ` )
51
+ ([ #2060 ] ( https://github.com/bazelbuild/rules_python/issues/2060 ) ).
36
52
37
53
### Fixed
38
54
* (rules) ` compile_pip_requirements ` now sets the ` USERPROFILE ` env variable on
@@ -98,8 +114,6 @@ A brief description of the categories of changes:
98
114
[ pytest_bazel ] : https://pypi.org/project/pytest-bazel
99
115
[ 20240726 ] : https://github.com/indygreg/python-build-standalone/releases/tag/20240726
100
116
101
- ### Removed
102
- * Nothing yet
103
117
104
118
## [ 0.34.0] - 2024-07-04
105
119
You can’t perform that action at this time.
0 commit comments