From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ENqEJ5dRfWExAwEAgWs5BA (envelope-from ) for ; Sat, 30 Oct 2021 16:07:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WDg4I5dRfWE9UQAA1q6Kng (envelope-from ) for ; Sat, 30 Oct 2021 14:07:19 +0000 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 36575976E for ; Sat, 30 Oct 2021 16:07:19 +0200 (CEST) Received: from localhost ([::1]:50694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgp0w-0007Vd-9d for larch@yhetil.org; Sat, 30 Oct 2021 10:07:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgovq-0001fW-Ky for guix-patches@gnu.org; Sat, 30 Oct 2021 10:02:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgovq-0007ot-AA for guix-patches@gnu.org; Sat, 30 Oct 2021 10:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgovq-0002X8-5m for guix-patches@gnu.org; Sat, 30 Oct 2021 10:02:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51306] [PATCH] gnu: docker-compose: Update to 1.29.2 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 Oct 2021 14:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51306 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Olivier Dion Cc: 51306-done@debbugs.gnu.org Received: via spool by 51306-done@debbugs.gnu.org id=D51306.16356024979698 (code D ref 51306); Sat, 30 Oct 2021 14:02:02 +0000 Received: (at 51306-done) by debbugs.gnu.org; 30 Oct 2021 14:01:37 +0000 Received: from localhost ([127.0.0.1]:58076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgovR-0002WL-5k for submit@debbugs.gnu.org; Sat, 30 Oct 2021 10:01:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgovP-0002W5-7P for 51306-done@debbugs.gnu.org; Sat, 30 Oct 2021 10:01:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53788) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgovJ-0007fU-3e; Sat, 30 Oct 2021 10:01:29 -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=YzfCH2uUG2yU2V9BcEAwGePd1ZqySgVc9W558fXjkxA=; b=SaflpvQn0yvxGxUORz4r MW2bsv7MiPkn+vWbPNAfqw+SDPmbQOfChKuLbRtf/q2oKxO++K073TKsD4m5SUKUKa1ZH0LzmnlYW 9PpIkjdBQZdL7o+diEYlfT9A7Q8du0CjeQ0mmZWC9upw4BIamkUKQ2VVbEIqGcURm1MRuAkgD9KQB CN2NQJ1N4v5reQNcNn9/hOQMuqB4gOVXBGy9EgBuXCBt4UBLfNlJcEVYP3onbW4iuSVhfX05Tvzq9 UXVKeAOxHODKDcDOKDKEqNBgc5WUpeZRwwsci/uxcnTjuBaZcPY1jEgV+cN6ZlTQvVq6L0n/ZwJmy IQbC4SARyLA3/g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55480 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgovI-000797-N4; Sat, 30 Oct 2021 10:01:28 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211020145945.25793-1-olivier.dion@polymtl.ca> <87r1c69jlt.fsf@gnu.org> <87v91infhm.fsf@laura> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 Brumaire an 230 de la =?UTF-8?Q?R=C3=A9volution?= 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: Sat, 30 Oct 2021 16:01:27 +0200 In-Reply-To: <87v91infhm.fsf@laura> (Olivier Dion's message of "Wed, 27 Oct 2021 20:46:13 -0400") Message-ID: <87h7cyvcg8.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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635602839; 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=YzfCH2uUG2yU2V9BcEAwGePd1ZqySgVc9W558fXjkxA=; b=Fd1iLuiN652iP48/aes7CtZF2k4mziM36QLOAGoftOE6Q3CYMzeGdV5NDW6lR0TYyVjK3p wdHjfZueMwTssIlYfXoCYJc5Vp+d8jqXxz/YO45chcl6gYl7PoK1ygD3Tc2tLTJpExkZrm dGNOUJug0iAkBvT1FCI+YKLRAJpADEZ774T+aIJV9jZ0FIhK6x6amYGHA37xsUhA89LuMJ S3oucmtatZRv9hjFyWLjI2VB+iXfagaTUdEGw/3b8mlT/zRf4hJD4MgORmqrXRu3L1zQIz H7GvV9PYqNpgNreCsReM+9Ie6GsjDJmEFz8V2nw/mrT9Bv4KsRmmgOsNKuA3zg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635602839; a=rsa-sha256; cv=none; b=qqO1oWfd2wnAPrMBRkvn5PJJ+ncoC1qrUdxX06ZVc2BFJAzP8ltOCPUIdXNoEZT474qkfs HsDErB18nHG/jeKu+Gn6G+wpfkMU1VFzoR2fdkapo1sG0qOcUVfW/QzfV8TCFQRC1HNuJo HV0Af+o48+CDja0isQq4SpL+elbzDQ98iK5mtyDJ7ybfhNima1KI+3mJvuvTsvl6QEL5hS ir1vE1wydUenaCGtVGCetXL8ISfU0S68AQxyxXlEnXqv5f1QlwyMenNIvR8Yn4IeOvg/nr wouQiOv/FGtHSPUUmSdP1uTYoanaXhuYxBlnKnFcUyOujGhH7pu/+iW2BgG3OQ== 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=SaflpvQn; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -2.92 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SaflpvQn; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 36575976E X-Spam-Score: -2.92 X-Migadu-Scanner: scn0.migadu.com X-TUID: WpRbNa8sMibq Hi, Olivier Dion skribis: > On Thu, 28 Oct 2021, Ludovic Court=C3=A8s wrote: >> Olivier Dion skribis: >> >>> * gnu/packages/docker.scm (docker-compose): Update to 1.29.2. >> >> Applied, thanks! >> >> Ludo=E2=80=99. > > Note that I just tested, and python-dotenv is missing. After adding it, > Pypi docker version is 3 major versions too old for docker-compose. > Even after bumping it, there's also many other nightmares with > pkg_resources throwing `DistributionNotFound`. Oh, too bad this isn=E2=80=99t caught at build time. > There's probably many things to fixe and I think it would be best to > revert this patch. OK, done (will push shortly). Ludo=E2=80=99.