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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 8763AC433FE for ; Thu, 3 Nov 2022 21:27:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id EB4F2418A0; Thu, 3 Nov 2022 21:27:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org EB4F2418A0 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WSK8cLpVbCrO; Thu, 3 Nov 2022 21:27:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id DA68F4189F; Thu, 3 Nov 2022 21:27:28 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org DA68F4189F Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 90DCC1BF2F2 for ; Thu, 3 Nov 2022 21:09:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 5E11441811 for ; Thu, 3 Nov 2022 21:09:11 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 5E11441811 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GLlKS8peUBHY for ; Thu, 3 Nov 2022 21:09:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 35F9D4180F Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by smtp4.osuosl.org (Postfix) with ESMTPS id 35F9D4180F for ; Thu, 3 Nov 2022 21:09:10 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id DA3166000B; Thu, 3 Nov 2022 21:09:06 +0000 (UTC) Date: Thu, 3 Nov 2022 22:07:44 +0100 To: James Hilliard Message-ID: <20221103220744.42c039be@windsurf> In-Reply-To: <20221103202527.99721-1-james.hilliard1@gmail.com> References: <20221103202527.99721-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=1667509748; 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=uTQSgPTUMLa4ZVv98SvkCjgrjr4/KIn6G7C1pySzq7c=; b=oLXImPpTxvE1MeDPEGK0e+RdL4M2z30txl4MHM1a/7L7A3q8P6m4KEWM0cJLBT3LeEoNQm J/Z/IiJ2GDVLUtLIrd6C7qntngSxkYBI0RpUE9lqorcg8wV2K3tWhbRHppwlLiP3l8l+P/ IyjzIh54u5zGNc0R0uW3+hel+o38HB1qmTy6JjrTdG66w+VVzEmh5WbLLaSbmPSfkCYwxo YavnnLceBzwdGXgjmf1Ll1ISRRnFUBSPTTOHAHAJYUggcf6Hne0E2xhgjmf4Oc6/jxPq8i yIBDsS1ANcUJoVxtx1qtJoX4CtvZnVfmu3JQ5s9t1HfkoQ44H0xp22EGxA6tdg== X-Mailman-Original-Authentication-Results: smtp4.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=oLXImPpT Subject: Re: [Buildroot] [PATCH 1/1] package/python-txtorcon: bump to version 22.0.0 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: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni 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 Thu, 3 Nov 2022 14:25:27 -0600 James Hilliard wrote: > Signed-off-by: James Hilliard > --- > package/python-txtorcon/python-txtorcon.hash | 4 ++-- > package/python-txtorcon/python-txtorcon.mk | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Applied to next, 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