sabnzbd: update to 3.1.1

This commit is contained in:
Olaf Seibert 2020-12-12 22:34:21 +01:00
parent d592ba8896
commit af11f4ec24
4 changed files with 12 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2015/02/04 10:10:53 thomasklausner Exp $
DISTNAME= sabnzbd-${DISTVERSION}
DISTVERSION= 3.0.2
DISTVERSION= 3.1.1
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_GITHUB:=sabnzbd/}
GITHUB_PROJECT= sabnzbd
@ -23,10 +23,6 @@ DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
DEPENDS+= ${PYPKGPREFIX}-cherrypy>=18.2:../../www/py-cherrypy
DEPENDS+= par2-[0-9]*:../../archivers/par2
DEPENDS+= unrar-[0-9]*:../../archivers/unrar
# in options.mk
#DEPENDS+= par2-[0-9]*:../../archivers/par2
#DEPENDS+= unrar-[0-9]*:../../archivers/unrar
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
DEPENDS+= p7zip-[0-9]*:../../archivers/p7zip

View File

@ -11,6 +11,7 @@ ${PYSITELIB}/sabnzbd/constants.py
${PYSITELIB}/sabnzbd/database.py
${PYSITELIB}/sabnzbd/decoder.py
${PYSITELIB}/sabnzbd/decorators.py
${PYSITELIB}/sabnzbd/deobfuscate_filenames.py
${PYSITELIB}/sabnzbd/directunpacker.py
${PYSITELIB}/sabnzbd/dirscanner.py
${PYSITELIB}/sabnzbd/downloader.py
@ -238,6 +239,7 @@ share/sabnzbd/interfaces/wizard/static/javascript/checkserver.js
share/sabnzbd/interfaces/wizard/static/style.css
share/sabnzbd/interfaces/wizard/two.html
share/sabnzbd/po/email/SABemail.pot
share/sabnzbd/po/email/cs.po
share/sabnzbd/po/email/da.po
share/sabnzbd/po/email/de.po
share/sabnzbd/po/email/en.po
@ -255,6 +257,7 @@ share/sabnzbd/po/email/sr.po
share/sabnzbd/po/email/sv.po
share/sabnzbd/po/email/zh_CN.po
share/sabnzbd/po/main/SABnzbd.pot
share/sabnzbd/po/main/cs.po
share/sabnzbd/po/main/da.po
share/sabnzbd/po/main/de.po
share/sabnzbd/po/main/en.po
@ -272,6 +275,7 @@ share/sabnzbd/po/main/sr.po
share/sabnzbd/po/main/sv.po
share/sabnzbd/po/main/zh_CN.po
share/sabnzbd/po/nsis/SABnsis.pot
share/sabnzbd/po/nsis/cs.po
share/sabnzbd/po/nsis/da.po
share/sabnzbd/po/nsis/de.po
share/sabnzbd/po/nsis/en.po
@ -300,6 +304,7 @@ share/sabnzbd/sabnzbd/constants.py
share/sabnzbd/sabnzbd/database.py
share/sabnzbd/sabnzbd/decoder.py
share/sabnzbd/sabnzbd/decorators.py
share/sabnzbd/sabnzbd/deobfuscate_filenames.py
share/sabnzbd/sabnzbd/directunpacker.py
share/sabnzbd/sabnzbd/dirscanner.py
share/sabnzbd/sabnzbd/downloader.py

View File

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.1 2013/10/01 20:25:20 wongk Exp $
SHA1 (sabnzbd-3.0.2.tar.gz) = a66fb715776e0f7a9e2cc0e08e74ce33d5dbd373
RMD160 (sabnzbd-3.0.2.tar.gz) = 6c4d1ea10baea1f5889393f683acdf118f1764fb
SHA512 (sabnzbd-3.0.2.tar.gz) = 44f2a4d76a11a2e6131226903db6f4003c188404523a1e0cc1964d19c354a8f10c53adad5566e24dbe2c135b64250c323da4ec69cf5ab44ef8c4eefccb239c49
Size (sabnzbd-3.0.2.tar.gz) = 4287487 bytes
SHA1 (patch-SABnzbd.py) = 5b132afee8ee953613802cef0267e82a3ce5c063
SHA1 (sabnzbd-3.1.1.tar.gz) = ae6cad9e1ecbd0cc31a03540adb727f012280320
RMD160 (sabnzbd-3.1.1.tar.gz) = 79b6fe4650701e77c0bab45c5a3669950ee23a0b
SHA512 (sabnzbd-3.1.1.tar.gz) = b27dc901b84067c673b247c736f37cc7b22de4d4abad937a189fbb30c4f7e21886586f27a950784058b1b989a53ad967b7da109e244f261a80381fbc0de6acc1
Size (sabnzbd-3.1.1.tar.gz) = 4330293 bytes
SHA1 (patch-SABnzbd.py) = af315f8ea9dda162b2decf9cb21a8fb289c4dd44

View File

@ -15,7 +15,7 @@ Fix path.
try:
import Cheetah
import feedparser
@@ -925,7 +929,8 @@
@@ -942,7 +946,8 @@
sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME))
sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME)