Skip to content

0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 22:05
· 975 commits to main since this release
ab6940a

WORKSPACE setup:

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

What's Changed

  • feat: cc_import for libpython by @f0rmiga in #727
  • pip: 22.0.4 -> 22.1.2; pip-tools: 6.6.0 -> 6.6.2 by @groodt in #718
  • Fix #721. Remove self-link dependency pulled in sometimes by extras by @thundergolfer in #730
  • fix: versioned shared object for libpython on Linux by @f0rmiga in #729
  • Support configuration variables in py_wheel "version" attirbute. by @pstradomski in #640
  • Provide current_py_toolchain by @jheaff1 in #731
  • Validation to ensure requirements_lock is pinned. by @groodt in #732
  • Use PEP 508 rules when setting deps from extras by @mattoberle in #724
  • pip_compile: remove external/workspace_name prefix from generated requirements.txt by @BoleynSu in #690
  • chore: update to Bazel 5.2.0 by @alexeagle in #736
  • Remove //experimental by @groodt in #738
  • Use installer to remove custom unzip and spread code by @groodt in #715
  • More verbose 'fail' msgs. Don't rely on executed tools err msg by @thundergolfer in #737
  • refactor: move all re-exports to private/reexports.bzl by @mattem in #739
  • Patch pip environment with xcode sdk location. by @hrfuller in #697

New Contributors

Full Changelog: 0.9.0...0.10.0