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 67C2FC32774 for ; Tue, 16 Aug 2022 08:31:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id EF15D60E72; Tue, 16 Aug 2022 08:31:26 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org EF15D60E72 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 TO95IiFfg--O; Tue, 16 Aug 2022 08:31:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 2297160E58; Tue, 16 Aug 2022 08:31:25 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 2297160E58 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id AB7AB1BF2A4 for ; Tue, 16 Aug 2022 08:31:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 9350740298 for ; Tue, 16 Aug 2022 08:31:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 9350740298 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 8Bu_8f2me-wZ for ; Tue, 16 Aug 2022 08:31:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 850A6401F2 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by smtp2.osuosl.org (Postfix) with ESMTPS id 850A6401F2 for ; Tue, 16 Aug 2022 08:31:22 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 3CF40240006; Tue, 16 Aug 2022 08:31:20 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1oNryp-001Gji-Dc; Tue, 16 Aug 2022 10:31:19 +0200 From: Peter Korsgaard To: James Hilliard References: <20220517215933.1553086-1-james.hilliard1@gmail.com> <20220723211053.69edd126@windsurf> Date: Tue, 16 Aug 2022 10:31:19 +0200 In-Reply-To: (James Hilliard's message of "Sat, 23 Jul 2022 13:36:18 -0600") Message-ID: <8735dwfv3c.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/4] package/python-typeguard: new package 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 , Thomas Petazzoni , buildroot Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "James" == James Hilliard writes: > On Sat, Jul 23, 2022 at 1:10 PM Thomas Petazzoni > wrote: >> >> On Tue, 17 May 2022 15:59:30 -0600 >> James Hilliard wrote: >> >> > Signed-off-by: James Hilliard >> > --- >> > package/Config.in | 1 + >> > package/python-typeguard/Config.in | 6 ++++++ >> > package/python-typeguard/python-typeguard.hash | 5 +++++ >> > package/python-typeguard/python-typeguard.mk | 15 +++++++++++++++ >> > 4 files changed, 27 insertions(+) >> > create mode 100644 package/python-typeguard/Config.in >> > create mode 100644 package/python-typeguard/python-typeguard.hash >> > create mode 100644 package/python-typeguard/python-typeguard.mk >> >> Series applied, thanks. However, you had forgotten to add yourself in >> the DEVELOPERS for the 3 new packages, so I have done so. Could you try >> to remember for your next new packages to do that? > Oh, I don't actually use these packages, they are just need to fix > python-flask-jsonrpc > that got broken by an update for a package I do use(pyyaml) so I was > just fixing the > pyyaml update breakage essentially by adding them and updating > python-flask-jsonrpc: > https://lore.kernel.org/buildroot/CADvTj4rxnoRp-ZZPhfB2ANhw3+294F97A2smcmhULR4WfDsqrg@mail.gmail.com/ > https://patchwork.ozlabs.org/project/buildroot/list/?series=300745&submitter=&state=*&q=&archive=both&delegate= What is the version dependency between pyyaml and python-flask-jsonrpc exactly? Do we need to backport any of this to 2022.02.x / 2022.05.x? -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot