Package: flask-login / 0.4.0-1

Metadata

Package Version Patches format
flask-login 0.4.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 disable github fork ribbon.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable github fork ribbon

Reconfigures documentation to exclude the GitHub fork ribbon image
hosted on the web, which triggers a privacy-breach-generic lintian
warning.

0002 allow choice of nosetests executable in run tests.sh.patch | (download)

run-tests.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow choice of nosetests executable in run-tests.sh

Upstream hard codes `nosetests` but to run the tests for Python 3 this
must be called as `nosetests3` so this change allows this.