Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 09:44
· 1033 commits to main since this release
a2b7f42

WORKSPACE setup:

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

What's Changed

  • pip-tools: 6.6.2 -> 6.8.0 by @groodt in #762
  • Make hermetic interpreters compatible to disallow_empty_glob by @martis42 in #761
  • [gazelle] Use filepath.WalkDir instead of filepath.Walk by @dzbarsky in #770
  • Exclude static libraries and tests to reduce zipped Python executables by @tetsuok in #758
  • exec_compatible_with -> target_compatible_with #704 by @molar in #747
  • fix: fail if the user is root by @f0rmiga in #749
  • Simplify glob pattern to exclude static libraries by @tetsuok in #771
  • pip: 22.1.2 -> pip-22.2.1 by @groodt in #774
  • Fix download of Windows Python toolchain on Linux by @jesseschalken in #769
  • chore: remove pkginfo from bzlmod file by @alexeagle in #778
  • 709/from imports by @aptenodytes-forsteri in #760
  • Add a consistent python interpreter symlink by @mattyclarkson in #782
  • Exclude unused libpython{python_version}.so to reduce the size of zipped Python executables by @tetsuok in #772
  • Update Python minor toolchain versions to allow smaller Python binaries by @tetsuok in #779
  • Added importlib + reqs to pip-compile for python < 3.8 by @FaQA in #781
  • feat(gazelle_python_manifest): provide a target with the given name by @mattem in #787
  • fix(gazelle): handle purelib and platlib packages that don't set 'Root-Is-Purelib: true' by @mattem in #768
  • Ran black and isort to fix files missed by commit hook by @UebelAndre in #790
  • Fix leading forward slashes in RECORD files produced by py_wheel. by @UebelAndre in #789
  • Add type annotations to runfiles library by @dzbarsky in #764

New Contributors

Full Changelog: 0.10.2...0.11.0