Package: feedparser / 5.2.1-1
Metadata
Package | Version | Patches format |
---|---|---|
feedparser | 5.2.1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
sgmllib3.patch | (download) |
feedparser/feedparser.py |
26 17 9 - 0 ! |
python 3 does not ship an sgmllib.py module. Upstream feedparser ships a file called feedparser/sgmllib3.py and suggests installing this on your sys.path. Rather than that, the Debian packaging installs the file as feedparser_debian.sgmllib3, so extend the import to look for this. Patch-Name: sgmllib3.patch |
redirect status.patch | (download) |
feedparser/feedparser.py |
1 1 0 - 0 ! |
fix status reported for redirections Bug: https://code.google.com/p/feedparser/issues/detail?id=390 Bug-Debian: http://bugs.debian.org/738102 |
python3 auth.patch | (download) |
feedparser/feedparser.py |
2 1 1 - 0 ! |
fix http auth in python 3 Bug-Debian: http://bugs.debian.org/760078 Patch-Name: python3-auth.patch |
0004 disable iso8601 date parsing tests.patch | (download) |
feedparser/feedparsertest.py |
23 12 11 - 0 ! |
disable iso8601 date parsing tests These tests were failing because the parsed date had a 1 in the tm_isdst field, whereas the reference has a 0. It is unclear whether this depends on the current time zone when running the tests or if this just never passed. |
0005 disable big5 illformed chardet test.patch | (download) |
feedparser/tests/illformed/chardet/big5.xml |
8 0 8 - 0 ! |
disable big5 illformed chardet test This test was failing due to detecting the wrong encoding. |