From: Jonathan Brielmaier via Guix-patches via <guix-patches@gnu.org>
To: 74929@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: [bug#74929] [PATCH] gnu: radicale: Update to 3.3.2.
Date: Tue, 17 Dec 2024 20:03:42 +0100 [thread overview]
Message-ID: <cdc8741302f22660b9c30484803e1768c68400c5.1734462183.git.jonathan.brielmaier@web.de> (raw)
* gnu/packages/dav.scm (radicale): Update to 3.3.2.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove no longer used python-pytest-runner. Add
python-setuptools and python-wheel.
[propagated-inputs]: Remove no longer used python-dateutil. Add
python-pika.
Change-Id: I2fa789fb828cba01bb246e1f747cf170881fc3bb
---
gnu/packages/dav.scm | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index e4b85ae2d94..ec76181bb90 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Tanguy Le Carrour <tanguy@bioneland.org>
-;;; Copyright © 2022 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2022, 2024 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
;;;
;;; This file is part of GNU Guix.
@@ -45,7 +45,7 @@ (define-module (gnu packages dav)
(define-public radicale
(package
(name "radicale")
- (version "3.1.8")
+ (version "3.3.2")
(source
(origin
(method git-fetch)
@@ -54,17 +54,20 @@ (define-public radicale
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qy2azn02bw772yhzgqvyf1pyl0ijj9ccvl1078w9icl261yljap"))))
- (build-system python-build-system)
+ (base32 "0walj1b7jrcc85maav04ciiipcqsl0mwbq3icksql26vr4i3y19z"))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-flake8
python-pytest-isort
- python-pytest-runner
- python-waitress))
+ python-setuptools
+ python-waitress
+ python-wheel))
(propagated-inputs
- (list python-dateutil python-defusedxml python-passlib
+ (list python-defusedxml
+ python-passlib
+ python-pika
python-vobject))
(synopsis "Basic CalDAV and CardDAV server")
(description "Radicale is a CalDAV and CardDAV server for UNIX-like
base-commit: 8e71580aae17f0c84896519d63246ab4bbb77fc4
--
2.46.0
next reply other threads:[~2024-12-17 20:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-17 19:03 Jonathan Brielmaier via Guix-patches via [this message]
2024-12-17 19:15 ` [bug#74929] [PATCH] gnu: radicale: Update to 3.3.2 Jonathan Brielmaier via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cdc8741302f22660b9c30484803e1768c68400c5.1734462183.git.jonathan.brielmaier@web.de \
--to=guix-patches@gnu.org \
--cc=74929@debbugs.gnu.org \
--cc=jonathan.brielmaier@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.