From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 25 Oct 2024 09:33:12 +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 1t4Eop-000XQW-1L for lore@lore.pengutronix.de; Fri, 25 Oct 2024 09:33:12 +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 1t4Eoq-0007Fu-8U; Fri, 25 Oct 2024 09:33:12 +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 1t4EoP-0006zu-GZ; Fri, 25 Oct 2024 09:32:45 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t4EoP-000KIw-0m; Fri, 25 Oct 2024 09:32:45 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1t4EoP-009COO-0d; Fri, 25 Oct 2024 09:32:45 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 25 Oct 2024 09:32:45 +0200 Message-Id: <20241025073245.2192581-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241007140631.9881-1-michiel.schelfhout@protonic.nl> References: <20241007140631.9881-1-michiel.schelfhout@protonic.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3: version bump 3.11.6 -> 3.11.10 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: Michiel Schelfhout 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 c3e2245464b839f4b4d2656320a5436a32c7ffcb. Michael [sent from post-receive hook] On Fri, 25 Oct 2024 09:32:45 +0200, Michiel Schelfhout wrote: > Signed-off-by: Michiel Schelfhout > Message-Id: <20241007140631.9881-1-michiel.schelfhout@protonic.nl> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3.make b/rules/python3.make > index 771ac0e46d59..d39b8c642b4e 100644 > --- a/rules/python3.make > +++ b/rules/python3.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PYTHON3) += python3 > # > # Paths and names > # > -PYTHON3_VERSION := 3.11.6 > -PYTHON3_MD5 := d0c5a1a31efe879723e51addf56dd206 > +PYTHON3_VERSION := 3.11.10 > +PYTHON3_MD5 := af59e243df4c7019f941ae51891c10bc > PYTHON3_MAJORMINOR := $(basename $(PYTHON3_VERSION)) > PYTHON3_SITEPACKAGES := /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages > PYTHON3 := Python-$(PYTHON3_VERSION)