From b3e0578b8cf7d0ea72fe3fdd0091cce8679efcae Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:25:10 +0000 Subject: [PATCH 1/3] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 302566c..ead348c 100644 --- a/README.md +++ b/README.md @@ -156,3 +156,6 @@ Feedstock Maintainers * [@aslakbergersen](https://github.com/aslakbergersen/) * [@keiyamamo](https://github.com/keiyamamo/) + + + From 4bc1c6588dd6dff3fb20d84f24acc57bf9fa93bb Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:27:13 +0000 Subject: [PATCH 2/3] ENH updated version to 2.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 426af48..06cdd76 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "turtleFSI" %} -{% set version = "2.1" %} +{% set version = "2.2" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/KVSLab/{{ name }}/archive/v{{ version }}.tar.gz - sha256: bf8fc83a41a01b8ed2d06cac3b71b7bd92169eaae53d7ac2160e9f50e47c34ea + sha256: 513efd1de6c6c23f9cfab60b0dc0e2e4f41dfca96623d9dbdeb6891dfbc88d4e build: number: 0 From 175c0964cc4afdd90126a5b7426130ad4933a56c Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:27:30 +0000 Subject: [PATCH 3/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.0, and conda-forge-pinning 2023.09.20.07.15.04 --- .scripts/build_steps.sh | 9 ++++----- .scripts/logging_utils.sh | 4 ++-- README.md | 3 --- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 595f8b5..438ed2b 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -31,11 +31,10 @@ pkgs_dirs: CONDARC - -mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 +mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/logging_utils.sh b/.scripts/logging_utils.sh index 57bc95c..aff009f 100644 --- a/.scripts/logging_utils.sh +++ b/.scripts/logging_utils.sh @@ -12,7 +12,7 @@ function startgroup { echo "##[group]$1";; travis ) echo "$1" - echo -en 'travis_fold:start:'"${1// /}"'\\r';; + echo -en 'travis_fold:start:'"${1// /}"'\r';; github_actions ) echo "::group::$1";; * ) @@ -28,7 +28,7 @@ function endgroup { azure ) echo "##[endgroup]";; travis ) - echo -en 'travis_fold:end:'"${1// /}"'\\r';; + echo -en 'travis_fold:end:'"${1// /}"'\r';; github_actions ) echo "::endgroup::";; esac diff --git a/README.md b/README.md index ead348c..302566c 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,3 @@ Feedstock Maintainers * [@aslakbergersen](https://github.com/aslakbergersen/) * [@keiyamamo](https://github.com/keiyamamo/) - - -