python-feedparser

Rating: 
0
No votes yet

Universal Feed Parser for Python
Python module for downloading and parsing syndicated feeds. It can
handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS
0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.
.
It provides the same API to all formats, and sanitizes URIs and HTML.

Application versions: 
AttachmentSizeDate
File python-feedparser_5.0.1-1_all.deb47.01 KB05/08/2013 - 14:34
Changelog: 

feedparser (5.0.1-1) unstable; urgency=low

[ Carlos Galisteo ]
* New upstream release. (Closes: #617998) (Closes: #482775)
* Switch to dpkg-source 3.0 (quilt) format
* Removed patch add-etag-only-if-etag-header-present.patch (fixed in 5.0)
* Removed patch doc_css_path.diff (fixed in 5.0)
* Removed patch auth_handlers_not_working.patch (fixed in 5.0).
* Removed patch feedparser_utf8_decoding.patch (fixed in 5.0).
* Removed patch democracynow_feedparser_fix.patch (fixed in 5.0).
* Removed patch title_override.patch (fixed in 5.0).
* Removed patch doc_css_path.diff (fixed in 5.0).
* Fixes CVE-2011-1156
* Fixes CVE-2011-1157
* Fixes CVE-2011-1158
* debian/control
- Standards-Version updated to 3.9.1
- Binary package depends on ${misc:Depends}
- Build-depends on python instead of python-dev as lintian suggested.
* debian/watch
- watch file looks for *.tar.gz rather than .zip
* Headers added to patches

[ Jakub Wilk ]
* debian/rules:
- Include /usr/share/python/python.mk only if it exists.