1
0
forked from pool/python-pyudev

Accepting request 330988 from home:frispete:python

updated to 0.17, tests still sdysfunctional

OBS-URL: https://build.opensuse.org/request/show/330988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=18
This commit is contained in:
Asterios Dramis
2015-09-15 18:03:21 +00:00
committed by Git OBS Bridge
parent 23c29203cc
commit ccc2b13f2f
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Sep 15 05:47:44 UTC 2015 - hpj@urpla.net
- Update to version 0.17:
* #52: Remove global libudev object
* #57: Really start the monitor on :meth:`pyudev.Monitor.poll()`
* #60: Do not use :meth:`select.select` to avoid hitting its file descriptor
limit
* #58: Force non-blocking IO in :class:`pyudev.Monitor` to avoid blocking on
receiving the device
* #63: Set proper flags on pipe fds.
* #65: Handle irregular polling events properly.
* #50: Add :class:`pyudev.wx.MonitorObserver` and deprecate
:class:`pyudev.wx.WxUDevMonitorObserver`
* #50: Add :class:`pyudev.glib.MonitorObserver` and deprecate
:class:`pyudev.glib.GUDevMonitorObserver`
* #50: Add :class:`pyudev.pyqt4.MonitorObserver` and deprecate
:class:`pyudev.pyqt4.QUDevMonitorObserver`
* #50: Add :class:`pyudev.pyside.MonitorObserver` and deprecate
:class:`pyudev.pyside.QUDevMonitorObserver`
* Add a wrapper function to retry interruptible system calls.
-------------------------------------------------------------------
Thu Oct 24 11:12:59 UTC 2013 - speilicke@suse.com