Package: django-session-security / 2.6.7+dfsg-2

Metadata

Package Version Patches format
django-session-security 2.6.7+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_pycco | (download)

docs/source/conf.py | 34 17 + 17 - 0 !
1 file changed, 17 insertions(+), 17 deletions(-)

 disable pycco
 pycco is not available on Debian. Disable it.
no external images | (download)

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

 remove external image from documentation
 This package creates a potential privacy breach by fetching data from an
 external website at runtime. These resources must be removed.
 .
 See http://lintian.debian.org/tags/privacy-breach-generic.html
enable tests.patch | (download)

session_security/tests/test_script.py | 4 4 + 0 - 0 !
session_security/tests/test_views.py | 35 14 + 21 - 0 !
2 files changed, 18 insertions(+), 21 deletions(-)

 fix for tests.
 unittest_data_provider not available in debian (test_views.py) + test_script tests
 has driver issue, so test_script been disabled and need further investigation.