You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/04/02 16:18:22 UTC

[arrow] branch master updated (fad2165 -> 6a583e5)

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

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


    from fad2165  ARROW-8082: [Plasma] Add JNI list() interface
     add 6a583e5  ARROW-7852: [Python] 0.16.0 wheels not compatible with older numpy

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python.yml                                 |  5 ++---
 ci/docker/linux-apt-python-3.dockerfile                      |  4 ++--
 ci/docker/linux-apt-r.dockerfile                             | 10 ++--------
 ci/docker/linux-dnf-python-3.dockerfile                      |  4 ++--
 dev/release/rat_exclude_files.txt                            |  5 +----
 dev/release/verify-release-candidate.sh                      |  2 +-
 dev/tasks/python-wheels/appveyor.yml                         |  1 -
 dev/tasks/python-wheels/manylinux-test.sh                    |  2 +-
 dev/tasks/python-wheels/osx-build.sh                         |  4 ++--
 dev/tasks/python-wheels/win-build-3.5.bat                    |  3 ++-
 dev/tasks/python-wheels/win-build.bat                        | 12 ++++--------
 python/manylinux1/build_arrow.sh                             |  2 +-
 python/manylinux201x/build_arrow.sh                          |  2 +-
 python/requirements-build.txt                                |  6 +++---
 python/requirements-test.txt                                 |  1 -
 python/requirements-wheel-build.txt                          |  7 +++++++
 .../{requirements-test.txt => requirements-wheel-test.txt}   |  2 ++
 python/requirements-wheel.txt                                |  6 ------
 python/requirements.txt                                      |  1 -
 19 files changed, 33 insertions(+), 46 deletions(-)
 create mode 100644 python/requirements-wheel-build.txt
 copy python/{requirements-test.txt => requirements-wheel-test.txt} (76%)
 delete mode 100644 python/requirements-wheel.txt
 delete mode 100644 python/requirements.txt