GNU bug report logs - #44988
[PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Tue, 1 Dec 2020 10:59:01 UTC

Severity: normal

Tags: patch

Done: Tanguy LE CARROUR <tanguy <at> bioneland.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tanguy LE CARROUR <tanguy <at> bioneland.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#44988: closed ([PATCH] gnu: vdirsyncer: Use a more recent
 version of python-requests-toolbelt.)
Date: Thu, 25 Nov 2021 11:39:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 25 Nov 2021 12:37:54 +0100
with message-id <163784027474.6139.15679808020132024316 <at> localhost>
and subject line [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt.
has caused the debbugs.gnu.org bug report #44988,
regarding [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
44988: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44988
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: vdirsyncer: Use a more recent version of
 python-requests-toolbelt.
Date: Tue,  1 Dec 2020 11:57:45 +0100
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



[Message part 3 (message/rfc822, inline)]
From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: 44988-close <at> 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
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52099.


-- 
Tanguy


This bug report was last modified 3 years and 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.