Skip to content

Commit

Permalink
eventlet v0.34.1 (#40)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
2 parents 6981466 + b876165 commit fbfd22c
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 23 deletions.
8 changes: 3 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "eventlet" %}
{% set version = "0.33.3" %}
{% set version = "0.34.1" %}
{% set bundle = "tar.gz" %}
{% set hash = "722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda" %}
{% set hash = "0087763f3ae18a571a5cc60fdd06ceb02fdb9f006693e9ee1e8e8044ae3b470b" %}

package:
name: {{ name|lower }}
Expand All @@ -19,11 +19,13 @@ build:

requirements:
host:
- python >=3.5
- python >=3.7
- pip
- hatch-vcs >=0.3
- hatchling >=1.12.2
run:
- python >=3.5
- greenlet >=0.3
- python >=3.7
- greenlet >=1.0
- dnspython >=1.15.0
- six >=1.10.0
- pyopenssl
Expand Down

0 comments on commit fbfd22c

Please sign in to comment.