14
0

Accepting request 703273 from home:jesusaur:branches:devel:languages:python

- Upgrade to 1.7.1:
  * usb1.__version__ is now present, managed by versioneer. Fix an occasional
    segfault when closing a transfer from inside its callback function.

OBS-URL: https://build.opensuse.org/request/show/703273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libusb1?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-05-15 21:58:00 +00:00
committed by Git OBS Bridge
parent c973c8ec33
commit 4e0a063ca6
4 changed files with 16 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 15 21:54:23 UTC 2019 - Jonathan Harker <jharker@suse.com>
- Upgrade to 1.7.1:
* usb1.__version__ is now present, managed by versioneer. Fix an occasional
segfault when closing a transfer from inside its callback function.
-------------------------------------------------------------------
Mon Apr 15 06:40:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>