This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Releases: google/subpar
Releases · google/subpar
v2.0.0 Stable Release
Notable fixes:
- Now works with the default (autodetecting) Python toolchain in Bazel 0.25+
- Fails fast when attempting to use a Python runtime from runfiles rather than a system-installed runtime. See #98.
Incompatible changes:
- Minimum Bazel version bumped to 0.23.0
v1.3.0 Stable Release
New features:
- Add
compiler_args
flag to par_binary. This allows one to pass arbitrary flags to the compiler executable.
Notable fixes:
- Python 2.6 compatibility
- MacOS compatibility
- Python 3 compatibility
v1.2.0 Stable Release
New features:
- Add
zip_safe=False
flag topar_binary
. This unpacks the par file contents at runtime, allowing you to import C extension modules and access data files natively. - Add
compiler
attribute topar_binary
, to use a compiler other than the default.
Notable fixes:
- Par files are created with deterministic time stamps.
v1.1.0 Stable Release
v1.0.0 Stable Release
Merge pull request #33 from google/dgreiman/skydoc Fix various documentation issues