14
0

Accepting request 864610 from home:jayvdb:branches:devel:languages:python

- Update to v1.9.1

OBS-URL: https://build.opensuse.org/request/show/864610
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libusb1?expand=0&rev=5
This commit is contained in:
2021-01-20 10:27:58 +00:00
committed by Git OBS Bridge
parent 4e0a063ca6
commit 09e0911762
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 20 09:43:06 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v1.9.1
* Fix installation from pypi source tarball, broken in 1.8.1
- from v1.9
* Drop USBPollerThread
* Deprecate libusb-lock-related USBContext API
- from v1.8.1
* Embed libusb1 dll for easier deployment on Windows
* Cryptographically signed releases
* Use libusb_free_pollfds whenever available (libusb1>=1.0.20)
* Fix hotplug callback destruction at context teardown
* Drop remnants of python 2.6 support code
- from v1.8
* Fix getExtra and libusb1.libusb_control_transfer_get_data
* Fix getMaxPower unit on SuperSpeed devices
-------------------------------------------------------------------
Wed May 15 21:54:23 UTC 2019 - Jonathan Harker <jharker@suse.com>