aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-31Merge "Re-Merge tag 'upstream/0.25.0' into main." into main am: c9bc661e54HEADmastermainYifan Hong
2024-01-31Merge "Re-Merge tag 'upstream/0.25.0' into main." into mainYifan Hong
2024-01-17Merge "Update OWNERS to kleaf team." into main am: dafaab0edbYifan Hong
2024-01-17Merge "Update OWNERS to kleaf team." into mainYifan Hong
2024-01-17Re-Merge tag 'upstream/0.25.0' into main.Yifan Hong
2024-01-17Revert "Upgrade bazelbuild-rules_python to 0.28.0" am: 6954130f57Yifan Hong
2024-01-17Upgrade bazelbuild-rules_python to 0.28.0 am: 1508c18d9eYifan Hong
2024-01-17Revert "Upgrade bazelbuild-rules_python to 0.28.0"Yifan Hong
2024-01-16Update OWNERS to kleaf team.Yifan Hong
2024-01-16Upgrade bazelbuild-rules_python to 0.28.0Yifan Hong
2024-01-08docs: update changelog for 0.28.0 release (#1672)upstream/0.28.0Richard Levasseur
2024-01-08feat(py_runtime): Allow `py_runtime` to take an executable target as the inte...Misha Zharov
2024-01-07fix(toolchains): register py cc toolchain for workspace builds (#1670)Richard Levasseur
2024-01-06chore: Migrate to rules_bazel_integration_test (#1598)Philipp Schrader
2024-01-05cleanup(dev): remove remnants of old bazel_integration_test code (#1668)Richard Levasseur
2024-01-04build(deps): bump requests from 2.27.1 to 2.31.0 in /tests/integration/pip_re...dependabot[bot]
2024-01-04build(deps): bump setuptools from 59.6.0 to 65.5.1 in /tests/integration/pip_...dependabot[bot]
2024-01-03fix(bzlmod): allow modules to register the same toolchain as rules_python's d...Richard Levasseur
2023-12-27feat(runfiles): Added type hints to `@rules_python//python/runfiles` (#1654)UebelAndre
2023-12-22refactor(whl_library): reimplement wheel platform parsing in starlark (#1636)Ignas Anikevicius
2023-12-21fix(coverage): add test attributes in transition module (#1649)Toshifumi Anan
2023-12-21build(deps): bump pygments from 2.11.2 to 2.15.0 in /tests/integration/pip_re...dependabot[bot]
2023-12-21chore: enable bzlmod by default (for Bazel 6) (#1632)Richard Levasseur
2023-12-21chore!: remove pip_install macro and cleanup docs (#1570)Ignas Anikevicius
2023-12-21fix: missing dependencies of py_binary (#1630)Zhongpeng Lin
2023-12-21fix(whl_library): actually apply patches and warn if RECORD file patch is nee...Ignas Anikevicius
2023-12-21docs: document support policies (#1640)Richard Levasseur
2023-12-21chore: fix sphinx requirements (#1648)Ignas Anikevicius
2023-12-20fix(gazelle): __init__.py in per-file targets (#1582)Siddhartha Bagaria
2023-12-20doc: Updating doc on py_binary generation (#1635)Zhongpeng Lin
2023-12-20docs: use stardoc proto output to generate markdown docs (#1629)Richard Levasseur
2023-12-20test(bzlmod): refactor tests to not depend on implementation details (#1628)Ignas Anikevicius
2023-12-19pycross: Add patching support to py_wheel_library (#1436)Philipp Schrader
2023-12-18fix(bzlmod pip.parse): allow requirements with duplicate package lines (#1620)Richard Levasseur
2023-12-18internal: support setting visibility when rendering aliases (#1626)Ignas Anikevicius
2023-12-18refactor: extract auth.bzl out of repositories.bzl (#1627)Ignas Anikevicius
2023-12-17doc: switch to pypi.org (#1622)Ignas Anikevicius
2023-12-17fix: trimming deps in py_binary (#1614)Zhongpeng Lin
2023-12-16fix(pip.parse): allow absolute path for python_interpreter; skip hermetic too...Richard Levasseur
2023-12-15docs: include changelog and contributing page in generated docs. (#1617)Richard Levasseur
2023-12-15docs: update pip.parse example in release notes (#1616)Keith Smiley
2023-12-15chore: Update Bazel support: drop 5, minimum 6.2, current 7.0 (#1613)Richard Levasseur
2023-12-15fix: use rules_python's py_runtime in generated toolchains (#1604)Richard Levasseur
2023-12-14fix(py_runtime): make py_runtime_pair return builtin PyRuntimeInfo under Baze...Richard Levasseur
2023-12-14feat: keep main module in py_library (#1608)Zhongpeng Lin
2023-12-13feat(whl_library): generate platform-specific dependency closures (#1593)Ignas Anikevicius
2023-12-13feat: Creating one py_binary per main module (#1584)Zhongpeng Lin
2023-12-13ci(example): provide a specific requirements.txt on windows (#1605)Ignas Anikevicius
2023-12-06examples(pip_parse): fix circular deps with sphinx by breaking cycles (#1596)Richard Levasseur
2023-12-04doc: add a py_proto_library example with well-known-types (#1571)Ignas Anikevicius