From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id Z1WzDM7tzV++cQAA0tVLHw (envelope-from ) for ; Mon, 07 Dec 2020 08:54:38 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GNk9CM7tzV9tGgAAB5/wlQ (envelope-from ) for ; Mon, 07 Dec 2020 08:54:38 +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 EB8A9940111 for ; Mon, 7 Dec 2020 08:54:37 +0000 (UTC) Received: from localhost ([::1]:49576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmCI0-0000jc-Ub for larch@yhetil.org; Mon, 07 Dec 2020 03:54:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37272) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmCGU-0008I5-Pe for guix-patches@gnu.org; Mon, 07 Dec 2020 03:53:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmCGU-000684-HC for guix-patches@gnu.org; Mon, 07 Dec 2020 03:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmCGU-0003p3-Fb for guix-patches@gnu.org; Mon, 07 Dec 2020 03:53:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44988] [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Dec 2020 08:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44988 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 44988@debbugs.gnu.org Received: via spool by 44988-submit@debbugs.gnu.org id=B44988.160733113014637 (code B ref 44988); Mon, 07 Dec 2020 08:53:02 +0000 Received: (at 44988) by debbugs.gnu.org; 7 Dec 2020 08:52:10 +0000 Received: from localhost ([127.0.0.1]:52338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmCFe-0003o1-Au for submit@debbugs.gnu.org; Mon, 07 Dec 2020 03:52:10 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:6559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmCFc-0003nf-9F for 44988@debbugs.gnu.org; Mon, 07 Dec 2020 03:52:08 -0500 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 8AE45240014; Mon, 7 Dec 2020 08:52:01 +0000 (UTC) Date: Mon, 07 Dec 2020 09:51:59 +0100 From: Tanguy LE CARROUR References: <20201201105745.10319-1-tanguy@bioneland.org> <87r1o2374o.fsf@gnu.org> In-Reply-To: <87r1o2374o.fsf@gnu.org> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1607330829.0k3z8d9uv7.astroid@rafflesia.none> 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-Spam-Score: -2.30 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; 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: EB8A9940111 X-Spam-Score: -2.30 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: na1XvnaKLexB Hi, Excerpts from Ludovic Court=C3=A8s's message of December 6, 2020 11:24 pm: > Tanguy Le Carrour skribis: >> The reason for this patch is that `vdirsyncer` conflicts with some >> packages using a more recent version of `python-requests-toolbelt`. For = instance `poetry`. >> >> But suddenly, I'm not sure any more that this is the proper way of fixin= g this >> kind of problem=E2=80=A6 >=20 > You mean that it conflicts when installing those packages all in the > same profile? Yeah, sorry, I should have included the error message! ``` $ guix package -i poetry The following package will be installed: poetry 1.1.4 guix package: error: profile contains conflicting entries for python-reques= ts-toolbelt guix package: error: first entry: python-requests-toolbelt@0.9.1 /gnu/sto= re/gqx0ssh217cczj3fi88k5545mcb8cn80-python-requests-toolbelt-0.9.1 guix package: error: ... propagated from poetry@1.1.4 guix package: error: second entry: python-requests-toolbelt@0.8.0 /gnu/st= ore/9pgb39jybc823cbr0ajqp93cxnh2pn4m-python-requests-toolbelt-0.8.0 guix package: error: ... propagated from vdirsyncer@0.16.8 hint: Try upgrading both `poetry' and `vdirsyncer', or remove one of them f= rom the profile. ``` > Overall the criterion should be to choose a version that works well with > vdirsyncer, and to be consistent in the package collection. IOW, the > non-default version of =E2=80=98python-requests-toolbelt=E2=80=99 should = be the > exception. > Does that make sense? Yes it does! Thanks=E2=80=A6 but I'm still struggling with the why and when of package versions! But, as it is related to my questions in "Poetry upgrade and related packages", I'll elaborate there! Regards, --=20 Tanguy