diff mbox series

[meta-python] python3-gunicorn: upgrade 20.1.0 -> 21.2.0

Message ID 1690875717-21608-13-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-gunicorn: upgrade 20.1.0 -> 21.2.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 1, 2023, 7:41 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: year updated to 2009-2023

Changelog:
 fix thread worker: revert change considering connection as idle

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{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 mbox series

Patch

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