aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-15Fix for requirements_lock with PEP440 direct references (#756)upstream/0.10.2Greg Roodt
2022-07-14Guard python_interpreter_target workspace name on None type check. (#755)Henry Fuller
2022-07-12safely check for standalone interpreter sentinel files (#750)upstream/0.10.1Henry Fuller
2022-07-13Flatten python packages (#743)Greg Roodt
2022-07-11chore: support bzlmod (#744)Alex Eagle
2022-06-30Patch pip environment with xcode sdk location. (#697)upstream/0.10.0Henry Fuller
2022-06-30refactor: move all re-exports to private/reexports.bzl (#739)Matt Mackay
2022-06-30More verbose 'fail' msgs. Don't rely on executed tools err msg (#737)Jonathon Belotti
2022-07-01Use `installer` to remove custom unzip and spread code (#715)Greg Roodt
2022-06-28. (#738)Greg Roodt
2022-06-28chore: update to Bazel 5.2.0 (#736)Alex Eagle
2022-06-21pip_compile: remove external/workspace_name prefix from generated requirement...Boleyn Su
2022-06-21Use PEP 508 rules when setting deps from extras (#724)Matt Oberle
2022-06-21Validation to ensure requirements_lock is pinned. (#732)Greg Roodt
2022-06-21Provide current_py_toolchain (#731)jheaff1
2022-06-21Support configuration variables in py_wheel "version" attirbute. (#640)Paweł Stradomski
2022-06-21fix: versioned shared object for libpython on Linux (#729)Thulio Ferraz Assis
2022-06-14Fixes #721. Remove self-link dependency pulled in sometimes by extras (#730)Jonathon Belotti
2022-06-13pip: 22.0.4 -> 22.1.2; pip-tools: 6.6.0 -> 6.6.2 (#718)Greg Roodt
2022-06-13feat: cc_import for libpython (#727)Thulio Ferraz Assis
2022-06-09Remove legacy pip_import (#726)upstream/0.9.0Greg Roodt
2022-06-07pip/deps: Bump `pip-tools` -> 6.6.0 (#692)phlax
2022-06-06Fix python3.8 type compatibility (#722)Keith Smiley
2022-05-31Made version failure message better reflect the issue (#717)Jason Dobies
2022-05-31python: Update minor toolchain versions (#707)phlax
2022-05-30Fixed missing bzl sources from bzl filegroup (#712)UebelAndre
2022-05-23Init: pypa/installer (#700)Greg Roodt
2022-05-23Use "shared" msvc hermetic toolchain (#694)jheaff1
2022-05-18Handle entry_points that end with .py (#702)Greg Roodt
2022-05-10Add caveat about python_register_toolchain's hermeticty to README (#698)Jonathon Belotti
2022-05-08Update bazel.py (#696)Jonathon Belotti
2022-05-02Check return code of zstd make (#695)jameskuszmaul-brt
2022-05-02Fix example link in gazelle readme (#693)C.J. Winslow
2022-04-22Allow for requirements files to differ per platform (#531)upstream/0.8.1Alex Eagle
2022-04-21change approach for vendoring parsed requirements (#679)Alex Eagle
2022-04-15Replace host cfg with exec (#688)Alex Eagle
2022-04-08bump: go from 1.17 to 1.18 (#686)Thulio Ferraz Assis
2022-04-08linux-arm64 python binary support (#669)adam lazur
2022-04-08Allow toolchain registration to be optional (#674)UebelAndre
2022-04-08Fix issue #682 (#685)Paweł Stradomski
2022-03-24Exposed python headers from toolchains as cc_library (#666)UebelAndre
2022-03-20Updated `pip`, `pkginfo`, `setuptools`, and `wheel`. (#661)upstream/0.8.0UebelAndre
2022-03-20Added support for custom `strip_prefix` args in toolchains (#664)UebelAndre
2022-03-20Fix annotations_test on windows systems that don't support symlinks (#665)UebelAndre
2022-03-16Allow `python_register_toolchains.name` to be the resolved interpreter repo (...UebelAndre
2022-03-16Expose `defs.bzl` form `resolved_interpreter_os_alias` as a target (#659)UebelAndre
2022-03-15Document how to vendor a pip_parse requirements.bzl file (#655)Alex Eagle
2022-03-15Update CODEOWNERS. remove andy scott as maintainer (#658)Jonathon Belotti
2022-03-15Allow for custom python versions in `python_register_toolchains` (#657)UebelAndre
2022-03-15fix: take custom tools versions into account when selecting Python interprete...Matt Mackay