From 0b0954b2976f02a1604e470e035b6e5924b8ad5c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:08:29 +0000 Subject: [PATCH 1/2] updated v1.23.2 --- recipe/meta.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 496509b..2eaa5fe 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "go" %} -{% set version = "1.23.1" %} +{% set version = "1.23.2" %} package: name: {{ name }}-{{ go_variant_str }} @@ -8,7 +8,7 @@ package: source: - folder: go url: https://dl.google.com/{{ name }}/go{{ version }}.src.tar.gz - sha256: 6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d + sha256: 36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f patches: # Please see patches/README.md for more details - patches/0001-Fix-cgo_fortran-test-setup-for-conda.patch @@ -21,22 +21,22 @@ source: # Update this with a release from https://go.dev/dl/ - folder: go-bootstrap # [aarch64 or ppc64le or osx or win64 or (linux and x86_64)] url: https://go.dev/dl/go{{ version }}.linux-arm64.tar.gz # [aarch64] - sha256: faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f # [aarch64] + sha256: f626cdd92fc21a88b31c1251f419c17782933a42903db87a174ce74eeecc66a9 # [aarch64] url: https://go.dev/dl/go{{ version }}.linux-amd64.tar.gz # [linux and x86_64] - sha256: 49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd # [linux and x86_64] + sha256: 542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e # [linux and x86_64] url: https://go.dev/dl/go{{ version }}.linux-ppc64le.tar.gz # [ppc64le] - sha256: 042888cae54b5fbfd9dd1e3b6bc4a5134879777fe6497fc4c62ec394b5ecf2da # [ppc64le] + sha256: c164ce7d894b10fd861d7d7b96f1dbea3f993663d9f0c30bc4f8ae3915db8b0c # [ppc64le] url: https://go.dev/dl/go{{ version }}.windows-amd64.zip # [win64] - sha256: 32dedf277c86610e380e1765593edb66876f00223df71690bd6be68ee17675c0 # [win64] + sha256: bc28fe3002cd65cec65d0e4f6000584dacb8c71bfaff8801dfb532855ca42513 # [win64] # url: https://go.dev/dl/go{{ version }}.darwin-arm64.tar.gz # [osx and arm64] # sha256: 49e394ab92bc6fa3df3d27298ddf3e4491f99477bee9dd4934525a526f3a391c # [osx and arm64] url: https://go.dev/dl/go{{ version }}.darwin-amd64.tar.gz # [osx] - sha256: 488d9e4ca3e3ed513ee4edd91bef3a2360c65fa6d6be59cf79640bf840130a58 # [osx] + sha256: 445c0ef19d8692283f4c3a92052cc0568f5a048f4e546105f58e991d4aea54f5 # [osx] build: binary_relocation: false @@ -50,7 +50,7 @@ build: - $RPATH/libc.so.6 # [linux and not cgo] - /usr/lib/libSystem.B.dylib # [osx] - $SYSROOT\System32\winmm.dll # [win] - number: 1 + number: 0 skip: true # [linux and s390x] requirements: From ab3b467d405fc47150ed4068d6db5ccf72fb4735 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:10:38 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.40.1, and conda-forge-pinning 2024.10.01.17.37.14 --- .scripts/build_steps.sh | 2 ++ .scripts/run_win_build.bat | 4 ++-- build-locally.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index c5dcc64..5ca92d7 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -43,6 +43,8 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" source run_conda_forge_build_setup + + # make the build number clobber make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index a7e8d06..1f3b2be 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -24,7 +24,7 @@ set "CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1" :: Provision the necessary dependencies to build the recipe later echo Installing dependencies -mamba.exe install "python=3.10" pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" -c conda-forge --strict-channel-priority --yes +mamba.exe install pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" -c conda-forge --strict-channel-priority --yes if !errorlevel! neq 0 exit /b !errorlevel! :: Set basic configuration @@ -46,7 +46,7 @@ if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( ) if NOT [%flow_run_id%] == [] ( - set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --extra-meta flow_run_id=%flow_run_id% remote_url=%remote_url% sha=%sha%" + set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --extra-meta flow_run_id=%flow_run_id% remote_url=%remote_url% sha=%sha%" ) call :end_group diff --git a/build-locally.py b/build-locally.py index 8ac9b84..6788aea 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,5 +1,5 @@ #!/bin/sh -"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on +"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally.