python-libusb1 1.9.1-1 source package in Ubuntu

Changelog

python-libusb1 (1.9.1-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

  [ Tristan Seligmann ]
  * New upstream release (closes: #978305).
  * Add DEP-8 test.

 -- Tristan Seligmann <email address hidden>  Mon, 25 Jan 2021 13:55:02 +0200

Upload details

Uploaded by:
Arnaud Fontaine
Uploaded to:
Sid
Original maintainer:
Arnaud Fontaine
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libusb1_1.9.1-1.dsc 1.9 KiB b36db9416ec039e53968fde34883530bca48daf8357c4eb09d39b606dbcb395a
python-libusb1_1.9.1.orig.tar.gz 77.8 KiB d03ef15248c8b8ce440f6be4248eaadc074fc2dc5edd36c48e6e78eef3999292
python-libusb1_1.9.1-1.debian.tar.xz 2.7 KiB 38d6b24b43a664eb03d207a45b16d5324e669addcb49ed60a994601ab4eb3eff

Available diffs

No changes file available.

Binary packages built by this source

python3-libusb1: transitional package

 This is a transitional package. It can safely be removed.

python3-usb1: Python wrapper for libusb1 (Python 3)

 Makes the whole libusb1 API available to Python. Both synchronous and
 asynchronous APIs are exposed, giving access to all USB transfer types
 (control, bulk, interrupt, isochronous).
 .
 This Python module differs from pyusb in that it only aims to wrap
 libusb1. As a consequence, it can expose all libusb1 features and not a
 subset common to various usb libraries.