From c3a217579c6f9d48c7d414de0850d14b727f7b00 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:22:14 +0000 Subject: [PATCH 1/2] updated v1.21.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a664041..57b4f6d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.20.0" %} +{% set version = "1.21.0" %} {% set build = 0 %} package: @@ -7,10 +7,10 @@ package: source: - url: https://pypi.io/packages/source/s/solara/solara-{{ version }}.tar.gz - sha256: edcfbc9d9bd397ff925f2cc38911ddf8e341114ae8b30f41f606562da9562ebf + sha256: d7ec8ff243d3f869754889cf15c23ca31dffce1ef2b1d12d93d4dd16dbf09f22 folder: solara - url: https://pypi.io/packages/source/s/solara_assets/solara_assets-{{ version }}.tar.gz - sha256: 39a754029f60feaaf8a3180f5602300e4038590aaecbeec00691b0327a6b1035 + sha256: 0d957afc25840df484ae81cb43fa30362c52d0f3a0795e3e10f6b4c501985c30 folder: solara_assets build: From c5951b41afc3782654ec3cf2f3c308812349c315 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:22:18 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.10.09.57.53 --- .scripts/build_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 438ed2b..d20d8f4 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,7 +34,7 @@ CONDARC 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 + pip mamba conda-build boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"