python-can 4.3.1-2 source package in Ubuntu

Changelog

python-can (4.3.1-2) unstable; urgency=medium

  * add myself as second uploader
  * remove extraneous dependency on python3-mock

 -- Alexandre Detiste <email address hidden>  Mon, 29 Apr 2024 00:54:22 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-can_4.3.1-2.dsc 2.7 KiB 9e4b4336f03bcd3813754ccf94c24d80c59ef47b3e7af775155479e71060c1bb
python-can_4.3.1.orig.tar.gz 1.1 MiB e9f8ac788fd1e6d29ed9c10e5f8a43f22a0cc459949d6869f5c7e773cb1ef873
python-can_4.3.1-2.debian.tar.xz 12.5 KiB 2e6f54dac4aa8c9d771981c37df0225428663ebffeb6774925c83bdbd4b27572

Available diffs

No changes file available.

Binary packages built by this source

python-can-doc: Controller Area Network (CAN) interface module - API documentation

 The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed
 to allow microcontrollers and devices to communicate with each other. It
 has priority based bus arbitration, reliable deterministic
 communication. It is used in cars, trucks, boats, wheelchairs and more.
 .
 The 'can' package provides controller area network support for Python
 developers; providing "common abstractions to different hardware devices", and
 a suite of utilities for sending and receiving messages on a can bus.
 .
 This package provides the API documentation.

python3-can: Controller Area Network (CAN) interface module

 The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed
 to allow microcontrollers and devices to communicate with each other. It
 has priority based bus arbitration, reliable deterministic
 communication. It is used in cars, trucks, boats, wheelchairs and more.
 .
 The 'can' package provides controller area network support for Python
 developers; providing "common abstractions to different hardware devices", and
 a suite of utilities for sending and receiving messages on a can bus.
 .
 This package provides the bindings for Python 3.x (and some logging utilities)