python-canmatrix 1.0~github-2 source package in Ubuntu

Changelog

python-canmatrix (1.0~github-2) unstable; urgency=medium

  * Python3.12 compatibility (Closes: #1058267)
    + Drop dependency on 'future'
    + Stop using configparser.SafeConfigParser
  * Force shebang to python3
  * Use "dh-sequence-python3" rather than invoking dh "--with python3"

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Tue, 12 Dec 2023 15:55:02 +0100

Upload details

Uploaded by:
IOhannes m zmoelnig
Uploaded to:
Sid
Original maintainer:
IOhannes m zmoelnig
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-canmatrix_1.0~github-2.dsc 2.4 KiB 5faae6a742309d05d7fd476e50ef2da8a766f34df24da67c68087f571457f0f8
python-canmatrix_1.0~github.orig.tar.gz 986.2 KiB f92cddf69b68b436637aecc0c737a1baeccf96242b39dc5afe690bcb640b8a91
python-canmatrix_1.0~github-2.debian.tar.xz 8.3 KiB 9a27605366c69541ddac3fc50c23fee5b34fa18319740251399b6957ab6785f4

Available diffs

No changes file available.

Binary packages built by this source

canmatrix-utils: Handle CAN (Controller Area Network) descriptions - cmdline utilities

 Canmatrix implements a "Python CAN Matrix Object" which describes the
 CAN-communication itself and some auxiliary objects (Boardunits, Frames,
 Signals, Values, ...)
 Canmatrix also includes two Tools (canconvert and cancompare) for
 converting and comparing CAN databases. There are also some extract and merge
 options for dealing with CAN databases.
 .
 Supported file formats for import:
  * .dbc candb / Vector
  * .dbf Busmaster (open source!)
  * .kcd kayak (open source!)
  * .arxml autosar system description
  * .yaml dump of the Python object
  * .xls(x) excel xls-import, works with .xls-file generated by this lib
  * .sym peak pcan can description
 Supported file formats for export:
  * .dbc
  * .dbf
  * .kcd
  * .xls(x)
  * .json Canard (open source!)
  * .arxml (very basic implementation)
  * .yaml (dump of the Python object)
  * .sym
 .
 This package provides the cmdline tools.

python3-canmatrix: Handle CAN (Controller Area Network) database formats

 Canmatrix implements a "Python CAN Matrix Object" which describes the
 CAN-communication itself and some auxiliary objects (Boardunits, Frames,
 Signals, Values, ...)
 There are also some extract and merge options for dealing with CAN databases.
 .
 Supported file formats for import:
  * .dbc candb / Vector
  * .dbf Busmaster (open source!)
  * .kcd kayak (open source!)
  * .arxml autosar system description
  * .yaml dump of the Python object
  * .xls(x) excel xls-import, works with .xls-file generated by this lib
  * .sym peak pcan can description
 Supported file formats for export:
  * .dbc
  * .dbf
  * .kcd
  * .xls(x)
  * .json Canard (open source!)
  * .arxml (very basic implementation)
  * .yaml (dump of the Python object)
  * .sym
 .
 This package provides the Python-3.x bindings