From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7437BC07E9D for ; Sat, 24 Sep 2022 21:41:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 1BD9340471; Sat, 24 Sep 2022 21:41:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 1BD9340471 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a_m4d8LgK59F; Sat, 24 Sep 2022 21:41:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 4282A40146; Sat, 24 Sep 2022 21:41:47 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 4282A40146 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 0AC981BF95D for ; Sat, 24 Sep 2022 21:40:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id D430360BEF for ; Sat, 24 Sep 2022 21:40:41 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org D430360BEF X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bt3Efn_YiJhY for ; Sat, 24 Sep 2022 21:40:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 9F9AE60A74 Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by smtp3.osuosl.org (Postfix) with ESMTPS id 9F9AE60A74 for ; Sat, 24 Sep 2022 21:40:40 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id AAE6C200004; Sat, 24 Sep 2022 21:40:37 +0000 (UTC) Date: Sat, 24 Sep 2022 23:40:36 +0200 From: Thomas Petazzoni To: James Hilliard Message-ID: <20220924234036.2f873388@windsurf> In-Reply-To: <20220924180248.61154-1-james.hilliard1@gmail.com> References: <20220924180248.61154-1-james.hilliard1@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1664055637; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YhZ3bQR3taRd4gbpFNgNqTNvALQ49No1PwaB4pzkx2A=; b=Q03pbL/EaQ1KNhuGPCTGO7SakBZHLHaLmd1kvpdvbDFVBnuGHWvxJTezC+Yi+5EirXghI3 pxWcJy9+BVob/u/IVeCF5Mjrqqf8e8mPZbupdrdI1+swZ7l4zyIju5QLZOBAkSbrRDqGsR KURczMPdwpP7sIhVF/oGvW3b6BNifi/dl0RmZGiQEY+Tk7itTQelEwuBV0F3+rhm1eqYO5 SDza9HW4DAQLBZUf9AaVKwq24sAH6hWxy3qmOGRAKr/KPj5qeyJx/OD2+zE+Ew5PnfASJn 7NCkFSMmOUEfllD+3BciE0FoPszXy6F9OXcxN5oWfWPD1L9oohDAeJac6QQyPg== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=Q03pbL/E Subject: Re: [Buildroot] [PATCH 1/1] package/python-setuptools-rust: bump to version 1.5.2 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Asaf Kahlon , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Sat, 24 Sep 2022 12:02:48 -0600 James Hilliard wrote: > Signed-off-by: James Hilliard > --- > package/python-setuptools-rust/python-setuptools-rust.hash | 4 ++-- > package/python-setuptools-rust/python-setuptools-rust.mk | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot