Package: readability / 0.8.1+dfsg1-2

Metadata

Package Version Patches format
readability 0.8.1+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
002_no tests.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 disable and remove the test case since it is excluded from orig
 tarball. Reason for the exclusion is that the tests are creating privacy
 violation by connecting to online third party URL as well as distributing
 samples material for which copyright holders is unclear

001_fix_py2 syntax warning.patch | (download)

readability/compat/two.py | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 the compatibility helper support both py2 and 3 versions while the
 py2 compatibility code causes a syntax error during compilation time.
 The whole compatibility module is removed to address this syntax issue.