python-can 4.4.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.4.0
  * Update copyright information
    + Update copyright dates
    + Re-generate d/copyright_hints
  * Fix capitalisation in changelog entry for 4.3.1-2 
  * Bump standards version to 4.7.0

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 17 Jun 2024 18:43:09 +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.4.0-1.dsc 2.9 KiB 65ce9c169b08826df7a8cdf097dad5f6b7d2e4a1228e3d24ee19fade6f7b9c00
python-can_4.4.0.orig.tar.gz 1.1 MiB dd5386aa320bc2f9543d81fce9ef4deba5097c10e38d3dea5392c77568337972
python-can_4.4.0-1.debian.tar.xz 12.6 KiB 1acfc6dc46946f9776e1ec3328c451c6a225fbc917d74221a6131fc2501db495

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)