From b9387c9d70e628edff60b67473e1c23edd1b1012 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 17 Nov 2021 13:35:24 +0200 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-eventlet_0.32.0.bb | 11 ----------- .../recipes-devtools/python/python3-eventlet_0.33.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb deleted file mode 100644 index 3848150e46..0000000000 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Highly concurrent networking library" -HOMEPAGE = "http://pypi.python.org/pypi/eventlet" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" - -SRC_URI[sha256sum] = "2f0bb8ed0dc0ab21d683975d5d8ab3c054d588ce61def9faf7a465ee363e839b" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "${PYTHON_PN}-dnspython" 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 @@ +DESCRIPTION = "Highly concurrent networking library" +HOMEPAGE = "http://pypi.python.org/pypi/eventlet" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" + +SRC_URI[sha256sum] = "80144f489c1bb273a51b6f96ff9785a382d2866b9bab1f5bd748385019f4141f" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-dnspython \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-distutils \ + ${PYTHON_PN}-greenlet \ +" -- cgit v1.2.3-54-g00ecf