From d3d41415ff1ee36fcfb2b5ad2773ba4940a9e714 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:24:26 +0000 Subject: [PATCH 1/2] updated v1.8.6 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d8356a3..eb4268d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "dagster-cloud" %} -{% set version = "1.8.4" %} +{% set version = "1.8.6" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dagster-cloud-{{ version }}.tar.gz - sha256: ce646bc923322db14ce494e5eb5e9d2263bbcb7b258396a6afae82f641662d4b + sha256: b65dacbd833d9fae6157eeafa8fb90d6c90ac3047d4a95d8839eadbfab043fbf build: noarch: python From 7ee47b22c98b87e27ac0255a26a2794c22c5298b Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:25:13 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and conda-forge-pinning 2024.09.11.14.38.49 --- build-locally.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-locally.py b/build-locally.py index d78427b..8ac9b84 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