14
0
forked from pool/python-pyudev

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

Update to version 0.13

OBS-URL: https://build.opensuse.org/request/show/90192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=4
This commit is contained in:
Sascha Peilicke
2011-11-07 08:14:21 +00:00
committed by Git OBS Bridge
parent 69edba7421
commit a0ee3e3f89
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 6 13:37:02 UTC 2011 - asterios.dramis@gmail.com
- Update to version 0.13:
* #36: Added :meth:`pyudev.Monitor.set_receive_buffer_size` (thanks to Rémi
Rérolle)
* #34: :class:`pyudev.Device.tags` returns a :class:`pyudev.Tags` object now
* Added :meth:`pyudev.Enumerator.match_parent`
* Added ``parent`` keyword argument to :meth:`pyudev.Enumerator.match()`
* Removed :meth:`pyudev.Enumerator.match_children` in favour of
:meth:`pyudev.Enumerator.match_parent`
* :attr:`pyudev.Device.children` requires udev version 172 now
* #31: Added :meth:`pyudev.Enumerator.match_attribute`
* Added ``nomatch`` argument to :meth:`pyudev.Enumerator.match_subsystem` and
:meth:`pyudev.Enumerator.match_attribute`
-------------------------------------------------------------------
Wed Aug 31 20:43:18 UTC 2011 - asterios.dramis@gmail.com