Codebase list python-pyeclib / 35fcd81
d/tests/encode-decode.py: Fix typo. Ondřej Nový 4 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 python-pyeclib (1.6.0-6) UNRELEASED; urgency=medium
1
2 * d/tests/encode-decode.py: Fix typo.
3
4 -- Ondřej Nový <onovy@debian.org> Mon, 13 Jan 2020 21:21:08 +0100
5
06 python-pyeclib (1.6.0-5) unstable; urgency=medium
17
28 * d/tests: Run on all Python versions.
22 from pyeclib.ec_iface import ECDriver
33 import sys
44
5 # libisal2 is not available for amd64 and arm64 architectures
5 # libisal2 is only available for amd64 and arm64 architectures
66 # Note: platform.machine() was returning 'x86_64' on an i386 machine so we
77 # also test sys.maxsize.
88 arch = platform.machine()