python-libusb1 2.0.1+ds-1 source package in Ubuntu

Changelog

python-libusb1 (2.0.1+ds-1) unstable; urgency=medium

  * Depend on versioneer to override outdated copy (Closes: #1058093)
  * Exclude vendored versioneer copy
  * New upstream version 2.0.1+ds

 -- Bastian Germann <email address hidden>  Thu, 04 Jan 2024 23:45:24 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libusb1_2.0.1+ds-1.dsc 2.0 KiB 168bec7ecfae20b40dfec0a2b4d36e38f75ae3b5126f1b10e096af793e6fb09a
python-libusb1_2.0.1+ds.orig.tar.xz 49.7 KiB 4818b0a3c09281798b161efe6a70db168a420fbe6db55070f5dd9b52df938b7b
python-libusb1_2.0.1+ds-1.debian.tar.xz 4.3 KiB b2fdb992a4547400892b6282a926b99b3dd89c39d20ed5e9c81e77848c17565d

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.