GNU bug report logs -
#78204
[PATCH] gnu: xandikos: Update to 0.2.12.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78204 in the body.
You can then email your comments to 78204 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78204
; Package
guix-patches
.
(Fri, 02 May 2025 06:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Wong <wongandj <at> icloud.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 02 May 2025 06:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78204
; Package
guix-patches
.
(Sun, 04 May 2025 10:07:08 GMT)
Full text and
rfc822 format available.
Message #8 received at 78204 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 78204 + reviewed-looks-good
thanks
Guix QA review form submission:
Built properly. Linted. Can be styled in an additional commit. LGTM.
Items marked as checked: Lint warnings, Package builds, Commit messages
--
Best regards,
Nicolas Graves
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78204
; Package
guix-patches
.
(Sun, 04 May 2025 16:21:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 78204 <at> debbugs.gnu.org (full text, mbox):
Thanks for the patch and the report, pushed!
Andreas
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Mon, 05 May 2025 15:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrew Wong <wongandj <at> icloud.com>
:
bug acknowledged by developer.
(Mon, 05 May 2025 15:15:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 78204-done <at> debbugs.gnu.org (full text, mbox):
Close.
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 03 Jun 2025 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.