From 14e63df1b9490005bafad04e6cdfff6fd252c2d5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 May 2026 12:05:27 +0800 Subject: python3-gunicorn: upgrade 25.3.0 -> 26.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-gunicorn_25.3.0.bb | 31 ---------------------- .../python/python3-gunicorn_26.0.0.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb deleted file mode 100644 index cf41feae70..0000000000 --- a/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "WSGI HTTP Server for UNIX" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98" - -SRC_URI[sha256sum] = "f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889" - -inherit pypi python_setuptools_build_meta ptest - -CVE_PRODUCT = "gunicorn" - -SRC_URI += " \ - file://run-ptest \ -" - -# python-misc for wsgiref -RDEPENDS:${PN}-ptest += " \ - bash \ - 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_26.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb new file mode 100644 index 0000000000..449c9685ca --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gunicorn_26.0.0.bb @@ -0,0 +1,31 @@ +SUMMARY = "WSGI HTTP Server for UNIX" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98" + +SRC_URI[sha256sum] = "ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf" + +inherit pypi python_setuptools_build_meta ptest + +CVE_PRODUCT = "gunicorn" + +SRC_URI += " \ + file://run-ptest \ +" + +# python-misc for wsgiref +RDEPENDS:${PN}-ptest += " \ + bash \ + 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