python-libusb1 2.0.1-0.1 source package in Ubuntu

Changelog

python-libusb1 (2.0.1-0.1) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * New upstream release
  * Cherry-pick patch to fix build with latest libusb-1.0

  [ Debian Janitor ]
  * Add upstream metadata file
  * Update standards version to 4.6.0, no changes needed.

 -- Jeremy Bicha <email address hidden>  Fri, 04 Feb 2022 13:48:31 -0500

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libusb1_2.0.1-0.1.dsc 2.2 KiB e3f606718ae1f065ba35df2b80173cfb2d46227473cde1f24e0b6bc747dab48e
python-libusb1_2.0.1.orig.tar.gz 80.7 KiB d3ba82ecf7ab6a48d21dac6697e26504670cc3522b8e5941bd28fb56cf3f6c46
python-libusb1_2.0.1-0.1.debian.tar.xz 4.2 KiB f6115597237c0dfc8d12b39f3700c03442c7a8f48cd3a70f34a2fa5c490e18b8

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.