This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5832c73 ARROW-13381: [C++] ArrayFromJSON doesn't work for float value
dictionary type
add ac050c6 ARROW-10658: [Python][Packaging] Wheel builds for Apple
Silicon
No new revisions were added by this update.
Summary of changes:
ci/docker/python-wheel-manylinux-201x.dockerfile | 4 +-
ci/docker/python-wheel-windows-vs2017.dockerfile | 15 +-
ci/scripts/install_python.sh | 66 +++++++++
ci/scripts/python_wheel_macos_build.sh | 54 ++++++--
ci/scripts/python_wheel_macos_test.sh | 7 +-
...ic-debug.cmake => arm64-osx-static-debug.cmake} | 4 +-
...elease.cmake => arm64-osx-static-release.cmake} | 4 +-
...bug.cmake => universal2-osx-static-debug.cmake} | 4 +-
...e.cmake => universal2-osx-static-release.cmake} | 4 +-
cpp/cmake_modules/SetupCxxFlags.cmake | 40 +++---
cpp/cmake_modules/ThirdpartyToolchain.cmake | 4 +-
cpp/thirdparty/versions.txt | 2 +-
dev/archery/archery/docker/cli.py | 3 +-
dev/archery/archery/docker/core.py | 7 +-
dev/archery/setup.py | 2 +
dev/tasks/macros.jinja | 6 +-
.../{github.osx.yml => github.osx.amd64.yml} | 58 ++++----
dev/tasks/python-wheels/github.osx.arm64.yml | 153 +++++++++++++++++++++
dev/tasks/tasks.yml | 30 +++-
docker-compose.yml | 10 ++
python/requirements-wheel-build.txt | 11 +-
python/requirements-wheel-test.txt | 25 +++-
22 files changed, 411 insertions(+), 102 deletions(-)
create mode 100755 ci/scripts/install_python.sh
copy ci/vcpkg/{x64-osx-static-debug.cmake => arm64-osx-static-debug.cmake}
(92%)
copy ci/vcpkg/{x64-osx-static-release.cmake => arm64-osx-static-release.cmake}
(92%)
copy ci/vcpkg/{x64-osx-static-debug.cmake =>
universal2-osx-static-debug.cmake} (91%)
copy ci/vcpkg/{x64-osx-static-release.cmake =>
universal2-osx-static-release.cmake} (91%)
rename dev/tasks/python-wheels/{github.osx.yml => github.osx.amd64.yml} (67%)
create mode 100644 dev/tasks/python-wheels/github.osx.arm64.yml