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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 CA464C04A92 for ; Tue, 7 Nov 2023 21:37:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 8515460B65; Tue, 7 Nov 2023 21:37:36 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 8515460B65 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 tBnOiBELfixC; Tue, 7 Nov 2023 21:37:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id B72D960D6E; Tue, 7 Nov 2023 21:37:34 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B72D960D6E Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 5125C1BF5A8 for ; Tue, 7 Nov 2023 21:37:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 2897260D90 for ; Tue, 7 Nov 2023 21:37:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 2897260D90 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 nx96G0zm50PM for ; Tue, 7 Nov 2023 21:37:22 +0000 (UTC) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by smtp3.osuosl.org (Postfix) with ESMTPS id 196F860D77 for ; Tue, 7 Nov 2023 21:37:22 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 196F860D77 Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8290:3800:251d:f18c:43f3:5a5b]) (Authenticated sender: yann.morin.1998@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 5697C13F89A; Tue, 7 Nov 2023 22:37:17 +0100 (CET) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Tue, 07 Nov 2023 22:37:17 +0100 Date: Tue, 7 Nov 2023 22:37:17 +0100 From: "Yann E. MORIN" To: James Hilliard Message-ID: <20231107213717.GJ229059@scaer> References: <20231105050606.2829264-1-james.hilliard1@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231105050606.2829264-1-james.hilliard1@gmail.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1699393040; bh=bH9QxKo/usaPIlSLxTFug8cuki8lzxDdr8GResD7usk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OpIL+WGTbSXgMeHAXPoSbrO/QUhEtBpU/pEsUa87qMqSaxYaBt8CmR9vGIwHyiwrU Rn2HBSk3xLf6333Z2WCvECbrbFLfUASkj59HtaWh65kHoFod6AJ+JQj0u9f4pxuaZB fAhOv2dHW0MtvWmadAVU3JJyCaF/eRuRlNxGX2w/LSbPQguFH03BMbLPVAfSl8n5Yc eE0u5hdIZRwgNMrdS6nT4TvKnGEW6qs7bI5622TE/6xylhdUTGK9+b9aytb13sBTfG TvWzkd4lgJAbRitNc895y7GIjaHR9Hs5AAqxZFTp1YNZiE9Hhn1tWopQAt30nd1HCQ 9s4BW4SLBvPAw== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=OpIL+WGT Subject: Re: [Buildroot] [PATCH 1/1] package/python-editables: bump to version 0.5 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" James, All, On 2023-11-04 23:06 -0600, James Hilliard spake thusly: > Signed-off-by: James Hilliard Applied to master, thanks. Regards, Yann E. MORIN. > --- > package/python-editables/python-editables.hash | 4 ++-- > package/python-editables/python-editables.mk | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/package/python-editables/python-editables.hash b/package/python-editables/python-editables.hash > index 3c28c44cc3..a34c7ad20e 100644 > --- a/package/python-editables/python-editables.hash > +++ b/package/python-editables/python-editables.hash > @@ -1,5 +1,5 @@ > # md5, sha256 from https://pypi.org/pypi/editables/json > -md5 e91709fbb0ef586cb7b785042068ab67 editables-0.3.tar.gz > -sha256 167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a editables-0.3.tar.gz > +md5 520de8c3a9dc5dfb2b365d104541c9de editables-0.5.tar.gz > +sha256 309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2 editables-0.5.tar.gz > # Locally computed sha256 checksums > sha256 c73e08a04e1557fdb49525fb7a579f73bcab84a254910b9350ee56daf143932d LICENSE.txt > diff --git a/package/python-editables/python-editables.mk b/package/python-editables/python-editables.mk > index db67e7a16d..e60d50f9d6 100644 > --- a/package/python-editables/python-editables.mk > +++ b/package/python-editables/python-editables.mk > @@ -4,9 +4,9 @@ > # > ################################################################################ > > -PYTHON_EDITABLES_VERSION = 0.3 > +PYTHON_EDITABLES_VERSION = 0.5 > PYTHON_EDITABLES_SOURCE = editables-$(PYTHON_EDITABLES_VERSION).tar.gz > -PYTHON_EDITABLES_SITE = https://files.pythonhosted.org/packages/01/b0/a2a87db4b6cb8e7d57004b6836faa634e0747e3e39ded126cdbe5a33ba36 > +PYTHON_EDITABLES_SITE = https://files.pythonhosted.org/packages/37/4a/986d35164e2033ddfb44515168a281a7986e260d344cf369c3f52d4c3275 > PYTHON_EDITABLES_LICENSE = MIT > PYTHON_EDITABLES_LICENSE_FILES = LICENSE.txt > PYTHON_EDITABLES_SETUP_TYPE = setuptools > -- > 2.34.1 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot