Changelog for
python3-pyudev-0.21.0-1.el7.noarch.rpm :
Fri Jul 29 14:00:00 2016 mulhern
- 0.21.0-1
- Deprecate use of Device object as mapping from udev property names to values
- Add a Properties class and a Device.properties() method for udev properties
- Fix places where Device object was incorrectly used in a boolean context
- Return an empty string, not None, if the property value is an empty string
- Exceptions re-raised from libudev calls now have a message string
- Insert a warning about using a Device in a boolean context in docs
- Infrastructure for vagrant tests is removed
- Various internal refactorings
- Extensive test improvements
- Numerous documentation fixes
Wed May 11 14:00:00 2016 mulhern - 0.20.0-1
- Initial package