Package: python-djvulibre / 0.9.1-2

Metadata

Package Version Patches format
python-djvulibre 0.9.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tests examples interpreter.patch | (download)

tests/examples/test_djvu2png.py | 2 2 + 0 - 0 !
tests/examples/test_djvu_crop_text.py | 2 2 + 0 - 0 !
tests/examples/test_djvu_dump_text.py | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 tests/examples: run programs using matching python interpreter

tests endian.patch | (download)

tests/test_decode.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix pagejobtestcase.test_decode on big-endian systems

These parts of the test case are working with `array.array('I', ...)`
buffers, whose `tobytes()` serialization depends on the platform's byte
ordering.

Fixes: #17