Package: praw / 3.3.0-1

Metadata

Package Version Patches format
praw 3.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no autoupdate.patch | (download)

praw.egg-info/requires.txt | 1 0 + 1 - 0 !
praw/__init__.py | 1 0 + 1 - 0 !
praw/praw.ini | 2 1 + 1 - 0 !
setup.py | 3 1 + 2 - 0 !
4 files changed, 2 insertions(+), 5 deletions(-)

 don't automatically check for updates
 Automatic updating is inconsistent with the idea of a package manager. In
 addition, this removes a dependency on update_checker.
disable tests.patch | (download)

setup.py | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 remove reference to tests not included in tarball
 setup.py includes a reference to tests that can be performed during build.
 However, the tests require betamax and betamax-matchers to build, and these
 packages aren't in Debian, so they must be disabled for the time being.
fix privacy issue.patch | (download)

README.rst | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 prevent privacy breach in documentation
 By default, the documentation for praw fetches external resources related
 to Travis CI. Lintian reports this as a privacy breach. Because of the nature
 of Travis CI, it would serve no purpose to provide a local copy. It is for
 this reason that I have decided to simply remove these images entirely.