Rebuilt for Python 3.7

This commit is contained in:
Lubomír Sedlář 2018-06-22 07:44:20 +02:00
parent 8663cccc37
commit 1ae9293324
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: python-%{srcname}
Version: 1.15
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library providing parsers for metadata related to OS installation
License: LGPLv2+
@ -87,6 +87,9 @@ Requires: python%{python3_pkgversion}-six
%endif
%changelog
* Fri Jun 22 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.15-2
- Rebuilt for Python 3.7
* Wed Jun 20 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.15-1
- Add missing _modules attribute to Compose
- composeinfo: add docs for Compose class