From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id oL8KMTaH0mWPAQEAe85BDQ:P1 (envelope-from ) for ; Sun, 18 Feb 2024 23:39:51 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id oL8KMTaH0mWPAQEAe85BDQ (envelope-from ) for ; Sun, 18 Feb 2024 23:39:50 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iDtWf0nX; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708295990; h=from:from:sender:sender: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:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=pQ95l2eLWfb5NTbEdvGzB1iDFQ1Mo3O1eFC79iIsSSo=; b=bIrE3a5XGkvKLItZsysUcoiwstBCTna4DtN1Q7ljG7IcnJ42w275NcRs6ejLICXlS722wc IHqXUoelbBxX7lB+cPzjSFpMaY2Fl7uFiMJuMs9TNP65gVwzqVoVZWfU48miAumHj5SD0F iz2S2QCwVGaUmRSis+II5Wq6gS7aKsE/px3+qfeGgnzxBIqFfsvfKS43rRFxOpEOJnW78N a2VmCO3XMuILFOhHfSxyXOI6nChnRgs43+mGvwlStosajWauqTwRXnjAS+UgWqC+sXXj7s K6w/7tsJKhoPwNuGbQkraxay0DEcsybrQPznRst/XLaeoi6v5Ml9+Ccq38H9Qg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iDtWf0nX; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708295990; a=rsa-sha256; cv=none; b=HdkV7SnPgDlrVQKppMb6R5822FYoyclU//RYyjdhB51z1DMUVII8U2Q7Up2vkGG4Nu0KAS XCC/+ZPg4p70rd0siHbJ7Ohen8Mz3y0Y03MOiBcnK7vg2cxRXXTKGic8kesVb7VJYJ9fJ5 FU7kmOvc5n4MI6OkAA9p3AbUNJNlTZmcCpSAh65xaIYJeuioZ0NqjvZd0LrXlxOc4asBrE AJd2CANEQ4Wg+I4oxkTufGzoR1BTy8XXeZacWlWs5+HXUcxU36AX5XmRerPQObmFhRMQ5j W1hIL52/Pn6GFPPa2n3SrIrkF99iFEMxNExCfH6fVBst0SSUF6gPrSWJzumB8A== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9A8C770104 for ; Sun, 18 Feb 2024 23:39:50 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rbpp1-0008Vo-B2; Sun, 18 Feb 2024 17:39:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rbpoz-0008VX-LW for guix-patches@gnu.org; Sun, 18 Feb 2024 17:39:41 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rbpoz-0005nA-Ag for guix-patches@gnu.org; Sun, 18 Feb 2024 17:39:41 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rbppJ-0000p3-WE for guix-patches@gnu.org; Sun, 18 Feb 2024 17:40:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66690] [PATCH v2 0/8] Upgrade cwltool Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Feb 2024 22:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66690 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Arun Isaac Cc: 66690@debbugs.gnu.org Received: via spool by 66690-submit@debbugs.gnu.org id=B66690.17082959773121 (code B ref 66690); Sun, 18 Feb 2024 22:40:01 +0000 Received: (at 66690) by debbugs.gnu.org; 18 Feb 2024 22:39:37 +0000 Received: from localhost ([127.0.0.1]:39900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbpov-0000oH-CK for submit@debbugs.gnu.org; Sun, 18 Feb 2024 17:39:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbpot-0000o2-DH for 66690@debbugs.gnu.org; Sun, 18 Feb 2024 17:39:36 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rbpoR-0005mX-Py; Sun, 18 Feb 2024 17:39:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=pQ95l2eLWfb5NTbEdvGzB1iDFQ1Mo3O1eFC79iIsSSo=; b=iDtWf0nXeUfr9W8fL70J f6b6IdMuUUyd3ANazRbT9KzZmssBbHyz0ZYMX/OPuFzwuPpD5J/9BkhkV7J0TuWV4IBqdIE+KCrGa lrFBJSviGm6DojqZtj096HvH+gie7LefCvgUviPeThWvbemv/O/IMXBA/5PvoQqXs/h/uONmotQ78 UDQBxisOd99Ha9k5l/pN+2zyVXh597f7QRPCOw+3lVQGKvsl1DYaW/JUQSn7sDPiP6LusL/7bwjmo rJqKlhHPlbTwyfUc9YcNCNxPJOwoxvvBE3lrlpNGufv/hGZZsZYa5uXpAufifHh84MMR0bVjYi42d ipCiA451722CUg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Arun Isaac's message of "Thu, 15 Feb 2024 20:46:17 +0000") References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: =?UTF-8?Q?D=C3=A9cadi?= 30 =?UTF-8?Q?Pluvi=C3=B4se?= an 232 de la =?UTF-8?Q?R=C3=A9volution,?= jour du =?UTF-8?Q?Tra=C3=AEneau?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 18 Feb 2024 23:39:05 +0100 Message-ID: <87y1bhjt2u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -5.45 X-Spam-Score: -5.45 X-Migadu-Queue-Id: 9A8C770104 X-TUID: NGn8iGBu86Db Hi Arun! Arun Isaac skribis: > In this patchset, I have updated cwltool once more to the latest version.= And, > I have split out ruamel-yaml into two separate package variants so that c= onda > no longer breaks. I will push this patchset if it builds successfully on = QA > without breaking other packages. I skimmed over the patches and they LGTM. Thanks, Ludo=E2=80=99.