Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-15 13:09:48 +02:00
parent 76c30931a2
commit 8a3aa3db69

View File

@ -6,7 +6,7 @@
Name: libcomps
Version: 0.1.8
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Comps XML file manipulation library
License: GPLv2+
@ -140,6 +140,9 @@ popd
%endif
%changelog
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.1.8-13
- Rebuilt for Python 3.7
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.8-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)