14
0
forked from pool/python-pyusb

Accepting request 936353 from home:pgajdos:python

- version update to 1.2.1
  Added:
  * core: implement Device.__eq__() (#147)
  Changed:
  * libusb0: implement is_kernel_driver_active() for FreeBSD and DragonFly BSD (#365)
  * libusb0: implement is_kernel_driver_active() for Mac OS (#374)
  Fixed:
  * core: make Device hashable again (PR #376)
  * setup: prevent installation on unsupported Python versions (PR #364)
  * control: fix undefined USBError (#372)
  * tests: fix legacy/hardware tests for Python 3.9 (#373)
- do not require pytest-runner for build, it is not needed

OBS-URL: https://build.opensuse.org/request/show/936353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyusb?expand=0&rev=8
This commit is contained in:
2021-12-07 21:01:35 +00:00
committed by Git OBS Bridge
parent c4f20c8604
commit 294a3ee109
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Dec 7 19:54:08 UTC 2021 - pgajdos@suse.com
- version update to 1.2.1
Added:
* core: implement Device.__eq__() (#147)
Changed:
* libusb0: implement is_kernel_driver_active() for FreeBSD and DragonFly BSD (#365)
* libusb0: implement is_kernel_driver_active() for Mac OS (#374)
Fixed:
* core: make Device hashable again (PR #376)
* setup: prevent installation on unsupported Python versions (PR #364)
* control: fix undefined USBError (#372)
* tests: fix legacy/hardware tests for Python 3.9 (#373)
- do not require pytest-runner for build, it is not needed
-------------------------------------------------------------------
Sun May 9 16:47:59 UTC 2021 - Dirk Müller <dmueller@suse.com>