From d0805a5a16b36bee829b9379448a39653972c9de Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:33 +0800 Subject: [PATCH] python3-gunicorn: upgrade 20.1.0 -> 21.2.0 License-Update: year updated to 2009-2023 Changelog: fix thread worker: revert change considering connection as idle Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-gunicorn_20.1.0.bb => python3-gunicorn_21.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-gunicorn_20.1.0.bb => python3-gunicorn_21.2.0.bb} (71%) diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb rename to meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb index f381b9df2b..d765c8fd05 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb @@ -1,9 +1,9 @@ SUMMARY = "WSGI HTTP Server for UNIX" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752" +LIC_FILES_CHKSUM = "file://LICENSE;md5=302423eeae97079c633da81b6a5fe35e" -SRC_URI[sha256sum] = "e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" +SRC_URI[sha256sum] = "88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033" inherit pypi setuptools3 ptest