Package: python-coffin / 0.3.8-1

Metadata

Package Version Patches format
python-coffin 0.3.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix tests with django 1.7.patch | (download)

tests/__init__.py | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 fix django 1.7 compat
python3 compat.patch | (download)

coffin/contrib/auth/urls.py | 4 2 + 2 - 0 !
coffin/contrib/auth/views.py | 14 7 + 7 - 0 !
coffin/contrib/flatpages/middleware.py | 3 2 + 1 - 0 !
coffin/template/defaultfilters.py | 12 7 + 5 - 0 !
coffin/template/defaulttags.py | 5 3 + 2 - 0 !
coffin/views/generic/simple.py | 2 1 + 1 - 0 !
tests/test_defaultags.py | 8 4 + 4 - 0 !
tests/test_defaultfilters.py | 4 2 + 2 - 0 !
8 files changed, 28 insertions(+), 24 deletions(-)

 numerous fixes to provide python3 support
 This patch provides Python 3 compat.