0.8.1
WORKSPACE setup:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_python",
sha256 = "cdf6b84084aad8f10bf20b46b77cb48d83c319ebe6458a18e9d2cebf57807cdd",
strip_prefix = "rules_python-0.8.1",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.8.1.tar.gz",
)
What's Changed
- Exposed python headers from toolchains as cc_library by @UebelAndre in #666
- Fix issue #682 by @pstradomski in #685
- Allow toolchain registration to be optional by @UebelAndre in #674
- linux-arm64 python binary support by @lazcamus in #669
- bump: go from 1.17 to 1.18 by @f0rmiga in #686
- Replace host cfg with exec by @alexeagle in #688
- change approach for vendoring parsed requirements by @alexeagle in #679
- Allow for requirements files to differ per platform by @alexeagle in #531
New Contributors
Full Changelog: 0.8.0...0.8.1