From 7c1f60dd3572ece4cd3a4ff62ce25a19124d3400 Mon Sep 17 00:00:00 2001 From: Warren Daniel Date: Sun, 11 Apr 2021 23:54:39 -0400 Subject: [PATCH] sabnzbd: update to 3.2.1. Also add dependency python3-Cheroot, per requirements.txt: https://github.com/sabnzbd/sabnzbd/blob/3.2.1/requirements.txt Closes: #30175 [via git-merge-pr] --- srcpkgs/sabnzbd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template index ed3dd23016b..1d3c9f9942b 100644 --- a/srcpkgs/sabnzbd/template +++ b/srcpkgs/sabnzbd/template @@ -1,12 +1,12 @@ # Template file for 'sabnzbd' pkgname=sabnzbd -version=3.0.2 +version=3.2.1 revision=1 wrksrc="SABnzbd-${version}" pycompile_dirs="/usr/share/sabnzbd" hostmakedepends="python3 gettext" depends="par2cmdline python3-sabyenc3 python3-cheetah3 python3-cryptography - python3-feedparser python3-configobj python3-CherryPy + python3-feedparser python3-configobj python3-CherryPy python3-Cheroot python3-portend python3-chardet python3-notify2 unzip" short_desc="Open Source Binary Newsreader written in Python" maintainer="Orphaned " @@ -14,7 +14,7 @@ license="GPL-2.0-or-later, custom:Bundled" homepage="https://sabnzbd.org/" changelog="https://github.com/sabnzbd/sabnzbd/releases" distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz" -checksum=c93f95d9193061ba653c2ab592704c7a8e9b6146817f80e4e2420b3f74b976b2 +checksum=79c2bb46e41f2316e4c2827b61598157fbc9467ecddaca6fc4f0b2f4e7b8f809 python_version=3 post_extract() {