Thanks, applied as 4da6b26d8cc7ff804c02129a6520c1b721d14326. Michael
[sent from post-receive hook] On Thu, 12 Sep 2024 14:12:08 +0200, Lars Pedersen <[email protected]> wrote: > License year has been updated > > Signed-off-by: Lars Pedersen <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/python3-gunicorn.in b/rules/python3-gunicorn.in > index d010ea9002bd..7163da6dfe25 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 e6959d557a0f..ab8e2f6bfeae 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
