1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
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 <jeremy.bicha@canonical.com> Fri, 04 Feb 2022 13:48:31 -0500
python-libusb1 (1.10.1-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release.
- Compatible with new setuptools. (Closes: #997599)
-- Adrian Bunk <bunk@debian.org> Thu, 06 Jan 2022 14:54:48 +0200
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 <mithrandi@debian.org> Mon, 25 Jan 2021 13:55:02 +0200
python-libusb1 (1.8-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Bump debhelper-compat to 13.
* Remove generated *.egg-info.
-- Utkarsh Gupta <utkarsh@debian.org> Tue, 16 Jun 2020 10:27:44 +0530
python-libusb1 (1.8-1) unstable; urgency=medium
[ Vincent Pelletier ]
* Follow Python policy on package naming. Closes: #944020.
+ Rename binary to python-usb1 as its top level module is usb1.
+ Add transitional package.
[ Arnaud Fontaine ]
* d/control: Bump Standards-Version to 4.5.0. No change needed.
* New upstream release.
-- Arnaud Fontaine <arnau@debian.org> Wed, 13 May 2020 13:46:05 +0900
python-libusb1 (1.7-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* Drop python2/pypy support; Closes: #937891
-- Sandro Tosi <morph@debian.org> Sat, 02 Nov 2019 17:18:22 -0400
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 <arnau@debian.org> Mon, 28 Jan 2019 11:30:21 +0900
python-libusb1 (1.6-1) unstable; urgency=medium
* Initial release. Closes: #834369.
-- Arnaud Fontaine <arnau@debian.org> Thu, 24 Nov 2016 12:25:05 +0900
|