[PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Tanguy Le Carrour
Owner
unassigned
Submitted by
Tanguy Le Carrour
Severity
normal
T
T
Tanguy Le Carrour wrote on 25 Nov 2021 12:27
(address . guix-patches@gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20211125112748.4889-1-tanguy@bioneland.org
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
T
T
Tanguy Le Carrour wrote on 25 Nov 2021 12:33
[PATCH 1/2] gnu: python-click-threading: Update to 0.5.0.
(address . 52099@debbugs.gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20211125113316.5755-1-tanguy@bioneland.org
* 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(-)

Toggle diff (22 lines)
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
T
T
Tanguy Le Carrour wrote on 25 Nov 2021 12:33
[PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.
(address . 52099@debbugs.gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20211125113316.5755-2-tanguy@bioneland.org
* gnu/packages/dav.scm (vdirsyncer): Update to 0.18.0.
---
gnu/packages/dav.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
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
L
L
Leo Famulari wrote on 25 Nov 2021 20:11
Re: [bug#52099] [PATCH 0/2] gnu: vdirsyncer: Update to 0.18.0.
(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)(address . 52099-done@debbugs.gnu.org)
YZ/f2ZaP8InXfLdi@jasmine.lan
On Thu, Nov 25, 2021 at 12:27:46PM +0100, Tanguy Le Carrour wrote:
Toggle quote (4 lines)
> Tanguy Le Carrour (2):
> gnu: python-click-threading: Update to 0.5.0.
> gnu: vdirsyncer: Update to 0.18.0.

Thanks! Pushed as b2022a09eb511422b8fc4562ae52f0647dd175ce
Closed
T
T
Tanguy LE CARROUR wrote on 26 Nov 2021 07:52
(name . Leo Famulari)(address . leo@famulari.name)(address . 52099-done@debbugs.gnu.org)
8373E681-6E1E-44A6-A2F9-333AF3A41418@bioneland.org
Hi Leo,

Le 25 novembre 2021 20:11:21 CET, Leo Famulari <leo@famulari.name> a écrit :
Toggle quote (7 lines)
>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
Closed
?