From a0c91e0e0bcb0b0e90e189d241868721ff893c6a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 21 2016 22:40:50 +0000 Subject: Rebuild for Python 3.6 --- diff --git a/python-pyudev.spec b/python-pyudev.spec index 5cf7b92..395d97b 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -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 - 0.21.0-2 +- Rebuild for Python 3.6 + * Fri Jul 29 2016 mulhern - 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