Rebuild for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-19 18:20:37 +01:00
parent bcf5d0d86d
commit 6ea0b2d59d

View File

@ -14,7 +14,7 @@
Name: python-mako Name: python-mako
Version: 1.0.6 Version: 1.0.6
Release: 1%{?dist} Release: 2%{?dist}
BuildArch: noarch BuildArch: noarch
# Mostly MIT, but _ast_util.py is Python licensed. # Mostly MIT, but _ast_util.py is Python licensed.
@ -163,6 +163,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.6-2
- Rebuild for Python 3.6
* Sat Dec 17 2016 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.0.6-1 * Sat Dec 17 2016 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.0.6-1
- Update to 1.0.6 (#1257376). - Update to 1.0.6 (#1257376).
- Mark LICENSE as the license. - Mark LICENSE as the license.