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 5353c28 ARROW-10832: [Rust] [Arrow] generate src/ipc/gen/* with
latest snapshot flatc.
add a2c732d ARROW-10224: [Python] Add support for Python 3.9 except macOS
wheel and Windows wheel
No new revisions were added by this update.
Summary of changes:
cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +
dev/release/verify-release-candidate.sh | 2 +-
.../linux_aarch64_python3.6.____cpython.yaml | 17 ++++--
.../linux_aarch64_python3.7.____cpython.yaml | 17 ++++--
.../linux_aarch64_python3.8.____cpython.yaml | 17 ++++--
...ml => linux_aarch64_python3.9.____cpython.yaml} | 21 ++++---
...a_compiler_version9.2python3.6.____cpython.yaml | 12 ++--
...a_compiler_version9.2python3.7.____cpython.yaml | 12 ++--
...a_compiler_version9.2python3.8.____cpython.yaml | 12 ++--
..._compiler_version9.2python3.9.____cpython.yaml} | 16 +++--
..._compiler_versionNonepython3.6.____cpython.yaml | 12 ++--
..._compiler_versionNonepython3.7.____cpython.yaml | 12 ++--
..._compiler_versionNonepython3.8.____cpython.yaml | 12 ++--
...compiler_versionNonepython3.9.____cpython.yaml} | 16 +++--
.../.ci_support/osx_python3.6.____cpython.yaml | 13 ++--
.../.ci_support/osx_python3.7.____cpython.yaml | 15 +++--
.../.ci_support/osx_python3.8.____cpython.yaml | 2 +-
...cpython.yaml => osx_python3.9.____cpython.yaml} | 17 ++++--
.../.ci_support/win_python3.6.____cpython.yaml | 9 ++-
.../.ci_support/win_python3.7.____cpython.yaml | 9 ++-
.../.ci_support/win_python3.8.____cpython.yaml | 9 ++-
...cpython.yaml => win_python3.9.____cpython.yaml} | 13 ++--
dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 4 +-
dev/tasks/docker-tests/github.linux.yml | 2 +-
dev/tasks/tasks.yml | 69 ++++++++++++++++++++++
docker-compose.yml | 2 +-
python/manylinux1/Dockerfile-x86_64_base | 4 +-
python/manylinux1/Dockerfile-x86_64_ubuntu | 2 +-
python/manylinux1/build_arrow.sh | 2 +-
python/manylinux201x/Dockerfile-x86_64_base_2010 | 4 +-
python/manylinux201x/Dockerfile-x86_64_base_2014 | 4 +-
python/manylinux201x/build_arrow.sh | 2 +-
python/manylinux201x/scripts/install_cmake.sh | 4 +-
python/pyarrow/tests/test_pandas.py | 4 +-
python/pyproject.toml | 4 +-
python/requirements-wheel-build.txt | 6 +-
python/requirements-wheel-test.txt | 6 +-
python/setup.py | 1 +
38 files changed, 273 insertions(+), 114 deletions(-)
copy
dev/tasks/conda-recipes/.ci_support/{linux_aarch64_python3.8.____cpython.yaml
=> linux_aarch64_python3.9.____cpython.yaml} (81%)
copy
dev/tasks/conda-recipes/.ci_support/{linux_cuda_compiler_version9.2python3.7.____cpython.yaml
=> linux_cuda_compiler_version9.2python3.9.____cpython.yaml} (84%)
copy
dev/tasks/conda-recipes/.ci_support/{linux_cuda_compiler_versionNonepython3.7.____cpython.yaml
=> linux_cuda_compiler_versionNonepython3.9.____cpython.yaml} (83%)
copy dev/tasks/conda-recipes/.ci_support/{osx_python3.7.____cpython.yaml =>
osx_python3.9.____cpython.yaml} (82%)
copy dev/tasks/conda-recipes/.ci_support/{win_python3.7.____cpython.yaml =>
win_python3.9.____cpython.yaml} (85%)