[Python-apps-commits] r14350 - in packages/sabnzbdplus/trunk/debian (changelog control rules)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Sat Aug 26 09:31:11 UTC 2017


    Date: Saturday, August 26, 2017 @ 09:31:09
  Author: jcfp-guest
Revision: 14350

use included feedparser

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/control
  packages/sabnzbdplus/trunk/debian/rules

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2017-08-25 23:53:49 UTC (rev 14349)
+++ packages/sabnzbdplus/trunk/debian/changelog	2017-08-26 09:31:09 UTC (rev 14350)
@@ -1,6 +1,5 @@
 sabnzbdplus (2.2.1+dfsg-1) UNRELEASED; urgency=medium
 
-  *** TODO: chk feedparser mods.
   *** TODO: sabyenc.
   * New upstream release. (Closes: #858852)
   * Manpage: add links to API docs, upstream Github project page.
@@ -21,6 +20,8 @@
       supported via systemd/logind. (Closes: #862673)
     + depend on libjs-jquery-tablesorter, used in the Config interface.
     + bump version of debhelper build-dep and d/compat to 10 (from 9).
+    + drop dep on python-feedparser: upstream includes a modified file
+      with added support for indexer tags and speed optimizations.
   * Links:
     + match upstream version bump of jquery in Config to 3.1.1.
     + add links for jquery-tablesorter and jquery-ui in Config.

Modified: packages/sabnzbdplus/trunk/debian/control
===================================================================
--- packages/sabnzbdplus/trunk/debian/control	2017-08-25 23:53:49 UTC (rev 14349)
+++ packages/sabnzbdplus/trunk/debian/control	2017-08-26 09:31:09 UTC (rev 14350)
@@ -33,7 +33,6 @@
  lsb-base (>= 3.0-6),
  python-cheetah (>= 2.0.1),
  python-configobj,
- python-feedparser,
  python-six
 Recommends:
  libavahi-compat-libdnssd1,

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2017-08-25 23:53:49 UTC (rev 14349)
+++ packages/sabnzbdplus/trunk/debian/rules	2017-08-26 09:31:09 UTC (rev 14350)
@@ -30,7 +30,6 @@
 	dh_install \
 		--exclude=MochiKit/__package__.js \
 		--exclude=wizard/README.TXT \
-		--exclude=utils/feedparser.py \
 		--exclude=utils/configobj.py \
 		--exclude=utils/pystone.py \
 		--exclude=utils/systrayiconthread.py \




More information about the Python-apps-commits mailing list