From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 01 05:58:20 2020 Received: (at submit) by debbugs.gnu.org; 1 Dec 2020 10:58:20 +0000 Received: from localhost ([127.0.0.1]:58038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk3MD-0002Wz-Ld for submit@debbugs.gnu.org; Tue, 01 Dec 2020 05:58:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:35328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk3MC-0002Ws-4k for submit@debbugs.gnu.org; Tue, 01 Dec 2020 05:58:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48584) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kk3MB-0000OY-Qg for guix-patches@gnu.org; Tue, 01 Dec 2020 05:58:03 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:62119) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kk3M9-0003Gn-Il for guix-patches@gnu.org; Tue, 01 Dec 2020 05:58:03 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 9D3BA40010; Tue, 1 Dec 2020 10:57:56 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt. Date: Tue, 1 Dec 2020 11:57:45 +0100 Message-Id: <20201201105745.10319-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.194; envelope-from=tanguy@bioneland.org; helo=relay2-d.mail.gandi.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Guix! 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 fixing this kind of problem… Suggestions welcome! * gnu/packages/dav.scm (vdirsyncer)[propagated-inputs] Use python-requests-toolbelt-0.9.1 instead of python-requests-toolbelt. --- gnu/packages/dav.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 8692a49c50..616569b006 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -169,7 +169,7 @@ efficient syncing `(("python-atomicwrites" ,python-atomicwrites) ("python-click-log" ,python-click-log) ("python-click-threading" ,python-click-threading) - ("python-requests-toolbelt" ,python-requests-toolbelt))) + ("python-requests-toolbelt" ,python-requests-toolbelt-0.9.1))) (synopsis "Synchronize calendars and contacts") (description "Vdirsyncer synchronizes your calendars and addressbooks between two storage locations. The most popular purpose is to -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 17:24:53 2020 Received: (at 44988) by debbugs.gnu.org; 6 Dec 2020 22:24:53 +0000 Received: from localhost ([127.0.0.1]:51617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km2Sb-0006yp-GZ for submit@debbugs.gnu.org; Sun, 06 Dec 2020 17:24:53 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km2SZ-0006yd-K2 for 44988@debbugs.gnu.org; Sun, 06 Dec 2020 17:24:51 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44597) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1km2ST-0001eK-Lu; Sun, 06 Dec 2020 17:24:45 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45576 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1km2SO-0003P5-SL; Sun, 06 Dec 2020 17:24:45 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tanguy Le Carrour Subject: Re: [bug#44988] [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt. References: <20201201105745.10319-1-tanguy@bioneland.org> Date: Sun, 06 Dec 2020 23:24:39 +0100 In-Reply-To: <20201201105745.10319-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Tue, 1 Dec 2020 11:57:45 +0100") Message-ID: <87r1o2374o.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44988 Cc: 44988@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, 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 i= nstance `poetry`. > > But suddenly, I'm not sure any more that this is the proper way of fixing= this > kind of problem=E2=80=A6 You mean that it conflicts when installing those packages all in the same 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? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 07 03:52:10 2020 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 Subject: Re: [bug#44988] [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt. To: Ludovic =?iso-8859-1?q?Court=E8s?= 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-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44988 Cc: 44988@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 25 06:38:15 2021 Received: (at 44988-close) by debbugs.gnu.org; 25 Nov 2021 11:38:15 +0000 Received: from localhost ([127.0.0.1]:56041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mqD4w-0002UR-Jf for submit@debbugs.gnu.org; Thu, 25 Nov 2021 06:38:14 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:39219) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mqD4j-0002Tm-Vj for 44988-close@debbugs.gnu.org; Thu, 25 Nov 2021 06:38:13 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id AA0EA100009 for <44988-close@debbugs.gnu.org>; Thu, 25 Nov 2021 11:37:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tanguy LE CARROUR To: 44988-close@debbugs.gnu.org Subject: [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt. Date: Thu, 25 Nov 2021 12:37:54 +0100 Message-ID: <163784027474.6139.15679808020132024316@localhost> User-Agent: alot/0.10 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44988-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52099. --=20 Tanguy From unknown Sun Jun 22 07:38:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 23 Dec 2021 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator