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

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> pflug.io>

Date: Sun, 6 Apr 2025 18:18:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77583 AT debbugs.gnu.org.

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#77583; Package guix-patches. (Sun, 06 Apr 2025 18:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Pflug <david <at> pflug.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 06 Apr 2025 18:18:02 GMT) Full text and rfc822 format available.

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

From: David Pflug <david <at> pflug.io>
To: guix-patches <at> gnu.org
Cc: David Pflug <david <at> pflug.io>
Subject: [PATCH] gnu: xandikos: Update to 0.2.12.
Date: Sun,  6 Apr 2025 14:16:56 -0400
* gnu/packages/dav.scm (xandikos): Update to 0.2.12.

Change-Id: I50f6b1cfb8ddea5690d1aca9d503c6ab349b108a
---
 gnu/packages/dav.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 546118055f..4fcfa1ce1a 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -84,25 +84,27 @@ (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"))))
-    (build-system python-build-system)
+        (base32 "0x6g5s9pkippxg429r9agp3w0xsid2vv1h45wfc3xzdfvgj6ygsr"))))
+    (build-system pyproject-build-system)
     (propagated-inputs
      (list python-aiohttp
            python-defusedxml
            python-dulwich
            python-icalendar
            python-jinja2
-           python-multidict))
-    (home-page "https://www.xandikos.org/")
-    (synopsis "Lightweight CalDAV/CardDAV server")
-    (description
-     "Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs
+           python-multidict
+           python-vobject)
+     (native-inputs (list python-setuptools python-wheel))
+     (home-page "https://www.xandikos.org/")
+     (synopsis "Lightweight CalDAV/CardDAV server")
+     (description
+      "Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs
 onto a Git repository.
 
 Features:

base-commit: d473abf0b40fe4bedf9423a6822d067a9a7826cf
-- 
2.49.0





This bug report was last modified 2 days ago.

Previous Next


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