From c36325c493e89745e90801d586b2a34789a063c7 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 29 May 2025 12:06:34 +0000 Subject: [PATCH 1/3] updated v1.21.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9450856..182e84c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ # code: language: jinja-yaml -{% set version = "1.20.0" %} +{% set version = "1.21.0" %} {% set libs = [ "common", "exporter_in_memory", "exporter_ostream_metrics", @@ -20,7 +20,7 @@ package: source: - url: https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v{{ version }}.tar.gz - sha256: 4b6eeb852f075133c21b95948017f13a3e21740e55b921d27e42970a47314297 + sha256: 98e5546f577a11b52a57faed1f4cc60d8c1daa44760eba393f43eab5a8ec46a2 patches: - patches/0001-cross_compile_grpc_cpp_plugin_path.patch # [build_platform != target_platform] - patches/0002-add-missing-shared-library-dependencies.patch From c3597f8f499951182f8ad1e936c477df9dfa9a63 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 29 May 2025 12:08:04 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.48.1, and conda-forge-pinning 2025.05.29.08.27.57 --- .scripts/run_win_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 283e143..297498b 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -25,7 +25,7 @@ set "MICROMAMBA_EXE=%MICROMAMBA_TMPDIR%\micromamba.exe" echo Downloading micromamba %MICROMAMBA_VERSION% if not exist "%MICROMAMBA_TMPDIR%" mkdir "%MICROMAMBA_TMPDIR%" -certutil -urlcache -split -f "%MICROMAMBA_URL%" "%MICROMAMBA_EXE%" +powershell -ExecutionPolicy Bypass -Command "(New-Object Net.WebClient).DownloadFile('%MICROMAMBA_URL%', '%MICROMAMBA_EXE%')" if !errorlevel! neq 0 exit /b !errorlevel! echo Creating environment From dcb39c14a9992ba77b8540571b1b34331b5fde83 Mon Sep 17 00:00:00 2001 From: David Li Date: Fri, 30 May 2025 15:24:22 +0900 Subject: [PATCH 3/3] Update proto-opentelemetry-proto --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 182e84c..4b98a40 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -36,7 +36,7 @@ requirements: - {{ stdlib("c") }} - cmake >=3.1 - ninja - - proto-opentelemetry-proto =1.5.0 + - proto-opentelemetry-proto =1.6.0 # For cross-compiling - curl # [build_platform != target_platform]