Skip to content

0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 03:09
· 999 commits to main since this release
cf6542d

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_python",
    sha256 = "b593d13bb43c94ce94b483c2858e53a9b811f6f10e1e0eedc61073bd90e58d9c",
    strip_prefix = "rules_python-0.12.0",
    url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.12.0.tar.gz",
)

What's Changed

  • Added label to py_wheel progress message. by @UebelAndre in #791
  • Add option to use "pip download" instead of "pip wheel" to download wheels for other platforms by @jesseschalken in #773
  • Revert "Add option to use "pip download" instead of "pip wheel" to do… by @groodt in #808
  • Fix missing python includes for Unix hosts by @UebelAndre in #809
  • Fix ability to download windows toolchains on case sensitive unix systems by @UebelAndre in #797
  • Revert "pip_compile: remove external/workspace_name prefix from gener… by @alexeagle in #794
  • Revert "Revert "Add option to use "pip download" instead of "pip wheel" to do…" by @groodt in #811

Full Changelog: 0.11.0...0.12.0