GNU bug report logs - #78204
[PATCH] gnu: xandikos: Update to 0.2.12.

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Fri, 2 May 2025 06:01:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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: Andrew Wong <wongandj <at> icloud.com>
Subject: bug#78204: closed (Re: QA review for 78204)
Date: Mon, 05 May 2025 15:15:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78204: [PATCH] gnu: xandikos: Update to 0.2.12.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78204 <at> debbugs.gnu.org.

-- 
78204: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78204
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 78204-done <at> debbugs.gnu.org
Subject: Re: QA review for 78204
Date: Mon, 5 May 2025 17:14:07 +0200
Close.

Andreas


[Message part 3 (message/rfc822, inline)]
From: Andrew Wong <wongandj <at> icloud.com>
To: guix-patches <at> gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH] gnu: xandikos: Update to 0.2.12.
Date: Fri,  2 May 2025 01:59:56 -0400
* gnu/packages/dav.scm (xandikos): Update to 0.2.12.
[arguments] <phases>: Fix tests by setting "XANDIKOSPATH".
[inputs]: Add python-vobject.

Change-Id: I4b5040b90e52c603dc1920cb92c3b771169940d8
---
 gnu/packages/dav.scm | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 49c2b027cd..00825082b6 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -116,13 +116,12 @@ (define-public radicale
 (define-public xandikos
   (package
     (name "xandikos")
-    (version "0.2.8")
+    (version "0.2.12")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "xandikos" version))
-       (sha256
-        (base32 "00ghmzcc37b17pp0r6d9v5vpxmz500kzxqj1k9ppcjhbbpvp9w8n"))))
+       (sha256 (base32 "0x6g5s9pkippxg429r9agp3w0xsid2vv1h45wfc3xzdfvgj6ygsr"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-aiohttp
@@ -130,7 +129,15 @@ (define-public xandikos
            python-dulwich
            python-icalendar
            python-jinja2
-           python-multidict))
+           python-multidict
+           python-vobject))
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'check-setup
+            (lambda _
+              (setenv "XANDIKOSPATH" (mkdtemp "/tmp/xandikospath-XXXXXX")))))))
     (home-page "https://www.xandikos.org/")
     (synopsis "Lightweight CalDAV/CardDAV server")
     (description

base-commit: 7ff20b9e94c429f1160bd8f0db86b153a03e4683
-- 
2.49.0




This bug report was last modified 17 days ago.

Previous Next


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