From 852c48495d1595505c825f68001bdd6796acca7c Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:26:31 +0000 Subject: [PATCH 1/5] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 06c6814..48b1988 100644 --- a/README.md +++ b/README.md @@ -228,3 +228,6 @@ Feedstock Maintainers + + + From 1e931d9b1755b86ce79cfcbe8868415c5d3fa644 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:27:57 +0000 Subject: [PATCH 2/5] ENH updated version to 1.8.5 --- recipe/meta.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e8ce8e3..8fffd46 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,5 @@ -{% set version = "1.8.4" %} +{% set min_python = "python >=3.8" %} +{% set version = "1.8.5" %} {% set build_number = 0 %} {% set min_python = "python >=3.8" %} @@ -39,27 +40,27 @@ source: # uses main version - folder: dagster-pipes url: https://pypi.io/packages/source/d/dagster-pipes/dagster-pipes-{{ version }}.tar.gz - sha256: 7591ae6d8c2a110991dda1ef50ae65db938ab5e3a77bf40da55a53f1342d6118 + sha256: 1ea4c682d3fe2cc6b09da30ca821fb53fd07b042e1f6b90b001746dbc8922423 - folder: dagster url: https://pypi.io/packages/source/d/dagster/dagster-{{ version }}.tar.gz - sha256: 98f29e228b9826e57c96eaae27612ca0be744b08b38eaa4d592bb3f3c2ec0af5 + sha256: d1c6be09c7702220ed81ecdfabba65fa36985019b6ffa452c2bd137f9a5dca64 - folder: dagster-webserver url: https://pypi.io/packages/source/d/dagster-webserver/dagster-webserver-{{ version }}.tar.gz - sha256: 542b1fb0c13170b2e4f5fe0da43e4ace8fc4ae554ae132023a6aa92f938c24eb + sha256: e9b35f5ccf50d40e82d36ecd03fc38741ff221554d666744e6118ba03287697a - folder: dagit url: https://pypi.io/packages/source/d/dagit/dagit-{{ version }}.tar.gz - sha256: 39da2b91a496f4673d49e362b9771d2659e6e8ff1b3c12d7cf7b4a3285ff094e + sha256: 8acfc72a55d6cc101c6eb7f4ed0b6b7a5098fd8194504b473353b9f4b0894c16 - folder: dagster-graphql url: https://pypi.io/packages/source/d/dagster-graphql/dagster-graphql-{{ version }}.tar.gz - sha256: ff81fcfb11a1f13f628246c7581d8b0a8dc9862112e1acd014b83a849b68bb1a + sha256: b436d27c5f4c197b677833b4193d4ec635b7543e7e0f9d42b57533203238ab62 - folder: dagster-airflow url: https://pypi.io/packages/source/d/dagster-airflow/dagster-airflow-{{ version }}.tar.gz - sha256: 2cb0601830de4fdfb37b09b3811b2009e70526889c2d7287fabd0fea0fbb93da + sha256: 6519da133508b61bc3cec66fc557ee105c4201f644bc030852312c2f2d049844 build: noarch: python From cc52a1fe61afc7dbec024b51a9bb386012db3ba2 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:29:27 +0000 Subject: [PATCH 3/5] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and conda-forge-pinning 2024.09.06.13.38.35 --- README.md | 6 ------ build-locally.py | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 48b1988..92ceba0 100644 --- a/README.md +++ b/README.md @@ -225,9 +225,3 @@ Feedstock Maintainers * [@mgasner](https://github.com/mgasner/) * [@xhochy](https://github.com/xhochy/) - - - - - - 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 From 4f5cf3cdf77effa65dde680df5227ceff1fe0409 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Fri, 6 Sep 2024 15:29:51 -0500 Subject: [PATCH 4/5] update deps --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e8ce8e3..1e984c8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -133,7 +133,7 @@ outputs: - jinja2 - packaging >=20.9 - psutil >=1.0 - - pydantic >1.10.0,!=1.10.7,<3 + - pydantic >1.10.0,!=1.10.7,<2.9.0 - python-dotenv - pytz - pywin32-on-windows @@ -149,7 +149,7 @@ outputs: - tqdm <5 - tzdata - typing_extensions >=4.4.0,<5 - - watchdog >=0.8.3 + - watchdog >=0.8.3,<6 run_constrained: - {{ dagster_python }} - pywin32 !=226 From 8a385abba84a464ecc3bbbd1f212f3d9da77eb11 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Fri, 6 Sep 2024 15:30:47 -0500 Subject: [PATCH 5/5] fix dupe --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c6b0649..cedb335 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,3 @@ -{% set min_python = "python >=3.8" %} {% set version = "1.8.5" %} {% set build_number = 0 %} {% set min_python = "python >=3.8" %}