Package: python-can / 1.5.2-3

Metadata

Package Version Patches format
python-can 1.5.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Python2 fix for storing BLOB data.patch | (download)

can/CAN.py | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 python2 fix for storing blob data

Python2's sqlite3 module requires a "buffer" object for storing BLOB data.
Python3 doesn't have a "buffer" object.

This allows the test-suite to succeed.

0002 Added shebang to binary.patch | (download)

bin/j1939_logger.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 added shebang to binary


0003 Added missing sphinx config.patch | (download)

doc/conf.py | 53 53 + 0 - 0 !
1 file changed, 53 insertions(+)

 added missing sphinx-config