unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.
@ 2021-11-25 11:27 Tanguy Le Carrour
  2021-11-25 11:27 ` [bug#52101] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tanguy Le Carrour @ 2021-11-25 11:27 UTC (permalink / raw)
  To: 52099; +Cc: Tanguy Le Carrour

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





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#52101] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0.
  2021-11-25 11:27 [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
@ 2021-11-25 11:27 ` Tanguy Le Carrour
       [not found]   ` <handler.52101.B.16378397018421.ack@debbugs.gnu.org>
  2021-11-25 11:27 ` [bug#52100] [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Tanguy Le Carrour @ 2021-11-25 11:27 UTC (permalink / raw)
  To: 52101; +Cc: Tanguy Le Carrour

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#52100] [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.
  2021-11-25 11:27 [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
  2021-11-25 11:27 ` [bug#52101] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
@ 2021-11-25 11:27 ` Tanguy Le Carrour
       [not found]   ` <handler.52100.B.16378397018415.ack@debbugs.gnu.org>
  2021-11-25 11:33 ` [bug#52099] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
  2021-11-25 19:11 ` bug#52099: [PATCH 0/2] " Leo Famulari
  3 siblings, 1 reply; 9+ messages in thread
From: Tanguy Le Carrour @ 2021-11-25 11:27 UTC (permalink / raw)
  To: 52100; +Cc: Tanguy Le Carrour

* 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@flashner.co.il>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2021 Tanguy Le Carrour <tanguy@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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* bug#52101: Acknowledgement ([PATCH 1/2] gnu: python-click-threading: Update to 0.5.0.)
       [not found]   ` <handler.52101.B.16378397018421.ack@debbugs.gnu.org>
@ 2021-11-25 11:32     ` Tanguy LE CARROUR
  0 siblings, 0 replies; 9+ messages in thread
From: Tanguy LE CARROUR @ 2021-11-25 11:32 UTC (permalink / raw)
  To: 52101-close

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52100

-- 
Tanguy




^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#52100: Acknowledgement ([PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.)
       [not found]   ` <handler.52100.B.16378397018415.ack@debbugs.gnu.org>
@ 2021-11-25 11:32     ` Tanguy LE CARROUR
  0 siblings, 0 replies; 9+ messages in thread
From: Tanguy LE CARROUR @ 2021-11-25 11:32 UTC (permalink / raw)
  To: 52100-close

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52099

-- 
Tanguy




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#52099] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0.
  2021-11-25 11:27 [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
  2021-11-25 11:27 ` [bug#52101] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
  2021-11-25 11:27 ` [bug#52100] [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
@ 2021-11-25 11:33 ` Tanguy Le Carrour
  2021-11-25 11:33   ` [bug#52099] [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
  2021-11-25 19:11 ` bug#52099: [PATCH 0/2] " Leo Famulari
  3 siblings, 1 reply; 9+ messages in thread
From: Tanguy Le Carrour @ 2021-11-25 11:33 UTC (permalink / raw)
  To: 52099; +Cc: Tanguy Le Carrour

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#52099] [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.
  2021-11-25 11:33 ` [bug#52099] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
@ 2021-11-25 11:33   ` Tanguy Le Carrour
  0 siblings, 0 replies; 9+ messages in thread
From: Tanguy Le Carrour @ 2021-11-25 11:33 UTC (permalink / raw)
  To: 52099; +Cc: Tanguy Le Carrour

* 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@flashner.co.il>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2021 Tanguy Le Carrour <tanguy@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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* bug#52099: [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.
  2021-11-25 11:27 [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
                   ` (2 preceding siblings ...)
  2021-11-25 11:33 ` [bug#52099] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
@ 2021-11-25 19:11 ` Leo Famulari
  2021-11-26  6:52   ` [bug#52099] " Tanguy LE CARROUR
  3 siblings, 1 reply; 9+ messages in thread
From: Leo Famulari @ 2021-11-25 19:11 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 52099-done

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




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.
  2021-11-25 19:11 ` bug#52099: [PATCH 0/2] " Leo Famulari
@ 2021-11-26  6:52   ` Tanguy LE CARROUR
  0 siblings, 0 replies; 9+ messages in thread
From: Tanguy LE CARROUR @ 2021-11-26  6:52 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 52099-done

Hi Leo,

Le 25 novembre 2021 20:11:21 CET, Leo Famulari <leo@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




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-11-26  6:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 11:27 [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
2021-11-25 11:27 ` [bug#52101] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
     [not found]   ` <handler.52101.B.16378397018421.ack@debbugs.gnu.org>
2021-11-25 11:32     ` bug#52101: Acknowledgement ([PATCH 1/2] gnu: python-click-threading: Update to 0.5.0.) Tanguy LE CARROUR
2021-11-25 11:27 ` [bug#52100] [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
     [not found]   ` <handler.52100.B.16378397018415.ack@debbugs.gnu.org>
2021-11-25 11:32     ` bug#52100: Acknowledgement ([PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.) Tanguy LE CARROUR
2021-11-25 11:33 ` [bug#52099] [PATCH 1/2] gnu: python-click-threading: Update to 0.5.0 Tanguy Le Carrour
2021-11-25 11:33   ` [bug#52099] [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0 Tanguy Le Carrour
2021-11-25 19:11 ` bug#52099: [PATCH 0/2] " Leo Famulari
2021-11-26  6:52   ` [bug#52099] " Tanguy LE CARROUR

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).