summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
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 "
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98"
10 10
11SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" 11SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz"
12 12
13SRC_URI[md5sum] = "18b666db62a890579170639961c5b064" 13SRC_URI[md5sum] = "3949514cc5b42ba2ca16a34d85823ac8"
14SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec" 14SRC_URI[sha256sum] = "ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf"
15 15
16inherit python_pep517 python_setuptools_build_meta 16inherit python_pep517 python_setuptools_build_meta