Rebuild for Python 3.6

This commit is contained in:
Kevin Fenzi 2016-12-21 15:40:50 -07:00
parent 84c564fe8a
commit a0c91e0e0b

View File

@ -1,7 +1,7 @@
%global srcname pyudev
Name: python-%{srcname}
Version: 0.21.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A libudev binding
License: LGPLv2+
@ -230,6 +230,9 @@ rm -rf pyudev.egg-info
%{python3_sitelib}/pyudev/__pycache__/pyqt5.*
%changelog
* Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 0.21.0-2
- Rebuild for Python 3.6
* Fri Jul 29 2016 mulhern <amulhern@redhat.com> - 0.21.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