feat(zipapp): Add python_zip_file output group for better compatibility by rickeylev · Pull Request #3574 · bazel-contrib/rules_python

gemini-code-assist[bot]

@rickeylev

@rickeylev

@rickeylev

…into pyzipapp.outputgroup

github-merge-queue bot pushed a commit that referenced this pull request

Feb 8, 2026
…ty (#3574)

The original zipapp functionality exposed the plain, non-executable
zipapp zip file
using the `python_zip_file` output group. This is easy to support, so
add it to
make it more compatible and easier to switch over.

Along the way ...
* Add some versionadded markers
* Add zipapp_rules to features.bzl

Work towards #2586

@rickeylev

Merged via the queue into bazel-contrib:main with commit b8c217e

Feb 8, 2026

4 checks passed

aignas pushed a commit to aignas/rules_python that referenced this pull request

Feb 23, 2026
…ty (bazel-contrib#3574)

The original zipapp functionality exposed the plain, non-executable
zipapp zip file
using the `python_zip_file` output group. This is easy to support, so
add it to
make it more compatible and easier to switch over.

Along the way ...
* Add some versionadded markers
* Add zipapp_rules to features.bzl

Work towards bazel-contrib#2586