From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 08 Feb 2024 17:06:29 +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 1rY6ux-008t6u-2T for lore@lore.pengutronix.de; Thu, 08 Feb 2024 17:06:29 +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 1rY6uy-0005Id-Gz; Thu, 08 Feb 2024 17:06:28 +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 1rY6rw-0001Ph-LX; Thu, 08 Feb 2024 17:03:20 +0100 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 1rY6rw-005FF2-93; Thu, 08 Feb 2024 17:03:20 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rY6rw-00Dcxk-0j; Thu, 08 Feb 2024 17:03:20 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 8 Feb 2024 17:03:20 +0100 Message-Id: <20240208160320.3248029-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240130104136.81391-1-artur@4wiebe.de> References: <20240130104136.81391-1-artur@4wiebe.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-pycparser: version bump 2.18 -> 2.21 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 d2cee739975fcc3d565c2261f568b0e48a44d6f2. Michael [sent from post-receive hook] On Thu, 08 Feb 2024 17:03:20 +0100, Artur Wiebe wrote: > LICENSE file change: > Update LICENSE copyright year > > Signed-off-by: Artur Wiebe > Message-Id: <20240130104136.81391-1-artur@4wiebe.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-pycparser.make b/rules/python3-pycparser.make > index 484410713042..a4a6447786e3 100644 > --- a/rules/python3-pycparser.make > +++ b/rules/python3-pycparser.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCPARSER) += python3-pycparser > # > # Paths and names > # > -PYTHON3_PYCPARSER_VERSION := 2.18 > -PYTHON3_PYCPARSER_MD5 := 72370da54358202a60130e223d488136 > +PYTHON3_PYCPARSER_VERSION := 2.21 > +PYTHON3_PYCPARSER_MD5 := 48f7d743bf018f7bb2ffc5fb976d1492 > PYTHON3_PYCPARSER := pycparser-$(PYTHON3_PYCPARSER_VERSION) > PYTHON3_PYCPARSER_SUFFIX := tar.gz > PYTHON3_PYCPARSER_URL := $(call ptx/mirror-pypi, pycparser, $(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_SUFFIX)) > @@ -23,7 +23,7 @@ PYTHON3_PYCPARSER_SOURCE := $(SRCDIR)/$(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_S > PYTHON3_PYCPARSER_DIR := $(BUILDDIR)/$(PYTHON3_PYCPARSER) > PYTHON3_PYCPARSER_LICENSE := BSD-3-Clause > PYTHON3_PYCPARSER_LICENSE_FILES := \ > - file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169 > + file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea > > # ---------------------------------------------------------------------------- > # Prepare