diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index d609fcdf..204327b7 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -24,7 +24,7 @@ jobs: scriptSource: inline script: | import urllib.request - url = 'https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe' + url = 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe' path = r"$(Build.ArtifactStagingDirectory)/Miniforge.exe" urllib.request.urlretrieve(url, path) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 2def21ee..6bf701a4 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: - 0.27.3 aws_sdk_cpp: -- 1.11.329 +- 1.11.379 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 1410234b..27d31e48 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -3,7 +3,7 @@ BUILD: aws_crt_cpp: - 0.27.3 aws_sdk_cpp: -- 1.11.329 +- 1.11.379 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index a116a708..689613f9 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: - 0.27.3 aws_sdk_cpp: -- 1.11.329 +- 1.11.379 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/migrations/aws_sdk_cpp111379.yaml b/.ci_support/migrations/aws_sdk_cpp111379.yaml new file mode 100644 index 00000000..5f4c0423 --- /dev/null +++ b/.ci_support/migrations/aws_sdk_cpp111379.yaml @@ -0,0 +1,8 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for aws_sdk_cpp 1.11.379 + kind: version + migration_number: 1 +aws_sdk_cpp: +- 1.11.379 +migrator_ts: 1723091565.2730424 diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 8fbce399..3912630f 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: aws_crt_cpp: - 0.27.3 aws_sdk_cpp: -- 1.11.329 +- 1.11.379 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 2fb0bad6..e252ec38 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: aws_crt_cpp: - 0.27.3 aws_sdk_cpp: -- 1.11.329 +- 1.11.379 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 2aeffb49..fa81b1c5 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: - 0.27.3 aws_sdk_cpp: -- 1.11.329 +- 1.11.379 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index ba0c8791..420f051c 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -11,7 +11,7 @@ MINIFORGE_HOME=${MINIFORGE_HOME:-${HOME}/miniforge3} ( startgroup "Installing a fresh version of Miniforge" ) 2> /dev/null MINIFORGE_URL="https://github.com/conda-forge/miniforge/releases/latest/download" -MINIFORGE_FILE="Mambaforge-MacOSX-$(uname -m).sh" +MINIFORGE_FILE="Miniforge3-MacOSX-$(uname -m).sh" curl -L -O "${MINIFORGE_URL}/${MINIFORGE_FILE}" rm -rf ${MINIFORGE_HOME} bash $MINIFORGE_FILE -b -p ${MINIFORGE_HOME} diff --git a/build-locally.py b/build-locally.py index e0d408d0..d78427b5 100755 --- a/build-locally.py +++ b/build-locally.py @@ -3,11 +3,11 @@ # This file has been generated by conda-smithy in order to build the recipe # locally. # -import os import glob +import os +import platform import subprocess from argparse import ArgumentParser -import platform def setup_environment(ns): diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e4951024..3b50006c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,7 +20,7 @@ source: - lz4-fix.patch build: - number: 4 + number: 5 run_exports: # https://abi-laboratory.pro/?view=timeline&l=tiledb - {{ pin_subpackage('tiledb', max_pin='x.x') }}