GNU bug report logs - #52099
[PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 25 Nov 2021 11:29:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52099 in the body.
You can then email your comments to 52099 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52099; Package guix-patches. (Thu, 25 Nov 2021 11:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 25 Nov 2021 11:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.
Date: Thu, 25 Nov 2021 12:27:46 +0100
Tanguy Le Carrour (2):
  gnu: python-click-threading: Update to 0.5.0.
  gnu: vdirsyncer: Update to 0.18.0.

 gnu/packages/dav.scm        | 5 +++--
 gnu/packages/python-xyz.scm | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#52099; Package guix-patches. (Thu, 25 Nov 2021 11:34:02 GMT) Full text and rfc822 format available.

Message #8 received at 52099 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 52099 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0.
Date: Thu, 25 Nov 2021 12:33:15 +0100
* gnu/packages/python-xyz.scm (python-click-threading): Update to 0.5.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 34d4910194..6de20d8af9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12774,13 +12774,13 @@ (define-public python-qstylizer
 (define-public python-click-threading
   (package
     (name "python-click-threading")
-    (version "0.4.4")
+    (version "0.5.0")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "click-threading" version))
              (sha256
               (base32
-               "1rsxc2fbkxlhwhlmxsdjzq3spn284l6rvjfcz9mbb17ibgdgmc5j"))))
+               "0f9lmxwcq0y9lb8w0whbni7gwy12gbv74h1igh85qn9aq0iydkxd"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-click" ,python-click)))
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#52099; Package guix-patches. (Thu, 25 Nov 2021 11:34:02 GMT) Full text and rfc822 format available.

Message #11 received at 52099 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 52099 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.
Date: Thu, 25 Nov 2021 12:33:16 +0100
* gnu/packages/dav.scm (vdirsyncer): Update to 0.18.0.
---
 gnu/packages/dav.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 9d18d94996..712149f173 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2018, 2019 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2021 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -117,13 +118,13 @@ (define-public vdirsyncer
   (package
     (name "vdirsyncer")
     ;; When updating, check whether python-click-5 can be removed entirely.
-    (version "0.16.8")
+    (version "0.18.0")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "1i8kp9j99rs8xdhrc1vx749zd9wznlzj0pb3s05xdm71a8pl5nxz"))))
+               "00f2bw1a2jbbd1sbci0swnd67kylr341aa9rpbxkajbp3zakxg17"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; The test suite is very flakey.
-- 
2.34.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 25 Nov 2021 19:12:01 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Thu, 25 Nov 2021 19:12:02 GMT) Full text and rfc822 format available.

Message #16 received at 52099-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 52099-done <at> debbugs.gnu.org
Subject: Re: [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.
Date: Thu, 25 Nov 2021 14:11:21 -0500
On Thu, Nov 25, 2021 at 12:27:46PM +0100, Tanguy Le Carrour wrote:
> Tanguy Le Carrour (2):
>   gnu: python-click-threading: Update to 0.5.0.
>   gnu: vdirsyncer: Update to 0.18.0.

Thanks! Pushed as b2022a09eb511422b8fc4562ae52f0647dd175ce




Information forwarded to guix-patches <at> gnu.org:
bug#52099; Package guix-patches. (Fri, 26 Nov 2021 06:53:01 GMT) Full text and rfc822 format available.

Message #19 received at 52099-done <at> debbugs.gnu.org (full text, mbox):

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 52099-done <at> debbugs.gnu.org
Subject: Re: [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.
Date: Fri, 26 Nov 2021 07:52:42 +0100
Hi Leo,

Le 25 novembre 2021 20:11:21 CET, Leo Famulari <leo <at> famulari.name> a écrit :
>On Thu, Nov 25, 2021 at 12:27:46PM +0100, Tanguy Le Carrour wrote:
>> Tanguy Le Carrour (2):
>>   gnu: python-click-threading: Update to 0.5.0.
>>   gnu: vdirsyncer: Update to 0.18.0.
>
>Thanks! Pushed as b2022a09eb511422b8fc4562ae52f0647dd175ce

Thanks!


-- 
Tanguy




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 24 Dec 2021 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 117 days ago.

Previous Next


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