License year has been updated
Signed-off-by: Lars Pedersen <[email protected]>
---
rules/python3-gunicorn.in | 2 ++
rules/python3-gunicorn.make | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/rules/python3-gunicorn.in b/rules/python3-gunicorn.in
index d010ea900..7163da6df 100644
--- a/rules/python3-gunicorn.in
+++ b/rules/python3-gunicorn.in
@@ -3,6 +3,8 @@
config PYTHON3_GUNICORN
bool
select PYTHON3
+ select HOST_PYTHON3_PYBUILD
+ select HOST_PYTHON3_WHEEL
prompt "gunicorn"
help
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
diff --git a/rules/python3-gunicorn.make b/rules/python3-gunicorn.make
index e6959d557..ab8e2f6bf 100644
--- a/rules/python3-gunicorn.make
+++ b/rules/python3-gunicorn.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_GUNICORN) += python3-gunicorn
#
# Paths and names
#
-PYTHON3_GUNICORN_VERSION := 20.1.0
-PYTHON3_GUNICORN_MD5 := db8a7c5c2064000af70286534803bf1d
+PYTHON3_GUNICORN_VERSION := 23.0.0
+PYTHON3_GUNICORN_MD5 := 18b666db62a890579170639961c5b064
PYTHON3_GUNICORN := gunicorn-$(PYTHON3_GUNICORN_VERSION)
PYTHON3_GUNICORN_SUFFIX := tar.gz
PYTHON3_GUNICORN_URL := $(call ptx/mirror-pypi, gunicorn,
$(PYTHON3_GUNICORN).$(PYTHON3_GUNICORN_SUFFIX))
@@ -23,7 +23,7 @@ PYTHON3_GUNICORN_SOURCE :=
$(SRCDIR)/$(PYTHON3_GUNICORN).$(PYTHON3_GUNICORN_SUF
PYTHON3_GUNICORN_DIR := $(BUILDDIR)/$(PYTHON3_GUNICORN)
PYTHON3_GUNICORN_LICENSE := MIT
PYTHON3_GUNICORN_LICENSE_FILES := \
- file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752
+ file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf
# ----------------------------------------------------------------------------
# Prepare
--
2.46.0