diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 13:52:02 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 15:16:52 +0000 |
| commit | 2a1905115769861b4cdf83a2fd453189a60cbb0c (patch) | |
| tree | fa4a04d3c91375f0e904bf1967bb848f250a1a7f /recipes-devtools/python | |
| parent | 67eb1286ea1ed1528f1ef627a33bd37c48c4afc6 (diff) | |
| download | meta-virtualization-2a1905115769861b4cdf83a2fd453189a60cbb0c.tar.gz | |
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
| -rw-r--r-- | recipes-devtools/python/gunicorn_26.0.0.bb (renamed from recipes-devtools/python/gunicorn_23.0.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/gunicorn_23.0.0.bb b/recipes-devtools/python/gunicorn_26.0.0.bb index 04ec0578..de0bd721 100644 --- a/recipes-devtools/python/gunicorn_23.0.0.bb +++ b/recipes-devtools/python/gunicorn_26.0.0.bb | |||
| @@ -6,11 +6,11 @@ DESCRIPTION = "\ | |||
| 6 | simply implemented, light on server resource usage, and fairly speedy. \ | 6 | simply implemented, light on server resource usage, and fairly speedy. \ |
| 7 | " | 7 | " |
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98" |
| 10 | 10 | ||
| 11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" | 11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" |
| 12 | 12 | ||
| 13 | SRC_URI[md5sum] = "18b666db62a890579170639961c5b064" | 13 | SRC_URI[md5sum] = "3949514cc5b42ba2ca16a34d85823ac8" |
| 14 | SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec" | 14 | SRC_URI[sha256sum] = "ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf" |
| 15 | 15 | ||
| 16 | inherit python_pep517 python_setuptools_build_meta | 16 | inherit python_pep517 python_setuptools_build_meta |
