Changelog for
python3-pyudev-0.21.0-2.el7.noarch.rpm :
* Thu Mar 07 2019 Troy Dawson
- 0.21.0-2- Rebuilt to change main python from 3.4 to 3.6
* Fri Jul 29 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 2016 mulhern - 0.20.0-1- Initial package