summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-17 13:35:24 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-19 08:30:36 -0800
commitb9387c9d70e628edff60b67473e1c23edd1b1012 (patch)
tree1e9244f76c0f49a9a0f00330a1240af32d946879 /meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb
parent8ff9bc40ef8bb7241697af1119e1542b23004e91 (diff)
downloadmeta-openembedded-b9387c9d70e628edff60b67473e1c23edd1b1012.tar.gz
python3-eventlet: Upgrade 0.32.0 -> 0.33.0
Upgrade to release 0.33.0: - green.thread: unlocked Lock().release() should raise exception, returned True - wsgi: Don't break HTTP framing during 100-continue handling - greendns: Create a DNS resolver lazily rather than on import - ssl: GreenSSLContext minimum_version and maximum_version setters Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb
new file mode 100644
index 0000000000..6a4449cf55
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Highly concurrent networking library"
2HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
6
7SRC_URI[sha256sum] = "80144f489c1bb273a51b6f96ff9785a382d2866b9bab1f5bd748385019f4141f"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += " \
12 ${PYTHON_PN}-dnspython \
13 ${PYTHON_PN}-six \
14 ${PYTHON_PN}-distutils \
15 ${PYTHON_PN}-greenlet \
16"