summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2017-02-13 19:21:09 -0500
committerJustin Bronder <jsbronder@gentoo.org>2017-02-13 19:21:36 -0500
commit3ac80fb90578304a918f5566eec04102ee641f01 (patch)
tree3dabb386f2d3fb7b4949b7792af395720f1757fb /net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
parentapp-cdr/k3b: Drop old (diff)
downloadgentoo-3ac80fb90578304a918f5566eec04102ee641f01.tar.gz
gentoo-3ac80fb90578304a918f5566eec04102ee641f01.tar.bz2
gentoo-3ac80fb90578304a918f5566eec04102ee641f01.zip
net-nntp/sabnzbd: bump 1.2.0
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch')
-rw-r--r--net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch b/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
new file mode 100644
index 000000000000..32d4b27000a5
--- /dev/null
+++ b/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
@@ -0,0 +1,28 @@
+From 74213e601bdb299a18e6eda8d71d4df28d871286 Mon Sep 17 00:00:00 2001
+From: Justin Bronder <jsbronder@gmail.com>
+Date: Mon, 13 Feb 2017 18:20:39 -0500
+Subject: [PATCH 1/5] use system configobj
+
+---
+ sabnzbd/config.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/sabnzbd/config.py b/sabnzbd/config.py
+index ab5da99..1043298 100644
+--- a/sabnzbd/config.py
++++ b/sabnzbd/config.py
+@@ -27,9 +27,10 @@ import shutil
+ 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
+ from sabnzbd.decorators import synchronized
+
++import configobj
++
+ CONFIG_LOCK = threading.Lock()
+ SAVE_CONFIG_LOCK = threading.Lock()
+
+--
+2.7.3
+