From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 26 Apr 2025 10:39:34 +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 1u8b4Q-005Vae-1Q for lore@lore.pengutronix.de; Sat, 26 Apr 2025 10:39:34 +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 1u8b4Q-00014H-3g; Sat, 26 Apr 2025 10:39:34 +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 1u8b48-00013E-Uy; Sat, 26 Apr 2025 10:39:16 +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 1u8b48-002B9c-1x; Sat, 26 Apr 2025 10:39:16 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u8b48-000c3B-1l; Sat, 26 Apr 2025 10:39:16 +0200 Date: Sat, 26 Apr 2025 10:39:16 +0200 From: Michael Olbrich To: Artur Wiebe Message-ID: References: <20250401121120.234463-1-artur@4wiebe.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250401121120.234463-1-artur@4wiebe.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] python3-setuptools: version bump 67.4.0 -> 78.1.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: ptxdist@pengutronix.de 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 On Tue, Apr 01, 2025 at 02:11:20PM +0200, Artur Wiebe wrote: > License file change: > Remove unnecessary and incorrect copyright notice. (Commit message) > > Signed-off-by: Artur Wiebe The problem with this update is, that setuptools provides distutils now but it breaks compatibility with newer versions. Specifically NumPy fails to build with this update. We need to update that to version 2.x first. Michael > --- > rules/python3-setuptools.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make > index 9e2cabccc..1c97a462e 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 := 67.4.0 > -PYTHON3_SETUPTOOLS_MD5 := a15e7546790b932a94fd9ccca7f839de > +PYTHON3_SETUPTOOLS_VERSION := 78.1.0 > +PYTHON3_SETUPTOOLS_MD5 := c20bf3068cdb26629854bec1ba8d2374 > PYTHON3_SETUPTOOLS := setuptools-$(PYTHON3_SETUPTOOLS_VERSION) > PYTHON3_SETUPTOOLS_SUFFIX := tar.gz > PYTHON3_SETUPTOOLS_URL := $(call ptx/mirror-pypi, setuptools, $(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX)) > @@ -23,7 +23,7 @@ PYTHON3_SETUPTOOLS_SOURCE := $(SRCDIR)/$(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOL > PYTHON3_SETUPTOOLS_DIR := $(BUILDDIR)/$(PYTHON3_SETUPTOOLS) > PYTHON3_SETUPTOOLS_LICENSE := MIT > PYTHON3_SETUPTOOLS_LICENSE_FILES := \ > - file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6 > + file://LICENSE;md5=141643e11c48898150daa83802dbc65f > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.49.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |