@@ -21,7 +21,7 @@ A brief description of the categories of changes:
21
21
` (docs) ` .
22
22
23
23
<!--
24
- Unreleased changes template.
24
+ BEGIN_UNRELEASED_TEMPLATE
25
25
26
26
{#v0-0-0}
27
27
## Unreleased
@@ -43,8 +43,9 @@ Unreleased changes template.
43
43
{#v0-0-0-removed}
44
44
### Removed
45
45
* Nothing removed.
46
- -->
47
46
47
+ END_UNRELEASED_TEMPLATE
48
+ -->
48
49
49
50
{#v0-0-0}
50
51
## Unreleased
@@ -53,6 +54,29 @@ Unreleased changes template.
53
54
54
55
{#v0-0-0-changed}
55
56
### Changed
57
+ * Nothing changed.
58
+
59
+ {#v0-0-0-fixed}
60
+ ### Fixed
61
+ * (rules) PyInfo provider is now advertised by py_test, py_binary, and py_library;
62
+ this allows aspects using required_providers to function correctly.
63
+ ([ #2506 ] ( https://github.com/bazel-contrib/rules_python/issues/2506 ) ).
64
+
65
+ {#v0-0-0-added}
66
+ ### Added
67
+ * Nothing added.
68
+
69
+ {#v0-0-0-removed}
70
+ ### Removed
71
+ * Nothing removed.
72
+
73
+ {#1 -4-0}
74
+ ## [ 1.4.0] - 2025-04-19
75
+
76
+ [ 1.4.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4.0
77
+
78
+ {#1 -4-0-changed}
79
+ ### Changed
56
80
* (toolchain) The ` exec ` configuration toolchain now has the forwarded
57
81
` exec_interpreter ` now also forwards the ` ToolchainInfo ` provider. This is
58
82
for increased compatibility with the ` RBE ` setups where access to the ` exec `
@@ -72,7 +96,7 @@ Unreleased changes template.
72
96
* (toolchains) Previously [ #2636 ] ( https://github.com/bazel-contrib/rules_python/pull/2636 )
73
97
changed the semantics of ` ignore_root_user_error ` from "ignore" to "warning". This is now
74
98
flipped back to ignoring the issue, and will only emit a warning when the attribute is set
75
- ` False ` .
99
+ ` False ` .
76
100
* (pypi) The PyPI extension will no longer write the lock file entries as the
77
101
extension has been marked reproducible.
78
102
Fixes [ #2434 ] ( https://github.com/bazel-contrib/rules_python/issues/2434 ) .
@@ -91,7 +115,7 @@ Unreleased changes template.
91
115
92
116
[ 20250317 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
93
117
94
- {#v0-0 -0-fixed}
118
+ {#1 -4 -0-fixed}
95
119
### Fixed
96
120
* (pypi) Platform specific extras are now correctly handled when using
97
121
universal lock files with environment markers. Fixes [ #2690 ] ( https://github.com/bazel-contrib/rules_python/pull/2690 ) .
@@ -110,7 +134,7 @@ Unreleased changes template.
110
134
* (rules) py_wheel and sphinxdocs rules now propagate ` target_compatible_with ` to all targets they create.
111
135
[ PR #2788 ] ( https://github.com/bazel-contrib/rules_python/pull/2788 ) .
112
136
113
- {#v0-0 -0-added}
137
+ {#1 -4 -0-added}
114
138
### Added
115
139
* (pypi) From now on ` sha256 ` values in the ` requirements.txt ` is no longer
116
140
mandatory when enabling {attr}` pip.parse.experimental_index_url ` feature.
@@ -141,13 +165,13 @@ Unreleased changes template.
141
165
locations equivalents of ` $(PYTHON2) ` and `$(PYTHON3) respectively.
142
166
143
167
144
- {#v0-0 -0-removed}
168
+ {#1 -4 -0-removed}
145
169
### Removed
146
170
* Nothing removed.
147
171
148
172
149
173
{#v1-3-0}
150
- ## Unreleased
174
+ ## [ 1.3.0 ] - 2025-03-27
151
175
152
176
[ 1.3.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.3.0
153
177
0 commit comments