From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wHyuMtq/aWK9xwAAbAwnHQ (envelope-from ) for ; Thu, 28 Apr 2022 00:12:42 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2KbQMtq/aWI/SwAA9RJhRA (envelope-from ) for ; Thu, 28 Apr 2022 00:12:42 +0200 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 582B98477 for ; Thu, 28 Apr 2022 00:12:42 +0200 (CEST) Received: from localhost ([::1]:41776 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1njptp-00060f-Bp for larch@yhetil.org; Wed, 27 Apr 2022 18:12:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njptD-0005Qa-4j for guix-patches@gnu.org; Wed, 27 Apr 2022 18:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50808) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1njptC-0000jo-RU for guix-patches@gnu.org; Wed, 27 Apr 2022 18:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1njptC-0006tZ-Nx for guix-patches@gnu.org; Wed, 27 Apr 2022 18:12:02 -0400 Subject: bug#54934: [PATCH 0/4] Fix broken packages by PyYAML upgrade. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 27 Apr 2022 22:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54934 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: rekado@elephly.net, 54934-done@debbugs.gnu.org Mail-Followup-To: 54934@debbugs.gnu.org, ludo@gnu.org, zimon.toutoune@gmail.com Received: via spool by 54934-done@debbugs.gnu.org id=D54934.165109748326436 (code D ref 54934); Wed, 27 Apr 2022 22:12:02 +0000 Received: (at 54934-done) by debbugs.gnu.org; 27 Apr 2022 22:11:23 +0000 Received: from localhost ([127.0.0.1]:44703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njpsZ-0006sK-4Y for submit@debbugs.gnu.org; Wed, 27 Apr 2022 18:11:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njpsX-0006ru-T9 for 54934-done@debbugs.gnu.org; Wed, 27 Apr 2022 18:11:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38288) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njpsS-0000fz-D1; Wed, 27 Apr 2022 18:11:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=W+XicIyYCXPdg7CGKdsI4e2+gzj9vgYsSxEsiTO7Rbc=; b=Bc+OhQS/Cnu0mRWfk4z5 A09p2bGjJyHt0ZJgvn0UopH9t32h2VW26xXyz3ACpvzorAUfFuRiCxB8PpMNR5y7ia4MKlxOBi9Jv 8efnPEucrEKkLdoOa2bwo0fyFkd4C9ejcU5pTX6Xd4oghwXHB/+4X5WsDp4HAX8PJv81nZ9dB3c07 ph6s/4JV+0SuOMIsJFQPkC15zWm6MKfnW0+9z4IieKIdOnpzAMysGtrAo1HdTu/6MAjhzaMUQF6JL HNpwmcvFOVUu7zWmg6/zrsebSIkJVJpWjKjye2wmy966bbaZGspi8UwDMoJ9R1ZKl4RwU3/6KjFBa 0ubEBaqHgVeAdA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53959 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njpsR-00077d-5B; Wed, 27 Apr 2022 18:11:16 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220414110849.2088259-1-zimon.toutoune@gmail.com> Date: Thu, 28 Apr 2022 00:11:13 +0200 In-Reply-To: <20220414110849.2088259-1-zimon.toutoune@gmail.com> (zimoun's message of "Thu, 14 Apr 2022 13:08:49 +0200") Message-ID: <87tuaefa7y.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651097562; 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-to: 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=W+XicIyYCXPdg7CGKdsI4e2+gzj9vgYsSxEsiTO7Rbc=; b=ir0MF/Z0drGnObXivOckdbs64l24rzpNTsLSE0jmUkM1s3iwDRVXXsO57CPhiKBB/RnR04 aNzz2VNVzJn6HORQOTBdsDAUZgMWefHzuvT55t5S19XNuqseYUxJDpLv5Ima/viMqYdzvf Bzp5lUxYPWQMabZa1jNAo5PcnLdDW6E8QmMWzWuvO9R1N4C0Bmijq+riYvDR9CDTpehXuZ wosUrb+Wc8v0LW/qxSG3iR4vSLX0utaCH/x5ZO+vIpRXhhVv56g8CSm8Zlz2/ivp3SCJsN 4L+Q5/2VJ9kQzSr9AckezSKWRKlH0GXUKqttOJ0y3VmddSfDz2asOCafkQSLyA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651097562; a=rsa-sha256; cv=none; b=P69InW6z6TTRYQDV3bc1GKytCP6OqIWfIrqXXSTQCABJBybsjwu+OP5F598Opi/eRhqc/h jX1QsDcrzTgH2BwOhx1JBtV4eEn2EMW05FVeHyKyNImWcLNZUKjB3cSj0A8XwCpgGq1bT0 qStnP0vbOvLHF3HfXjyJl8LBXTCo6YqqF3x1HpUf8ocj31Nj5sOMymsUGmS2z2VZ6JwuoA yftA/kbNh4ag41CYCo2IUERrcTnyW3WudegvXVAGLg632awbiPnjEpSzUykhAMo2jQGwNw 2wEJaxnH/AA7gJVi9Q5hCyYXhSbV+I7t+IA1eWMPbCR+nEJdLIkTuQlwQB2/4g== 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="Bc+OhQS/"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="Bc+OhQS/"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 582B98477 X-Spam-Score: -3.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: JMkU4WhEAyx3 Hi, zimoun skribis: > gnu: python-pyyaml-for-awscli: Rename and hide. > gnu: docker-compose: Use python-pyyaml@5. > gnu: conan: Use python-pyyaml@5. > gnu: ganeti: Use python-pyyaml@5. I had to adjust the first one (since python-pyyaml-for-awscli was removed recently) and drop the last one (since ganeti was fixed in the meantime), but at last the remaining 3 patches are now applied. Thanks, and apologies for the delay! Ludo=E2=80=99.