From 139f12bc1edf81992ef320ca271ff1de38113c58 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:56:31 +0000 Subject: [PATCH 1/3] Rebuild for arrow_cpp13 --- .ci_support/migrations/arrow_cpp13.yaml | 15 +++++++++++++++ recipe/meta.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .ci_support/migrations/arrow_cpp13.yaml diff --git a/.ci_support/migrations/arrow_cpp13.yaml b/.ci_support/migrations/arrow_cpp13.yaml new file mode 100644 index 00000000..b7453482 --- /dev/null +++ b/.ci_support/migrations/arrow_cpp13.yaml @@ -0,0 +1,15 @@ +__migrator: + build_number: 1 + kind: version + migration_number: 1 +arrow_cpp: +- 13 +- 12 +- 11.0.0 +- 10.0.1 +libarrow: +- 13 +- 12 +- 11.0.0 +- 10.0.1 +migrator_ts: 1692875419.4182994 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ca93414d..d3badf01 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: - flatgeobuffcxx17.patch build: - number: 13 + number: 14 skip_compile_pyc: - share/bash-completion/completions/*.py From ea0c691d2f3b08ae72ffde58433f29346eda86fb Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:57:49 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.24.11.35.19 --- .ci_support/linux_64_.yaml | 2 +- .ci_support/linux_aarch64_.yaml | 2 +- .ci_support/linux_ppc64le_.yaml | 2 +- .ci_support/osx_64_.yaml | 2 +- .ci_support/osx_arm64_.yaml | 2 +- .ci_support/win_64_.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index c3f3cfe1..3daa9eb9 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -2,7 +2,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 8e7e91ce..7f6656b1 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -4,7 +4,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index 8c46dbf9..46489a18 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -2,7 +2,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index deb3c958..a07323d2 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -4,7 +4,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 59e4b7d2..a0220ae4 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -4,7 +4,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index b559497b..a6d3d55e 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -2,7 +2,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - vs2019 cfitsio: From db74fe48fa9c0576fef4582200c7dff283840aee Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 20:06:38 +0000 Subject: [PATCH 3/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.30.17.25.59 --- .ci_support/migrations/json_c017.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .ci_support/migrations/json_c017.yaml diff --git a/.ci_support/migrations/json_c017.yaml b/.ci_support/migrations/json_c017.yaml deleted file mode 100644 index b3938c9b..00000000 --- a/.ci_support/migrations/json_c017.yaml +++ /dev/null @@ -1,7 +0,0 @@ -__migrator: - build_number: 1 - kind: version - migration_number: 1 -json_c: -- '0.17' -migrator_ts: 1691959516.3835154