Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: prebeta/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 19 files changed
  • 5 contributors

Commits on Mar 8, 2019

  1. Print output of pip steps

    Tony Liang committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    058f3ae View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Mark Python toolchain proposal as formally accepted (#166)

    brandjon authored and Tony Liang committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    8674592 View commit details
    Browse the repository at this point in the history
  2. Add experimental support for building wheels. (#159)

    Add experimental support for building wheels.
    
    Currently only pure python wheels are supported.
    
    This extension builds wheels directly, invoking a simple python script
    that creates the zip archive in the desired format instead of using
    distutils/setuptools.
    
    This will make building platform-dependent wheels easier in the future,
    as bazel will have full control on how extension code is built.
    pstradomski authored and Tony Liang committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    f288195 View commit details
    Browse the repository at this point in the history
  3. Stop using deprecated depset.union API (#180)

    Also switch to using Args api for building args instead of flattening the depset.
    pstradomski authored and Tony Liang committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4e1c3b6 View commit details
    Browse the repository at this point in the history
  4. Don't test on Ubuntu 14.04 (#183)

    Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards.
    
    Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ
    philwo authored and Tony Liang committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    955f518 View commit details
    Browse the repository at this point in the history
  5. Update to work with --incompatible_use_python_toolchains (#188)

    Added `python_version = "PY2"` to some examples, and updated subpar dependency.
    brandjon authored and Tony Liang committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    303ea57 View commit details
    Browse the repository at this point in the history
  6. Add pip3 support

    Tony Liang committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    3b96a5d View commit details
    Browse the repository at this point in the history
Loading