@@ -70,12 +70,12 @@ END_UNRELEASED_TEMPLATE
70
70
### Removed
71
71
* Nothing removed.
72
72
73
- {#1 -6-0}
73
+ {#v1 -6-0}
74
74
## [ 1.6.0] - 2025-08-23
75
75
76
76
[ 1.6.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.0
77
77
78
- {#1 -6-0-changed}
78
+ {#v1 -6-0-changed}
79
79
### Changed
80
80
* (gazelle) update minimum gazelle version to 0.36.0 - may cause BUILD file changes
81
81
* (gazelle) update minimum rules_go version to 0.55.1
@@ -107,7 +107,7 @@ END_UNRELEASED_TEMPLATE
107
107
108
108
[ 20250808 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250808
109
109
110
- {#1 -6-0-fixed}
110
+ {#v1 -6-0-fixed}
111
111
### Fixed
112
112
* (toolchains) ` local_runtime_repo ` now respects changes to the ` DEVELOPER_DIR ` and ` XCODE_VERSION `
113
113
repo env vars, fixing stale cache issues on macOS with system (i.e. Xcode-supplied) Python
@@ -154,7 +154,7 @@ END_UNRELEASED_TEMPLATE
154
154
([ #2797 ] ( https://github.com/bazel-contrib/rules_python/issues/2797 ) ).
155
155
* (py_wheel) Add directories in deterministic order.
156
156
157
- {#1 -6-0-added}
157
+ {#v1 -6-0-added}
158
158
### Added
159
159
* (repl) Default stub now has tab completion, where ` readline ` support is available,
160
160
see ([ #3114 ] ( https://github.com/bazel-contrib/rules_python/pull/3114 ) ).
@@ -185,11 +185,11 @@ END_UNRELEASED_TEMPLATE
185
185
* (gazelle) New directive ` gazelle:python_proto_naming_convention ` ; controls
186
186
naming of ` py_proto_library ` rules.
187
187
188
- {#1 -6-0-removed}
188
+ {#v1 -6-0-removed}
189
189
### Removed
190
190
* Nothing removed.
191
191
192
- {#1 -5-3}
192
+ {#v1 -5-3}
193
193
## [ 1.5.3] - 2025-08-11
194
194
195
195
[ 1.5.3 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.3
@@ -199,7 +199,7 @@ END_UNRELEASED_TEMPLATE
199
199
before attempting to watch it, fixing issues on macOS with system Python
200
200
([ #3043 ] ( https://github.com/bazel-contrib/rules_python/issues/3043 ) ).
201
201
202
- {#1 -5-2}
202
+ {#v1 -5-2}
203
203
## [ 1.5.2] - 2025-08-11
204
204
205
205
[ 1.5.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.2
@@ -217,7 +217,7 @@ END_UNRELEASED_TEMPLATE
217
217
* (core) builds work again on ` 7.x ` ` WORKSPACE ` configurations
218
218
([ #3119 ] ( https://github.com/bazel-contrib/rules_python/issues/3119 ) ).
219
219
220
- {#1 -5-1}
220
+ {#v1 -5-1}
221
221
## [ 1.5.1] - 2025-07-06
222
222
223
223
[ 1.5.1 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.1
@@ -229,12 +229,12 @@ END_UNRELEASED_TEMPLATE
229
229
by default again)
230
230
([ #3038 ] ( https://github.com/bazel-contrib/rules_python/issues/3038 ) ).
231
231
232
- {#1 -5-0}
232
+ {#v1 -5-0}
233
233
## [ 1.5.0] - 2025-06-11
234
234
235
235
[ 1.5.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.0
236
236
237
- {#1 -5-0-changed}
237
+ {#v1 -5-0-changed}
238
238
### Changed
239
239
240
240
* (toolchain) Bundled toolchain version updates:
@@ -255,7 +255,7 @@ END_UNRELEASED_TEMPLATE
255
255
* (deps) Updated setuptools to 78.1.1 to patch CVE-2025 -47273. This effectively makes
256
256
Python 3.9 the minimum supported version for using ` pip_parse ` .
257
257
258
- {#1 -5-0-fixed}
258
+ {#v1 -5-0-fixed}
259
259
### Fixed
260
260
261
261
* (rules) PyInfo provider is now advertised by py_test, py_binary, and py_library;
@@ -284,7 +284,7 @@ END_UNRELEASED_TEMPLATE
284
284
* (toolchains) The hermetic toolchains now correctly statically advertise the
285
285
` releaselevel ` and ` serial ` for pre-release hermetic toolchains ({gh-issue}` 2837 ` ).
286
286
287
- {#1 -5-0-added}
287
+ {#v1 -5-0-added}
288
288
### Added
289
289
* Repo utilities ` execute_unchecked ` , ` execute_checked ` , and ` execute_checked_stdout ` now
290
290
support ` log_stdout ` and ` log_stderr ` keyword arg booleans. When these are ` True `
@@ -307,11 +307,11 @@ END_UNRELEASED_TEMPLATE
307
307
security patches.
308
308
* (toolchains): 3.14.0b2 has been added as a preview.
309
309
310
- {#1 -5-0-removed}
310
+ {#v1 -5-0-removed}
311
311
### Removed
312
312
* Nothing removed.
313
313
314
- {#1 -4-2}
314
+ {#v1 -4-2}
315
315
## [ 1.4.2] - 2025-08-13
316
316
317
317
[ 1.4.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4.2
@@ -321,23 +321,23 @@ END_UNRELEASED_TEMPLATE
321
321
before attempting to watch it, fixing issues on macOS with system Python
322
322
([ #3043 ] ( https://github.com/bazel-contrib/rules_python/issues/3043 ) ).
323
323
324
- {#1 -4-1}
324
+ {#v1 -4-1}
325
325
## [ 1.4.1] - 2025-05-08
326
326
327
327
[ 1.4.1 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4.1
328
328
329
- {#1 -4-1-fixed}
329
+ {#v1 -4-1-fixed}
330
330
### Fixed
331
331
* (pypi) Fix a typo not allowing users to benefit from using the downloader when the hashes in the
332
332
requirements file are not present. Fixes
333
333
[ #2863 ] ( https://github.com/bazel-contrib/rules_python/issues/2863 ) .
334
334
335
- {#1 -4-0}
335
+ {#v1 -4-0}
336
336
## [ 1.4.0] - 2025-04-19
337
337
338
338
[ 1.4.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4.0
339
339
340
- {#1 -4-0-changed}
340
+ {#v1 -4-0-changed}
341
341
### Changed
342
342
* (toolchain) The ` exec ` configuration toolchain now has the forwarded
343
343
` exec_interpreter ` now also forwards the ` ToolchainInfo ` provider. This is
@@ -368,7 +368,7 @@ END_UNRELEASED_TEMPLATE
368
368
369
369
[ 20250317 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
370
370
371
- {#1 -4-0-fixed}
371
+ {#v1 -4-0-fixed}
372
372
### Fixed
373
373
* (pypi) Platform specific extras are now correctly handled when using
374
374
universal lock files with environment markers. Fixes [ #2690 ] ( https://github.com/bazel-contrib/rules_python/pull/2690 ) .
@@ -394,7 +394,7 @@ END_UNRELEASED_TEMPLATE
394
394
{obj}` compile_pip_requirements ` rule.
395
395
See [ #2819 ] ( https://github.com/bazel-contrib/rules_python/pull/2819 ) .
396
396
397
- {#1 -4-0-added}
397
+ {#v1 -4-0-added}
398
398
### Added
399
399
* (pypi) From now on ` sha256 ` values in the ` requirements.txt ` is no longer
400
400
mandatory when enabling {attr}` pip.parse.experimental_index_url ` feature.
@@ -425,7 +425,7 @@ END_UNRELEASED_TEMPLATE
425
425
locations equivalents of ` $(PYTHON2) ` and `$(PYTHON3) respectively.
426
426
427
427
428
- {#1 -4-0-removed}
428
+ {#v1 -4-0-removed}
429
429
### Removed
430
430
* Nothing removed.
431
431
0 commit comments