diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index d08eed2c..bfe37274 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,15 +5,17 @@ jobs: - job: osx pool: - vmImage: macOS-15 + vmImage: $(VMIMAGE) strategy: matrix: osx_64_: CONFIG: osx_64_ UPLOAD_PACKAGES: 'True' + VMIMAGE: macOS-15 osx_arm64_: CONFIG: osx_arm64_ UPLOAD_PACKAGES: 'True' + VMIMAGE: macOS-15 timeoutInMinutes: 360 variables: {} diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index d3167a8a..5b1fdab6 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: -- 0.37.2 +- 0.37.3 aws_sdk_cpp: -- 1.11.606 +- 1.11.747 azure_core_cpp: - 1.16.2 azure_identity_cpp: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 2c7e2f5c..245aaae8 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: -- 0.37.2 +- 0.37.3 aws_sdk_cpp: -- 1.11.606 +- 1.11.747 azure_core_cpp: - 1.16.2 azure_identity_cpp: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index 6e5728fc..be37418e 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: -- 0.37.2 +- 0.37.3 aws_sdk_cpp: -- 1.11.606 +- 1.11.747 azure_core_cpp: - 1.16.2 azure_identity_cpp: diff --git a/.ci_support/migrations/aws_sdk_cpp111747.yaml b/.ci_support/migrations/aws_sdk_cpp111747.yaml new file mode 100644 index 00000000..31390bd1 --- /dev/null +++ b/.ci_support/migrations/aws_sdk_cpp111747.yaml @@ -0,0 +1,10 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for aws_sdk_cpp 1.11.747 + kind: version + migration_number: 1 +aws_sdk_cpp: +- 1.11.747 +aws_crt_cpp: +- 0.37.3 +migrator_ts: 1772029534.0342855 diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 44e60f0d..f1f612b9 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -3,9 +3,9 @@ MACOSX_DEPLOYMENT_TARGET: MACOSX_SDK_VERSION: - '11.0' aws_crt_cpp: -- 0.37.2 +- 0.37.3 aws_sdk_cpp: -- 1.11.606 +- 1.11.747 azure_core_cpp: - 1.16.2 azure_identity_cpp: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index aa265a26..a7d448cf 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -3,9 +3,9 @@ MACOSX_DEPLOYMENT_TARGET: MACOSX_SDK_VERSION: - '11.0' aws_crt_cpp: -- 0.37.2 +- 0.37.3 aws_sdk_cpp: -- 1.11.606 +- 1.11.747 azure_core_cpp: - 1.16.2 azure_identity_cpp: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 8be7f63c..0676f18e 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: -- 0.37.2 +- 0.37.3 aws_sdk_cpp: -- 1.11.606 +- 1.11.747 azure_core_cpp: - 1.16.2 azure_identity_cpp: diff --git a/LICENSE.txt b/LICENSE.txt index 2ec51d75..c5aa738f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,5 @@ BSD-3-Clause license -Copyright (c) 2015-2022, conda-forge contributors -All rights reserved. +Copyright (c) 2015-2026, conda-forge contributors Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/build-locally.py b/build-locally.py index 9dfe4403..825a4aff 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,5 +1,6 @@ #!/bin/sh """exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on + # # This file has been generated by conda-smithy in order to build the recipe # locally. diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c6da129c..12624924 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 36381f9eaa2a6defc8990aa1a95d1f0e87971748a50bf6fb705bf032ac7384cf build: - number: 0 + number: 1 run_exports: # https://abi-laboratory.pro/?view=timeline&l=tiledb - {{ pin_subpackage('tiledb', max_pin='x.x') }}