From 644e0bc7af0d36eff911d27a0a65fccb91166570 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Apr 2026 18:32:04 +0800 Subject: python3-eventlet: upgrade 0.40.4 -> 0.41.0 Changelog: ============ * Switch to 3.14 for testing * Drop 3.9 support * More visible deprecation Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-eventlet_0.40.4.bb | 20 -------------------- .../python/python3-eventlet_0.41.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eventlet_0.40.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-eventlet_0.41.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.40.4.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.40.4.bb deleted file mode 100644 index 213460dc70..0000000000 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.40.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Highly concurrent networking library" -HOMEPAGE = "https://pypi.python.org/pypi/eventlet" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" - -SRC_URI += "file://d19ad6cc086684ee74db250f5fd35227c98e678a.patch" -SRC_URI[sha256sum] = "69bef712b1be18b4930df6f0c495d2a882bf7b63aa111e7b6eeff461cfcaf26f" - -CVE_PRODUCT = "eventlet" - -inherit pypi python_hatchling - -DEPENDS += "python3-hatch-vcs-native" - -RDEPENDS:${PN} += " \ - python3-dnspython \ - python3-six \ - python3-greenlet \ -" diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.41.0.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.41.0.bb new file mode 100644 index 0000000000..3c27caf968 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.41.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Highly concurrent networking library" +HOMEPAGE = "https://pypi.python.org/pypi/eventlet" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" + +SRC_URI += "file://d19ad6cc086684ee74db250f5fd35227c98e678a.patch" +SRC_URI[sha256sum] = "35df85f0ccd3e73effb6fd9f1ceae46b500b966c7da1817289c323a307bd397b" + +CVE_PRODUCT = "eventlet" + +inherit pypi python_hatchling + +DEPENDS += "python3-hatch-vcs-native" + +RDEPENDS:${PN} += " \ + python3-dnspython \ + python3-six \ + python3-greenlet \ +" -- cgit v1.2.3-54-g00ecf