From e31e02999c3ae03b72df5f8f9da9056b729e0074 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Dec 2023 15:29:09 +0800 Subject: python3-eventlet: upgrade 0.34.1 -> 0.34.2 Changelog: =========== * Allowing inheritance of GreenSSLSocket without overriding the __new_ method * [bug] Fix broken API related to '__version__' removal * [doc] Fix pypi broken link Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-eventlet_0.34.1.bb | 15 --------------- .../recipes-devtools/python/python3-eventlet_0.34.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eventlet_0.34.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.34.1.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.34.1.bb deleted file mode 100644 index cd6d2b25ee..0000000000 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.34.1.bb +++ /dev/null @@ -1,15 +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] = "0087763f3ae18a571a5cc60fdd06ceb02fdb9f006693e9ee1e8e8044ae3b470b" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-dnspython \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-greenlet \ -" diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb new file mode 100644 index 0000000000..86524da42b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb @@ -0,0 +1,15 @@ +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] = "2115c7c6742e6893bf1347f82915572f8895c911cb5abaad4d3596a7daa847cc" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-dnspython \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-greenlet \ +" -- cgit v1.2.3-54-g00ecf