From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Sep 2024 14:19:27 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1soinI-003n0Z-1Q for lore@lore.pengutronix.de; Thu, 12 Sep 2024 14:19:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1soinH-0002n1-Jx; Thu, 12 Sep 2024 14:19:27 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1soigC-0002bO-Pz; Thu, 12 Sep 2024 14:12:08 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soigC-007NSr-Cw; Thu, 12 Sep 2024 14:12:08 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1soigC-00BHO3-19; Thu, 12 Sep 2024 14:12:08 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 12 Sep 2024 14:12:08 +0200 Message-Id: <20240912121208.2688436-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240902104953.3107400-6-lapeddk@gmail.com> References: <20240902104953.3107400-6-lapeddk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-gunicorn: Version bump 20.1.0 -> 23.0.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Lars Pedersen Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 4da6b26d8cc7ff804c02129a6520c1b721d14326. Michael [sent from post-receive hook] On Thu, 12 Sep 2024 14:12:08 +0200, Lars Pedersen wrote: > License year has been updated > > Signed-off-by: Lars Pedersen > Message-Id: <20240902104953.3107400-6-lapeddk@gmail.com> > Signed-off-by: Michael Olbrich > > 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