sabnzbd: update to 2.3.0.
This commit is contained in:
parent
992e3a2f5f
commit
c2bad61607
2 changed files with 8 additions and 13 deletions
|
@ -1,21 +1,17 @@
|
|||
--- sabnzbd/config.py
|
||||
--- sabnzbd/config.py.orig
|
||||
+++ sabnzbd/config.py
|
||||
@@ -24,10 +24,10 @@
|
||||
import logging
|
||||
import threading
|
||||
import shutil
|
||||
+import configobj
|
||||
@@ -30,7 +30,7 @@
|
||||
from urlparse import urlparse
|
||||
import sabnzbd.misc
|
||||
from sabnzbd.constants import CONFIG_VERSION, NORMAL_PRIORITY, DEFAULT_PRIORITY, MAX_WIN_DFOLDER
|
||||
from sabnzbd.utils import listquote
|
||||
-from sabnzbd.utils import configobj
|
||||
+import configobj
|
||||
from sabnzbd.decorators import synchronized
|
||||
|
||||
CONFIG_LOCK = threading.Lock()
|
||||
|
||||
--- sabnzbd/rss.py
|
||||
--- sabnzbd/rss.py.orig
|
||||
+++ sabnzbd/rss.py
|
||||
@@ -36,7 +36,7 @@
|
||||
@@ -35,7 +35,7 @@
|
||||
import sabnzbd.emailer as emailer
|
||||
from sabnzbd.encoding import unicoder, xml_name
|
||||
|
||||
|
@ -24,4 +20,3 @@
|
|||
|
||||
__RSS = None # Global pointer to RSS-scanner instance
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sabnzbd'
|
||||
pkgname=sabnzbd
|
||||
version=1.2.3
|
||||
version=2.3.0
|
||||
revision=1
|
||||
wrksrc="SABnzbd-${version}"
|
||||
depends="par2cmdline python-cheetah python-configobj python-feedparser
|
||||
|
@ -12,7 +12,7 @@ license="GPL-2"
|
|||
homepage="http://sabnzbd.org/"
|
||||
short_desc="Open Source Binary Newsreader written in Python"
|
||||
distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz"
|
||||
checksum=a0100d19edd9c6b528f79214a64690941281758048e4ead6671446070e1e9e24
|
||||
checksum=8c89902330531fddd6349271fd410a1e92e2a18905a15c7493aac0378e86e32b
|
||||
|
||||
noarch=yes
|
||||
pycompile_dirs="/usr/share/sabnzbd"
|
||||
|
|
Loading…
Reference in a new issue