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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E67A2C433F5 for ; Sun, 31 Oct 2021 17:43:31 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7E51C60FC1 for ; Sun, 31 Oct 2021 17:43:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7E51C60FC1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 5982E607C1; Sun, 31 Oct 2021 17:43:31 +0000 (UTC) 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 6GxgWa-u03qW; Sun, 31 Oct 2021 17:43:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id B6D7660727; Sun, 31 Oct 2021 17:43:29 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 589911BF39F for ; Sun, 31 Oct 2021 17:43:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 44EF94021F for ; Sun, 31 Oct 2021 17:43:28 +0000 (UTC) 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 vGN9h_VpXGHp for ; Sun, 31 Oct 2021 17:43:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by smtp2.osuosl.org (Postfix) with ESMTPS id 0010940190 for ; Sun, 31 Oct 2021 17:43:26 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 04EB4200003; Sun, 31 Oct 2021 17:43:24 +0000 (UTC) Date: Sun, 31 Oct 2021 18:43:23 +0100 From: Thomas Petazzoni To: Romain Naour Message-ID: <20211031184323.0b534cc6@windsurf> In-Reply-To: <20211029220336.169520-1-romain.naour@gmail.com> References: <20211029220336.169520-1-romain.naour@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH] support/testing: TestPythonPy[2, 3]Incremental 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, 30 Oct 2021 00:03:36 +0200 Romain Naour wrote: > The recent python-incremental version bump (commit > fd03cb5a12981a9c34b0025ff3ae4b8456342724) added a change/fix > in incremental.Version(). > > python-incremental 17.5.0 return: "[package, version 1.2.3rc4]") > python-incremental 21.3.0 return: "[package, version 1.2.3.rc4]") > > Fixes: > https://gitlab.com/buildroot.org/buildroot/-/jobs/1710552692 > https://gitlab.com/buildroot.org/buildroot/-/jobs/1710552693 > > Signed-off-by: Romain Naour > Cc: Asaf Kahlon > --- > support/testing/tests/package/sample_python_incremental.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to master with an improved commit title. 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