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 2308EC4828D for ; Tue, 6 Feb 2024 10:27:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id D22D741E72; Tue, 6 Feb 2024 10:27:50 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org D22D741E72 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 mxBgI1kwJ6yx; Tue, 6 Feb 2024 10:27:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 4B87841E73; Tue, 6 Feb 2024 10:27:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 4B87841E73 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 8CDC01BF311 for ; Tue, 6 Feb 2024 10:27:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 572F340176 for ; Tue, 6 Feb 2024 10:27:18 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 572F340176 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 1nfkgQvgU_Pa for ; Tue, 6 Feb 2024 10:27:17 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp2.osuosl.org (Postfix) with ESMTPS id 34C7F400FE for ; Tue, 6 Feb 2024 10:27:16 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 34C7F400FE Received: by mail.gandi.net (Postfix) with ESMTPSA id 74B80C0010; Tue, 6 Feb 2024 10:27:15 +0000 (UTC) Date: Tue, 6 Feb 2024 11:27:14 +0100 To: James Hilliard Message-ID: <20240206112714.7beb00e5@windsurf> In-Reply-To: <20240109070626.4019996-1-james.hilliard1@gmail.com> References: <20240109070626.4019996-1-james.hilliard1@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.2.0 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1707215235; 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=X7RW0JwduBjGsRua7MVxIkHFVc86lYbfEtmTc2AtYKg=; b=UXlpU6K39mweF/gq+s6jBw72gNbzJ3Zjm+4CaEXM+0Tt4DXg+5vQqVzjamsIJs0l55rx0E 7pDbClQQNywMNaFDsrEG4CkrIaOf1739MNjBiwpDkmCNF4bgvyF08QHJq2Lz1lExGQjDKC 05aJWZqJapMzAXrKLcIjsk5fSKeMn+a1vSMMMwdeNpTyTn/HgNfUKnyQrYhwCIqpMXL9MU +bsw/JO4b3lqb9Mq7DVH6yt3FbZM0EHWVXoKqKyhi/c/zsKkbLq+OQTp7e5SN6cD38veDt s3LzLwqmfXxlZ5pC+dQ2vpo39J9ajk5GSBaA0CKO08r5iIgjZ8snuPJX+SYT8Q== X-Mailman-Original-Authentication-Results: smtp2.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=UXlpU6K3 Subject: Re: [Buildroot] [PATCH 1/1] package/python-django: bump to version 5.0.1 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: Oli Vogt , 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 Tue, 9 Jan 2024 00:06:26 -0700 James Hilliard wrote: > Signed-off-by: James Hilliard > --- > package/python-django/python-django.hash | 4 ++-- > package/python-django/python-django.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