Skip to content

Releases: 6eanut/rules_python

rules_python-0.26.0.tar.gz

26 Jul 16:06
014ad58
Compare
Choose a tag to compare
feat(gazelle): simplify gazelle_python.yaml (#2048)

Simplify and make gazelle_python.yaml have only top level package name.

It would work well in cases to reduce merge conflicts.

Resolve https://github.com/bazelbuild/rules_python/issues/1890

This is a compatible change and seems to have no side effects, so no
options are provided.

---------

Signed-off-by: hunshcn <[email protected]>
Co-authored-by: Ignas Anikevicius <[email protected]>

rules_python-0.26.0.tar.gz

26 Jul 09:11
fe33a45
Compare
Choose a tag to compare
chore: add new Python toolchains from indygreg (#1461)

Updates versions:
* 3.8.15  -> 3.8.18
* 3.11.4  -> 3.11.6

Adds versions: 3.8.18, 3.11.6, 3.12.0

Fixes #1396