From 51fdbfb958053d4cb7e8f0eb894d6523db6d5740 Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Tue, 26 Nov 2024 10:26:10 -0600 Subject: [PATCH] radicale: update to 3.4.0. --- srcpkgs/radicale/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template index ff1b546f08f214..158e109056968e 100644 --- a/srcpkgs/radicale/template +++ b/srcpkgs/radicale/template @@ -1,11 +1,11 @@ # Template file for 'radicale' pkgname=radicale -version=3.3.0 -revision=2 +version=3.4.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools" depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt - python3-defusedxml apache-htpasswd" + python3-defusedxml apache-htpasswd python3-pika" checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort python3-pytest-cov python3-waitress" short_desc="Complete calendar and contact storing and manipulating solution" @@ -14,7 +14,7 @@ license="GPL-3.0-or-later" homepage="https://radicale.org" changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md" distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz" -checksum=7080b96c670b954182202a5d77484d447607cf907b6f6bf4051f257b6d182164 +checksum=35f532fa8944fb8e0020b01e1679486ad3a3cf59ab959ed6c04434894f33c888 conf_files=" /etc/radicale/config /etc/radicale/rights"