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