Skip to content

Commit

Permalink
net-nntp/sabnzbd: bump 2.1.0
Browse files Browse the repository at this point in the history
Fixes #621540

Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
jsbronder committed Aug 9, 2017
1 parent e8b083c commit 6afc5aa
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 45 deletions.
2 changes: 1 addition & 1 deletion net-nntp/sabnzbd/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST SABnzbd-2.0.1-src.tar.gz 2715648 SHA256 62619aab1c741e5d9088bfa177418da2961b82e58f93a763154514fb9d94880f SHA512 d23d5848fc69d1e2f9ddce266af3dabc3e6fb746177fdc87cf376e2fda5ff17c60caf65af74440a5dafb23435a32c7061da92e82e2608a750a7102aa802fe748 WHIRLPOOL 2a93830067e45b4862aa13d81de9e61802f52dc230a9d578c5af0796ae943f05ea3ab00a0249bd9681010c4ab7fb95e06b08077607cbba23ce306c8bdb09979c
DIST SABnzbd-2.1.0-src.tar.gz 2683475 SHA256 bad49cc66381448e472280e143fbdd096788c51a9aada8317f12817ce7a855b6 SHA512 1c52b3b15de6493ed956b40a02d9c87fdd8fb96fdc587cf694f61f04f50c7f76de936dd171045a6ae5d82f6e4df68cd07bd04d149b8a1e5c9c4ba587a373327f WHIRLPOOL c27b5ca8541f7d56a499b3467e02d734cff9a6511651f5bc7893ced77cc9238dde10a1ba33340b3a1635cf63203b6ed3a859d91396dd800f8424b56129f52d92
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 55328c07986010fd7c91c7da42bca136fc4cd2e9 Mon Sep 17 00:00:00 2001
From c12601b509ab66ac1b076679fe69fe7698455fb1 Mon Sep 17 00:00:00 2001
From: Justin Bronder <[email protected]>
Date: Mon, 13 Feb 2017 18:20:39 -0500
Subject: [PATCH 1/5] use system configobj
Subject: [PATCH 1/4] use system configobj

---
sabnzbd/config.py | 3 ++-
Expand All @@ -24,5 +24,5 @@ index 93dd9bb..aab1648 100644
SAVE_CONFIG_LOCK = threading.Lock()

--
2.10.2
2.13.0

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 6a28d8ba51e902e9d49ad6c18fa2de6511908119 Mon Sep 17 00:00:00 2001
From 7095a430201d0a9ec28e2c8f7e05f76eea59431e Mon Sep 17 00:00:00 2001
From: Justin Bronder <[email protected]>
Date: Mon, 13 Feb 2017 18:21:28 -0500
Subject: [PATCH 2/5] use system feedparser
Subject: [PATCH 2/4] use system feedparser

---
sabnzbd/rss.py | 4 ++--
Expand Down Expand Up @@ -30,5 +30,5 @@ index 9987e91..8ee1552 100644


--
2.10.2
2.13.0

8 changes: 4 additions & 4 deletions net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
From 821a02104149aa65a6581730457eddbe082153cc Mon Sep 17 00:00:00 2001
From 1530dc98302cd8a57cf8c3a4616341a7f2c08e50 Mon Sep 17 00:00:00 2001
From: Justin Bronder <[email protected]>
Date: Mon, 13 Feb 2017 18:23:46 -0500
Subject: [PATCH 3/5] use >=gntp-1.0
Subject: [PATCH 3/4] use >=gntp-1.0

---
sabnzbd/notifier.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sabnzbd/notifier.py b/sabnzbd/notifier.py
index f99083f..581eda0 100644
index 38d0678..4742b3d 100644
--- a/sabnzbd/notifier.py
+++ b/sabnzbd/notifier.py
@@ -39,7 +39,7 @@ from sabnzbd.constants import NOTIFY_KEYS
Expand All @@ -21,5 +21,5 @@ index f99083f..581eda0 100644
try:
import Growl
--
2.10.2
2.13.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 31eec0d37bcb962afb1b0f0974411dae728dcd9f Mon Sep 17 00:00:00 2001
From: Justin Bronder <[email protected]>
Date: Sat, 5 Aug 2017 17:38:03 -0400
Subject: [PATCH 4/4] cfg: disable NtfOSD by default

---
sabnzbd/cfg.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sabnzbd/cfg.py b/sabnzbd/cfg.py
index baf5678..f9646fb 100644
--- a/sabnzbd/cfg.py
+++ b/sabnzbd/cfg.py
@@ -270,7 +270,7 @@ acenter_prio_queue_done = OptionBool('acenter', 'acenter_prio_queue_done', True)
acenter_prio_other = OptionBool('acenter', 'acenter_prio_other', False)

# [ntfosd]
-ntfosd_enable = OptionBool('ntfosd', 'ntfosd_enable', not sabnzbd.WIN32 and not sabnzbd.DARWIN)
+ntfosd_enable = OptionBool('ntfosd', 'ntfosd_enable', False)
ntfosd_prio_startup = OptionBool('ntfosd', 'ntfosd_prio_startup', True)
ntfosd_prio_download = OptionBool('ntfosd', 'ntfosd_prio_download', False)
ntfosd_prio_pp = OptionBool('ntfosd', 'ntfosd_prio_pp', False)
--
2.13.0

This file was deleted.

File renamed without changes.

0 comments on commit 6afc5aa

Please sign in to comment.