diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-01 15:41:33 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-01 08:46:48 -0700 |
| commit | d0805a5a16b36bee829b9379448a39653972c9de (patch) | |
| tree | b3e08e5b157151ff39e3d49154fe85a240d6c97f /meta-python/recipes-devtools/python | |
| parent | 61dd618932cf2b8426397a0667e0db3efb87807e (diff) | |
| download | meta-openembedded-d0805a5a16b36bee829b9379448a39653972c9de.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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 @@ | |||
| 1 | SUMMARY = "WSGI HTTP Server for UNIX" | 1 | SUMMARY = "WSGI HTTP Server for UNIX" |
| 2 | 2 | ||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=302423eeae97079c633da81b6a5fe35e" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" | 6 | SRC_URI[sha256sum] = "88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
| 9 | 9 | ||
