python-can 3.3.2.final~github-2 source package in Ubuntu

Changelog

python-can (3.3.2.final~github-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ IOhannes m zmölnig ]
  * Fixed d/watch
  * Don't install a python-package "test" that only contains python-can tests

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 13 Jan 2020 11:22:58 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-can_3.3.2.final~github-2.dsc 2.5 KiB 46fa701b7742d175a73d2b92ed39f8cac2734153d119307c193d4e087febcf83
python-can_3.3.2.final~github.orig.tar.gz 955.6 KiB 823f79cdb0fd61759008de7186b6056130d3c4c535f8d5d567ced605bac5b054
python-can_3.3.2.final~github-2.debian.tar.xz 9.0 KiB e1c2182a253491b0cefd92580b71dfcc173bf4904b9b3c0cc2bcd4ae97236fa9

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)