Package: python-biplist / 1.0.2-1

Metadata

Package Version Patches format
python-biplist 1.0.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix tests on 32 bit 860656.patch | (download)

tests/test_write.py | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 fix tests on 32-bit

plist writer chooses an int size that is big enough to represent the
value provided, it does not care what type it was.