From 4a85cc3317a0de7a8772d40fc7881f3550a22daa Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Thu, 7 May 2026 03:04:18 -0400 Subject: [PATCH] radicale3: bump version and adjust dependencies Bump to latest release (3.7.2) and adjust dependencies accordingly. Signed-off-by: Daniel F. Dickinson --- net/radicale3/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/radicale3/Makefile b/net/radicale3/Makefile index b40d93bc17..6c3347d5c0 100644 --- a/net/radicale3/Makefile +++ b/net/radicale3/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=radicale3 -PKG_VERSION:=3.7.1 +PKG_VERSION:=3.7.2 PKG_RELEASE:=1 PKG_LICENSE:=GPL-3.0-or-later @@ -13,7 +13,7 @@ PKG_CPE_ID:=cpe:/a:radicale:radicale PYPI_NAME:=Radicale PYPI_SOURCE_NAME:=radicale -PKG_HASH:=cabb87ad9f0b6aaa724f0621810c0e0c0421ef04ef2617e988d9da63859cd8ad +PKG_HASH:=2c61de17ee4105a998dd250a79732b83313f74aa396bd40b71e7438b695e0edc PKG_MAINTAINER:=Daniel F. Dickinson @@ -29,8 +29,7 @@ define Package/radicale3 TITLE:=Radicale 3.x CalDAV/CardDAV server USERID:=radicale3=226:radicale3=226 DEPENDS:=+python3 +python3-dateutil +python3-vobject +python3-setuptools \ - +python3-defusedxml +python3-libpass +python3-requests +python3-pika \ - +python3-packaging + +python3-defusedxml +python3-libpass +python3-requests +python3-pika PROVIDES:=radicale radicale2 endef