radicale3: bump to version 3.6.0
authorDaniel F. Dickinson <redacted>
Tue, 20 Jan 2026 05:51:08 +0000 (00:51 -0500)
committerJosef Schlehofer <redacted>
Thu, 22 Jan 2026 06:57:48 +0000 (13:57 +0700)
This eliminates a dependency on the unmaintained passlib
(python3-passlib) package and add a dependency on libpass, a maintained
fork of passlib: https://github.com/Kozea/Radicale/pull/1953

In addition Radicale auth type 'autodetect' for `htpasswd` auth has
been improved by upstream.

Signed-off-by: Daniel F. Dickinson <redacted>
net/radicale3/Makefile

index e95d08434a37cbe21b4b5338ffd1d127a76a67a8..342145664cf3e343806f8e674ac7bfbce86465e7 100644 (file)
@@ -1,14 +1,14 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 
-# cspell:words TOPDIR PYPI Radicale conffiles dateutil defusedxml passlib
+# cspell:words TOPDIR PYPI Radicale conffiles dateutil defusedxml libpass
 # cspell:words setuptools vobject
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=radicale3
-PKG_VERSION:=3.5.10
-PKG_RELEASE:=3
+PKG_VERSION:=3.6.0
+PKG_RELEASE:=1
 
 PKG_LICENSE:=GPL-3.0-or-later
 PKG_LICENSE_FILES:=COPYING.md
@@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:radicale:radicale
 
 PYPI_NAME:=Radicale
 PYPI_SOURCE_NAME:=radicale
-PKG_HASH:=569f2a8cf990faf9bb25b7442f36ddd439526b95db81d8878952d77836ab3d4c
+PKG_HASH:=23820c71f989cac3e9eeb03fb39c7092b088fe8db5d6f3d3a739f0bb99e87cf8
 
 PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
 
@@ -32,7 +32,8 @@ 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-passlib +python3-requests +python3-pika
+    +python3-defusedxml +python3-libpass +python3-requests +python3-pika \
+    +python3-packaging
   PROVIDES:=radicale radicale2
 endef
 
git clone https://git.99rst.org/PROJECT