14
0
forked from pool/python-pyudev

Accepting request 108753 from home:adra:branches:devel:languages:python

Update to version 0.15

OBS-URL: https://build.opensuse.org/request/show/108753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2012-03-11 10:27:27 +00:00
committed by Git OBS Bridge
parent 57f041fc85
commit 4af654a8d5
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Mar 10 19:20:03 UTC 2012 - asterios.dramis@gmail.com
- Update to version 0.15:
* #20: :meth:`pyudev.Monitor.filter_by()` and
:meth:`pyudev.Monitor.filter_by_tag()` can be called after
:meth:`pyudev.Monitor.enable_receiving()` now
* #20: Added :meth:`~pyudev.Monitor.remove_filter()`
* :class:`pyudev.MonitorObserver` calls
:meth:`pyudev.Monitor.enable_receiving()` now when started.
* #40: Added user guide to the documentation
* #39: Added :meth:`pyudev.Device.from_device_file()`
* :data:`errno.EINVAL` from underlying libudev functions causes
:exc:`~exceptions.ValueError` instead of
:exc:`~exceptions.EnvironmentError` now.
-------------------------------------------------------------------
Sat Feb 18 16:21:43 UTC 2012 - asterios.dramis@gmail.com