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 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 }}