Comparing exoson:master...scele:master · exoson/rules_python

Commits on Aug 19, 2019

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Overlay purelib contents correctly

    In tensorflow-1.15.0 wheel, there is a tensorflow_core directory both at
    the root of the wheel, as well as under the purelib directory.  When
    extracting the wheel, piptool was using shutil.move to move the
    purelib/tensorflow_core to the wheel root, but it would end up in
    tensorflow_core/tensorflow_core.  Use shutil.copy2 and shutil.rmtree to
    perform a "merging and overwriting" move instead.

    scele committed

    Feb 18, 2020
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history