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:
parent
23c29203cc
commit
ccc2b13f2f
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyudev
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pyudev
|
||||
Version: 0.16.1
|
||||
Version: 0.17
|
||||
Release: 0
|
||||
Summary: Udev bindings for Python
|
||||
License: LGPL-2.1+
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:765d1c14bd9bd031f64e2612225621984cb2bbb8cbc0c03538bcc4c735ff1c95
|
||||
size 74953
|
3
pyudev-0.17.tar.gz
Normal file
3
pyudev-0.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb6f3c1f231ab3d11d6afee6a4b925c855030314568d9c6760d138465a092e8d
|
||||
size 81364
|
Loading…
Reference in New Issue
Block a user