python-can 4.3.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.3.1
    + Drop obsolete patches
    + Refresh patches
  * Update manpages
    + Build manpage for can_logconvert
    + Re-generate all manpages
  * Re-generate d/copyright_hints

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

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-can_4.3.1-1.dsc 2.9 KiB fffec9959a72c49ed85f44a7a84d24d587f32a26534f233df781993a2eae1ac7
python-can_4.3.1.orig.tar.gz 1.1 MiB e9f8ac788fd1e6d29ed9c10e5f8a43f22a0cc459949d6869f5c7e773cb1ef873
python-can_4.3.1-1.debian.tar.xz 12.4 KiB 2841bee5ff0f489696ed2e36cb4765235c2bae528ac90fb309ddc6acc08e8663

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)