[Python-apps-commits] r14353 - in packages/sabnzbdplus/trunk/debian (2 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Sat Aug 26 10:04:05 UTC 2017


    Date: Saturday, August 26, 2017 @ 10:04:04
  Author: jcfp-guest
Revision: 14353

mod patch 06 to deal with feedparser changes

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2017-08-26 10:00:24 UTC (rev 14352)
+++ packages/sabnzbdplus/trunk/debian/changelog	2017-08-26 10:04:04 UTC (rev 14353)
@@ -11,7 +11,9 @@
     + correct a few minor typos in filenames.
     + update years and contact info for rarfile.
     + update website info for rateit, codeplex is gone.
-  * Refresh all patches.
+  * Patches:
+    + refresh all.
+    + modify 06 to stop dealing with feedparser.
   * Control:
     + drop recommended dep on python-openssl: upstream switched to
       Python's builtin ssl.

Modified: packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff	2017-08-26 10:00:24 UTC (rev 14352)
+++ packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff	2017-08-26 10:04:04 UTC (rev 14353)
@@ -1,8 +1,8 @@
 # Use system python modules rather than included copies.
 --- a/sabnzbd/config.py
 +++ b/sabnzbd/config.py
-@@ -29,7 +29,7 @@
- from hashlib import md5
+@@ -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 configobj




More information about the Python-apps-commits mailing list