From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 15 Jan 2026 16:12:30 +0100 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 1vgP1S-001dRE-1m for lore@lore.pengutronix.de; Thu, 15 Jan 2026 16:12:30 +0100 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 1vgP1R-0008HS-OT; Thu, 15 Jan 2026 16:12:29 +0100 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 1vgP12-0007bu-Ci; Thu, 15 Jan 2026 16:12:04 +0100 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 1vgP12-000m48-2p; Thu, 15 Jan 2026 16:12:04 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vgP12-00000000y4X-0flY; Thu, 15 Jan 2026 16:12:04 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 15 Jan 2026 16:12:04 +0100 Message-ID: <20260115151204.230910-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251202141709.185914-4-m.heidelberg@cab.de> References: <20251202141709.185914-4-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-setuptools: version bump 71.1.0 -> 80.9.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: Markus Heidelberg 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 91036dd81f7131f3d8686bf8ed49c2455573e4c5. Michael [sent from post-receive hook] On Thu, 15 Jan 2026 16:12:04 +0100, Markus Heidelberg wrote: > pydot needs setuptools >= 77.0.0 > > Signed-off-by: Markus Heidelberg > Message-Id: <20251202141709.185914-4-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make > index 307196452033..d514fa7c7030 100644 > --- a/rules/python3-setuptools.make > +++ b/rules/python3-setuptools.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_SETUPTOOLS) += python3-setuptools > # > # Paths and names > # > -PYTHON3_SETUPTOOLS_VERSION := 71.1.0 > -PYTHON3_SETUPTOOLS_MD5 := 2d7f698adca86005a771f8709686d5e4 > +PYTHON3_SETUPTOOLS_VERSION := 80.9.0 > +PYTHON3_SETUPTOOLS_MD5 := 82e1d67883b713f9493659b50d13b436 > PYTHON3_SETUPTOOLS := setuptools-$(PYTHON3_SETUPTOOLS_VERSION) > PYTHON3_SETUPTOOLS_SUFFIX := tar.gz > PYTHON3_SETUPTOOLS_URL := $(call ptx/mirror-pypi, setuptools, $(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX))