From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:08:52 +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 1uF5IS-005POk-2G for lore@lore.pengutronix.de; Wed, 14 May 2025 08:08:52 +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 1uF5IS-0007Bn-GZ; Wed, 14 May 2025 08:08:52 +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 1uF5HL-0004sd-FA; Wed, 14 May 2025 08:07:43 +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 1uF5HK-002fAF-2a; Wed, 14 May 2025 08:07:43 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5HL-0025sR-0d; Wed, 14 May 2025 08:07:43 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:07:43 +0200 Message-Id: <20250514060743.499240-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250502113830.2107191-1-artur@4wiebe.de> References: <20250502113830.2107191-1-artur@4wiebe.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-setuptools: version bump 67.4.0 -> 71.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: Artur Wiebe 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 b3ffd554282f937e10e1b87c357e90d337523791. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:07:43 +0200, Artur Wiebe wrote: > License file change: > Remove unnecessary and incorrect copyright notice. (Commit message) > > Signed-off-by: Artur Wiebe > Message-Id: <20250502113830.2107191-1-artur@4wiebe.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make > index 9e2cabccca4f..307196452033 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 := 71.1.0 > +PYTHON3_SETUPTOOLS_MD5 := 2d7f698adca86005a771f8709686d5e4 > 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