From 38d438b4036bdd3e31256067c889855aa5fe3f71 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jan 2026 17:43:31 +0800 Subject: python3-gunicorn: upgrade 23.0.0 -> 24.1.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-gunicorn_23.0.0.bb | 30 ---------------------- .../python/python3-gunicorn_24.1.1.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb deleted file mode 100644 index f629214b5a..0000000000 --- a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "WSGI HTTP Server for UNIX" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" - -SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec" - -inherit pypi python_setuptools_build_meta ptest - -CVE_PRODUCT = "gunicorn" - -SRC_URI += " \ - file://run-ptest \ -" - -# python-misc for wsgiref -RDEPENDS:${PN}-ptest += " \ - python3-eventlet \ - python3-gevent \ - python3-misc \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS:${PN} += "python3-setuptools python3-fcntl" diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb b/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb new file mode 100644 index 0000000000..f7951b9b32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb @@ -0,0 +1,30 @@ +SUMMARY = "WSGI HTTP Server for UNIX" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" + +SRC_URI[sha256sum] = "f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408" + +inherit pypi python_setuptools_build_meta ptest + +CVE_PRODUCT = "gunicorn" + +SRC_URI += " \ + file://run-ptest \ +" + +# python-misc for wsgiref +RDEPENDS:${PN}-ptest += " \ + python3-eventlet \ + python3-gevent \ + python3-misc \ + python3-pytest \ + python3-unittest-automake-output \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +RDEPENDS:${PN} += "python3-setuptools python3-fcntl" -- cgit v1.2.3-54-g00ecf