------------------------------------------------------------------- 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 - Update to version 0.14: * Documentation now hosted at http://pyudev.readthedocs.org * #37: Added :class:`pyudev.wx.WxUDevMonitorObserver` for wxPython * Added :class:`pyudev.MonitorObserver` * Added :attr:`pyudev.glib.GUDevMonitorObserver.enabled`, :attr:`pyudev.pyqt4.QUDevMonitorObserver.enabled` and :attr:`pyudev.pyside.QUDevMonitorObserver.enabled` ------------------------------------------------------------------- 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 - Update to version 0.12: * #32: Fixed memory leak * #33: Fixed Python 3 support for :mod:`pyudev.glib` * Fixed license header in :mod:`pyudev._compat` - Spec file updates. * Changed License: to LGPL-2.1+. * Minor other updates. ------------------------------------------------------------------- Sun Aug 28 19:28:06 UTC 2011 - asterios.dramis@gmail.com - Update to version 0.11: * #30: Added :attr:`pyudev.Device.sys_number` * #29: Added :meth:`pyudev.Device.from_device_number` and :attr:`pyudev.Device.device_number` * Officially support PyPy now From 0.10: * Added :attr:`pyudev.__version_info__` * Added :attr:`pyudev.Device.device_type` * :class:`pyudev.Context`, :class:`pyudev.Enumerator`, :class:`pyudev.Device` and :class:`pyudev.Monitor` can now directly be passed to :mod:`ctypes`-wrapped functions * #24: Added :attr:`pyudev.Context.run_path` From 0.9: * #21: Added :meth:`pyudev.Device.find_parent` * #22: Added :meth:`pyudev.Monitor.filter_by_tag` * Added :attr:`pyudev.Context.log_priority` to control internal UDev logging * Improve error reporting, if libudev is missing - Spec file updates: * Changed package name to python-pyudev. * Changed License: to LGPL-2.1. * Updated Url:. * Added Provides/Obsoletes entries for pyudev. * Build the package as noarch. * Minor other updates. ------------------------------------------------------------------- Tue Feb 8 13:18:25 UTC 2011 - tittiatcoke@gmail.com - Initial Package (version 0.8).