Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-15 23:14:51 +02:00
parent af6ffa1df2
commit 5f89999f97
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global srcname pyudev
Name: python-%{srcname}
Version: 0.21.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A libudev binding
License: LGPLv2+
@ -230,6 +230,9 @@ rm -rf pyudev.egg-info
%{python3_sitelib}/pyudev/__pycache__/pyqt5.*
%changelog
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.21.0-7
- Rebuilt for Python 3.7
* Fri Mar 23 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.21.0-6
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)