From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 08 Feb 2024 17:03:41 +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 1rY6sF-008spX-2J for lore@lore.pengutronix.de; Thu, 08 Feb 2024 17:03:40 +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 1rY6sG-0002WG-44; Thu, 08 Feb 2024 17:03:40 +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 1rY6rh-0001Fn-OP; Thu, 08 Feb 2024 17:03:05 +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 1rY6rh-005FDw-9T; Thu, 08 Feb 2024 17:03:05 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rY6rh-00DclG-0o; Thu, 08 Feb 2024 17:03:05 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 8 Feb 2024 17:03:05 +0100 Message-Id: <20240208160305.3247255-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240126144807.2774267-1-artur@4wiebe.de> References: <20240126144807.2774267-1-artur@4wiebe.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-cffi: version bump 1.15.0 -> 1.16.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 c7f4ebd92e466c170c22f13f9bb90f2ea45edeae. Michael [sent from post-receive hook] On Thu, 08 Feb 2024 17:03:05 +0100, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > Message-Id: <20240126144807.2774267-1-artur@4wiebe.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-cffi.make b/rules/python3-cffi.make > index d23ce5c4600b..7edf9fb6f426 100644 > --- a/rules/python3-cffi.make > +++ b/rules/python3-cffi.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_CFFI) += python3-cffi > # > # Paths and names > # > -PYTHON3_CFFI_VERSION := 1.15.0 > -PYTHON3_CFFI_MD5 := f3a3f26cd3335fc597479c9475da0a0b > +PYTHON3_CFFI_VERSION := 1.16.0 > +PYTHON3_CFFI_MD5 := 0bcaed453da3004d0bea103038345c1e > PYTHON3_CFFI := cffi-$(PYTHON3_CFFI_VERSION) > PYTHON3_CFFI_SUFFIX := tar.gz > PYTHON3_CFFI_URL := $(call ptx/mirror-pypi, cffi, $(PYTHON3_CFFI).$(PYTHON3_CFFI_SUFFIX))