Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-17 14:21:32 +02:00
parent 36dc517c21
commit fdbc3f81d0

View File

@ -4,7 +4,7 @@ Summary: A python library for handling exceptions
Name: python-meh
Url: https://github.com/rhinstaller/python-meh
Version: 0.46
Release: 2%{?dist}
Release: 3%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
@ -84,6 +84,9 @@ make DESTDIR=%{buildroot} install
%{_datadir}/python-meh
%changelog
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 0.46-3
- Rebuilt for Python 3.7
* Wed Feb 14 2018 Adam Williamson <awilliam@redhat.com> - 0.46-2
- Move TUI back to main package (inadvertently moved to -gui in 0.46-1)