You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2022/02/13 08:06:54 UTC

[arrow] 01/01: ARROW-15670: [C++/Python/Packaging] Update conda pinnings and enable GCS on Windows

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

uwe pushed a commit to branch conda-gcs-update
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit ec1246d845abaf94693ec5520c5b647754253539
Author: Uwe L. Korn <uw...@quantco.com>
AuthorDate: Sun Feb 13 09:04:31 2022 +0100

    ARROW-15670: [C++/Python/Packaging] Update conda pinnings and enable GCS on Windows
---
 ...on10.2cxx_compiler_version7numpy1.18python3.7.____cpython.yaml | 8 +++++---
 ...on10.2cxx_compiler_version7numpy1.18python3.8.____cpython.yaml | 8 +++++---
 ...on10.2cxx_compiler_version7numpy1.19python3.9.____cpython.yaml | 8 +++++---
 ...n10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml | 8 +++++---
 ...onNonecxx_compiler_version9numpy1.18python3.7.____cpython.yaml | 8 +++++---
 ...onNonecxx_compiler_version9numpy1.18python3.8.____cpython.yaml | 8 +++++---
 ...onNonecxx_compiler_version9numpy1.19python3.9.____cpython.yaml | 8 +++++---
 ...nNonecxx_compiler_version9numpy1.21python3.10.____cpython.yaml | 8 +++++---
 .../.ci_support/linux_aarch64_numpy1.18python3.7.____cpython.yaml | 8 +++++---
 .../.ci_support/linux_aarch64_numpy1.18python3.8.____cpython.yaml | 8 +++++---
 .../.ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml | 8 +++++---
 .../linux_aarch64_numpy1.21python3.10.____cpython.yaml            | 8 +++++---
 .../.ci_support/linux_ppc64le_numpy1.18python3.7.____cpython.yaml | 8 +++++---
 .../.ci_support/linux_ppc64le_numpy1.18python3.8.____cpython.yaml | 8 +++++---
 .../.ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml | 8 +++++---
 .../linux_ppc64le_numpy1.21python3.10.____cpython.yaml            | 8 +++++---
 .../.ci_support/osx_64_numpy1.18python3.7.____cpython.yaml        | 8 +++++---
 .../.ci_support/osx_64_numpy1.18python3.8.____cpython.yaml        | 8 +++++---
 .../.ci_support/osx_64_numpy1.19python3.9.____cpython.yaml        | 8 +++++---
 .../.ci_support/osx_64_numpy1.21python3.10.____cpython.yaml       | 8 +++++---
 .../.ci_support/osx_arm64_numpy1.19python3.8.____cpython.yaml     | 8 +++++---
 .../.ci_support/osx_arm64_numpy1.19python3.9.____cpython.yaml     | 8 +++++---
 .../.ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml    | 8 +++++---
 ...4_cuda_compiler_version10.2numpy1.18python3.7.____cpython.yaml | 6 ++++--
 ...4_cuda_compiler_version10.2numpy1.18python3.8.____cpython.yaml | 6 ++++--
 ...4_cuda_compiler_version10.2numpy1.19python3.9.____cpython.yaml | 6 ++++--
 ..._cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml | 6 ++++--
 ...4_cuda_compiler_versionNonenumpy1.18python3.7.____cpython.yaml | 6 ++++--
 ...4_cuda_compiler_versionNonenumpy1.18python3.8.____cpython.yaml | 6 ++++--
 ...4_cuda_compiler_versionNonenumpy1.19python3.9.____cpython.yaml | 6 ++++--
 ..._cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml | 6 ++++--
 dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat                   | 1 +
 dev/tasks/conda-recipes/arrow-cpp/meta.yaml                       | 2 +-
 33 files changed, 149 insertions(+), 86 deletions(-)

diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.7.____cpython.yaml
index 4273c9b..9c6fe5c 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.7.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.7.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.8.____cpython.yaml
index 7108ddf..4a1f196 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.18python3.8.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.19python3.9.____cpython.yaml
index b5ffa56..cd9760a 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.19python3.9.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml
index ba03ed2..581e907 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.7.____cpython.yaml
index 1f10c7e..3f6c820 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.7.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.7.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.8.____cpython.yaml
index 0785b14..85326a4 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.18python3.8.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.19python3.9.____cpython.yaml
index 8d0459d..20034ba 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.19python3.9.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.21python3.10.____cpython.yaml
index 8430814..d441464 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_64_c_compiler_version9cuda_compiler_versionNonecxx_compiler_version9numpy1.21python3.10.____cpython.yaml
@@ -24,8 +24,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -35,7 +37,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -49,7 +51,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.7.____cpython.yaml
index 62676cf..9bf341a 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.7.____cpython.yaml
@@ -26,8 +26,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -37,7 +39,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -51,7 +53,7 @@ pin_run_as_build:
 python:
 - 3.7.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.8.____cpython.yaml
index fbb0d16..802123a 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.18python3.8.____cpython.yaml
@@ -26,8 +26,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -37,7 +39,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -51,7 +53,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml
index 1620fa4..ab619cc 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml
@@ -26,8 +26,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -37,7 +39,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -51,7 +53,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.21python3.10.____cpython.yaml
index feec3fb..19c5246 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_aarch64_numpy1.21python3.10.____cpython.yaml
@@ -26,8 +26,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -37,7 +39,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -51,7 +53,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.7.____cpython.yaml
index 6c1c2c2..2bce24c 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.7.____cpython.yaml
@@ -22,8 +22,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.7.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.8.____cpython.yaml
index 3af41aa..6942d58 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.18python3.8.____cpython.yaml
@@ -22,8 +22,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml
index a67a971..dd69227 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml
@@ -22,8 +22,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.21python3.10.____cpython.yaml
index e79c5d2..7c76681 100644
--- a/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/linux_ppc64le_numpy1.21python3.10.____cpython.yaml
@@ -22,8 +22,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.7.____cpython.yaml
index d062960..952ef45 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.7.____cpython.yaml
@@ -20,8 +20,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.7.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.8.____cpython.yaml
index cfd3391..22e92ad 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.18python3.8.____cpython.yaml
@@ -20,8 +20,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
index d12db70..6d01a39 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
@@ -20,8 +20,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.21python3.10.____cpython.yaml
index 70c8c76..bbe311e 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_64_numpy1.21python3.10.____cpython.yaml
@@ -20,8 +20,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.8.____cpython.yaml
index faafdda..c951785 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.8.____cpython.yaml
@@ -20,8 +20,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.9.____cpython.yaml
index e716199..1439470 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.19python3.9.____cpython.yaml
@@ -20,8 +20,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml
index dacd303..807e840 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml
@@ -20,8 +20,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -33,7 +35,7 @@ numpy:
 openssl:
 - 1.1.1
 orc:
-- 1.7.2
+- 1.7.3
 pin_run_as_build:
   bzip2:
     max_pin: x
@@ -47,7 +49,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.7.____cpython.yaml
index 6944dad..bcfe18d 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.7.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.7.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.8.____cpython.yaml
index 7c92cdf..766615b 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.18python3.8.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.19python3.9.____cpython.yaml
index f263284..2001de8 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.19python3.9.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml
index 4d3980a..a7c9c54 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.7.____cpython.yaml
index 53cfc86..a23b37e 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.7.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.7.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.8.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.8.____cpython.yaml
index e1c54b4..dbf6186 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.8.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.18python3.8.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.8.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.19python3.9.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.19python3.9.____cpython.yaml
index 4140f54..7341d64 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.19python3.9.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.19python3.9.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.9.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml
index e90f5cd..374e7ce 100644
--- a/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml
@@ -16,8 +16,10 @@ gflags:
 - '2.2'
 glog:
 - '0.5'
+google_cloud_cpp:
+- '1.35'
 grpc_cpp:
-- '1.42'
+- '1.43'
 libprotobuf:
 - '3.19'
 lz4_c:
@@ -39,7 +41,7 @@ pin_run_as_build:
 python:
 - 3.10.* *_cpython
 re2:
-- 2021.11.01
+- 2022.02.01
 snappy:
 - '1'
 target_platform:
diff --git a/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat b/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
index 0527356..5ea66a2 100644
--- a/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
+++ b/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
@@ -39,6 +39,7 @@ cmake -G "Ninja" ^
       -DARROW_FLIGHT:BOOL=ON ^
       -DARROW_FLIGHT_REQUIRE_TLSCREDENTIALSOPTIONS:BOOL=ON ^
       -DARROW_HDFS:BOOL=ON ^
+      -DARROW_GCS:BOOL=ON ^
       -DARROW_PARQUET:BOOL=ON ^
       -DARROW_GANDIVA:BOOL=ON ^
       -DARROW_ORC:BOOL=ON ^
diff --git a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
index d87c63a..5275e3f 100644
--- a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
+++ b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
@@ -74,7 +74,7 @@ outputs:
         - c-ares
         - gflags
         - glog
-        - google-cloud-cpp >=1.34.0
+        - google-cloud-cpp
         - grpc-cpp
         - libprotobuf
         - clangdev 10  # [not (osx and arm64)]