From 613e877688a4e9e2435e75bcd464b6ddf78ae6d4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 21 Mar 2026 14:08:23 +0100 Subject: [PATCH] community/py3-python-crontab: rebuild against python 3.14 --- community/py3-python-crontab/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-python-crontab/APKBUILD b/community/py3-python-crontab/APKBUILD index bd3f7af7fc6..e133daf9d7c 100644 --- a/community/py3-python-crontab/APKBUILD +++ b/community/py3-python-crontab/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-python-crontab _pyname="python-crontab" pkgver=3.3.0 -pkgrel=1 +pkgrel=2 arch="noarch" pkgdesc="Crontab module for reading and writing crontab files" url="https://pypi.python.org/project/python-crontab"