From 00f064d481b393b5314bb2bbdef1d133f4a5da3a Mon Sep 17 00:00:00 2001 From: scottyhq <3924836+scottyhq@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:08:26 +0000 Subject: [PATCH 1/2] Update pangeo-dask metapackage version(s) --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index bac8edc..c4c4327 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2024.08.31" %} +{% set version = "2024.09.30" %} package: name: pangeo-dask @@ -10,8 +10,8 @@ build: requirements: run: - - dask =2024.8.2 - - distributed =2024.8.2 + - dask =2024.9.1 + - distributed =2024.9.1 - dask-gateway =2024.1.0 test: From 4c10fb76d8b972b64fa0a2ce940b716f6fb39830 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:19:06 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.40.1, and conda-forge-pinning 2024.09.30.02.36.09 --- .scripts/build_steps.sh | 2 ++ build-locally.py | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 6c805a9..af0b9ac 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/build-locally.py b/build-locally.py index d78427b..6788aea 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,8 +1,11 @@ -#!/usr/bin/env python3 +#!/bin/sh +"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. # +# The line above this comment is a bash / sh / zsh guard +# to stop people from running it with the wrong interpreter import glob import os import platform