python-libusb1 1.7-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control:
    + Set Vcs-* to salsa.debian.org.
    + Remove ancient X-Python-Version and X-Python3-Version fields.
  * d/copyright: Use https protocol in Format field.
  * d/watch: Use https protocol.
  * Convert git repository from git-dpm to gbp layout.

  [ Arnaud Fontaine ]
  * New upstream release.
    + d/copyright: Update copyright years.
  * d/rules: Install examples and docs not only to python2.7 package but
    also to {python3,pypy} packages as they are useful to use the library.
  * d/control: Bump Standards-Version to 4.3.0.

 -- Arnaud Fontaine <email address hidden>  Mon, 28 Jan 2019 11:30:21 +0900

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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libusb1_1.7-1.dsc 2.2 KiB 4bdb721c81e5430a640ae4bc4fcf28bc2a6b0e02a37d2f4295d51f5de170f865
python-libusb1_1.7.orig.tar.gz 55.3 KiB 9d4f66d2ed699986b06bc3082cd262101cb26af7a76a34bd15b7eb56cba37e0f
python-libusb1_1.7-1.debian.tar.xz 2.2 KiB baf6aebe57fe896cec5fc39acbb5aec48142787e0f5d7b963263422799123e76

Available diffs

No changes file available.

Binary packages built by this source

pypy-libusb1: No summary available for pypy-libusb1 in ubuntu eoan.

No description available for pypy-libusb1 in ubuntu eoan.

python-libusb1: No summary available for python-libusb1 in ubuntu eoan.

No description available for python-libusb1 in ubuntu eoan.

python3-libusb1: 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.