Skip to content

Commit ef14ae2

Browse files
authored
chore: prepare for 1.5 release (#2973)
Update version markers with upcoming version.
1 parent 108a66c commit ef14ae2

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ BEGIN_UNRELEASED_TEMPLATE
4747
END_UNRELEASED_TEMPLATE
4848
-->
4949

50-
{#v0-0-0}
51-
## Unreleased
50+
{#1-5-0}
51+
## [1.5.0] - 2025-06-11
5252

53-
[0.0.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.0.0
53+
[1.5.0]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.0
5454

55-
{#v0-0-0-changed}
55+
{#1-5-0-changed}
5656
### Changed
5757

5858
* (rules) On Windows, {obj}`--bootstrap_impl=system_python` is forced. This
@@ -66,7 +66,7 @@ END_UNRELEASED_TEMPLATE
6666
`PyInfo.site_packages_symlinks`
6767
* (deps) Updating setuptools to patch CVE-2025-47273.
6868

69-
{#v0-0-0-fixed}
69+
{#1-5-0-fixed}
7070
### Fixed
7171

7272
* (rules) PyInfo provider is now advertised by py_test, py_binary, and py_library;
@@ -93,7 +93,7 @@ END_UNRELEASED_TEMPLATE
9393
by platform even though the same version is used. Fixes [#2648](https://github.com/bazel-contrib/rules_python/issues/2648).
9494
* (pypi) `compile_pip_requirements` test rule works behind the proxy
9595

96-
{#v0-0-0-added}
96+
{#1-5-0-added}
9797
### Added
9898
* Repo utilities `execute_unchecked`, `execute_checked`, and `execute_checked_stdout` now
9999
support `log_stdout` and `log_stderr` keyword arg booleans. When these are `True`
@@ -115,7 +115,7 @@ END_UNRELEASED_TEMPLATE
115115
Useful when an intermediate dependency needs to be upgraded to pull in
116116
security patches.
117117

118-
{#v0-0-0-removed}
118+
{#1-5-0-removed}
119119
### Removed
120120
* Nothing removed.
121121

docs/api/rules_python/python/config_settings/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Default: `//python/config_settings:_pip_env_marker_default_config`
167167
This flag points to a target providing {obj}`EnvMarkerInfo`, which determines
168168
the values used when environment markers are resolved at build time.
169169

170-
:::{versionadded} VERSION_NEXT_FEATURE
170+
:::{versionadded} 1.5.0
171171
:::
172172
::::
173173

docs/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The default became `1` if unspecified
6565
When `1`, the rules_python Starlark implementation of the pypi/pip integration is used
6666
instead of the legacy Python scripts.
6767

68-
:::{versionadded} VERSION_NEXT_FEATURE
68+
:::{versionadded} 1.5.0
6969
:::
7070
::::
7171

docs/toolchains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ that can be used with `target_settings`. Some particular ones of note are:
305305
{flag}`--py_linux_libc` and {flag}`--py_freethreaded`, among others.
306306
:::
307307

308-
:::{versionadded} VERSION_NEXT_FEATURE
308+
:::{versionadded} 1.5.0
309309
Added support for custom platform names, `target_compatible_with`, and
310310
`target_settings` with `single_version_platform_override`.
311311
:::

python/features.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _features_typedef():
3535
3636
True if the `PyInfo.venv_symlinks` field is available.
3737
38-
:::{versionadded} VERSION_NEXT_FEATURE
38+
:::{versionadded} 1.5.0
3939
:::
4040
::::
4141

python/private/local_runtime_toolchains_repo.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ conditions are met, typically values from `@platforms`.
9696
9797
See the [Local toolchains] docs for examples and further information.
9898
99-
:::{versionadded} VERSION_NEXT_FEATURE
99+
:::{versionadded} 1.5.0
100100
:::
101101
""",
102102
),
@@ -145,7 +145,7 @@ The `target_settings` attribute, which handles `config_setting` values,
145145
instead of constraints.
146146
:::
147147
148-
:::{versionadded} VERSION_NEXT_FEATURE
148+
:::{versionadded} 1.5.0
149149
:::
150150
""",
151151
),
@@ -183,7 +183,7 @@ The `target_compatible_with` attribute, which handles *constraint* values,
183183
instead of `config_settings`.
184184
:::
185185
186-
:::{versionadded} VERSION_NEXT_FEATURE
186+
:::{versionadded} 1.5.0
187187
:::
188188
""",
189189
),

python/private/py_info.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ This field is currently unused in Bazel and may go away in the future.
312312
:::{include} /_includes/experimental_api.md
313313
:::
314314
315-
:::{versionadded} VERSION_NEXT_FEATURE
315+
:::{versionadded} 1.5.0
316316
:::
317317
""",
318318
},

python/private/py_library.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This attributes populates {obj}`PyInfo.venv_symlinks`.
9797
9898
:::{versionadded} 1.4.0
9999
:::
100-
:::{versionchanged} VERSION_NEXT_FEATURE
100+
:::{versionchanged} 1.5.0
101101
The topological order has been removed and if 2 different versions of the same PyPI
102102
package are observed, the behaviour has no guarantees except that it is deterministic
103103
and that only one package version will be included.

python/private/py_runtime_info.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ to meet two criteria:
334334
interpreter. This typically requires the Python version to be known at
335335
build-time and match at runtime.
336336
337-
:::{versionadded} VERSION_NEXT_FEATURE
337+
:::{versionadded} 1.5.0
338338
:::
339339
""",
340340
"zip_main_template": """

python/private/py_runtime_rule.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Whether this runtime supports virtualenvs created at build time.
360360
361361
See {obj}`PyRuntimeInfo.supports_build_time_venv` for docs.
362362
363-
:::{versionadded} VERSION_NEXT_FEATURE
363+
:::{versionadded} 1.5.0
364364
:::
365365
""",
366366
default = True,

0 commit comments

Comments
 (0)