You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/12/08 21:24:09 UTC

[arrow] branch master updated (7102d7e -> 6c6754a)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 7102d7e  ARROW-7346: [CI] Explicit usage of ccache across the builds
     add 6c6754a  ARROW-6920: [Packaging] Build python 3.8 wheels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/CMakeLists.txt               |  5 +-
 dev/tasks/python-wheels/azure.linux.yml           | 92 ++++++++++++++++++++++
 dev/tasks/python-wheels/travis.linux.yml          | 88 ---------------------
 dev/tasks/python-wheels/travis.osx.yml            |  4 +-
 dev/tasks/python-wheels/win-build.bat             | 10 +--
 dev/tasks/tasks.yml                               | 94 ++++++++++++++++++-----
 docker-compose.yml                                |  8 +-
 python/manylinux1/Dockerfile-x86_64_base          | 10 +--
 python/manylinux1/Dockerfile-x86_64_ubuntu        |  5 +-
 python/manylinux1/build_arrow.sh                  | 12 ++-
 python/manylinux1/scripts/build_virtualenvs.sh    | 72 -----------------
 python/manylinux2010/Dockerfile-x86_64_base       |  9 +--
 python/manylinux2010/build_arrow.sh               | 12 ++-
 python/manylinux2010/scripts/build_virtualenvs.sh | 72 -----------------
 python/pyarrow/tests/test_plasma.py               | 32 ++++----
 python/pyarrow/tests/test_serialization.py        | 10 +--
 python/requirements-wheel.txt                     | 12 ++-
 python/setup.py                                   |  1 +
 18 files changed, 234 insertions(+), 314 deletions(-)
 create mode 100644 dev/tasks/python-wheels/azure.linux.yml
 delete mode 100644 dev/tasks/python-wheels/travis.linux.yml
 delete mode 100755 python/manylinux1/scripts/build_virtualenvs.sh
 delete mode 100755 python/manylinux2010/scripts/build_virtualenvs.sh