From f7634955d24a2a74f80ea522b0b1060979882811 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:17:32 +0000 Subject: [PATCH 1/2] updated v0.34.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 907f5ad..f4417bd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set name = "eventlet" %} -{% set version = "0.34.1" %} +{% set version = "0.34.2" %} {% set bundle = "tar.gz" %} -{% set hash = "0087763f3ae18a571a5cc60fdd06ceb02fdb9f006693e9ee1e8e8044ae3b470b" %} +{% set hash = "2115c7c6742e6893bf1347f82915572f8895c911cb5abaad4d3596a7daa847cc" %} package: name: {{ name|lower }} From d6a75254672cc0ae92c639a4eeb093681739638c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:17:34 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.28.2, conda-smithy 3.30.2, and conda-forge-pinning 2023.12.22.11.33.24 --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c89ecb7..c002910 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ -*.pyc +# User content belongs under recipe/. +# Feedstock configuration goes in `conda-forge.yml` +# Everything else is managed by the conda-smithy rerender process. +# Please do not modify + +* +!/conda-forge.yml -build_artifacts +!/*/ +!/recipe/** +!/.ci_support/** + +*.pyc