forked from pool/python-pyudev
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
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).
|