From 2a1905115769861b4cdf83a2fd453189a60cbb0c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Jun 2026 13:52:02 +0000 Subject: gunicorn: update to 26.0.0 Bump 23.0.0 -> 26.0.0 (latest on PyPI). New sdist sha256sum: ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf Signed-off-by: Bruce Ashfield --- recipes-devtools/python/gunicorn_23.0.0.bb | 16 ---------------- recipes-devtools/python/gunicorn_26.0.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes-devtools/python/gunicorn_23.0.0.bb create mode 100644 recipes-devtools/python/gunicorn_26.0.0.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/gunicorn_23.0.0.bb b/recipes-devtools/python/gunicorn_23.0.0.bb deleted file mode 100644 index 04ec0578..00000000 --- a/recipes-devtools/python/gunicorn_23.0.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "WSGI HTTP Server for UNIX" -DESCRIPTION = "\ - Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s \ - a pre-fork worker model ported from Ruby’s Unicorn project. The \ - Gunicorn server is broadly compatible with various web frameworks, \ - simply implemented, light on server resource usage, and fairly speedy. \ - " -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" - -SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" - -SRC_URI[md5sum] = "18b666db62a890579170639961c5b064" -SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec" - -inherit python_pep517 python_setuptools_build_meta diff --git a/recipes-devtools/python/gunicorn_26.0.0.bb b/recipes-devtools/python/gunicorn_26.0.0.bb new file mode 100644 index 00000000..de0bd721 --- /dev/null +++ b/recipes-devtools/python/gunicorn_26.0.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "WSGI HTTP Server for UNIX" +DESCRIPTION = "\ + Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s \ + a pre-fork worker model ported from Ruby’s Unicorn project. The \ + Gunicorn server is broadly compatible with various web frameworks, \ + simply implemented, light on server resource usage, and fairly speedy. \ + " +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98" + +SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "3949514cc5b42ba2ca16a34d85823ac8" +SRC_URI[sha256sum] = "ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf" + +inherit python_pep517 python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf