Rebuild for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-19 18:20:37 +01:00
parent fc2127f6cd
commit 598633f561

View File

@ -3,7 +3,7 @@
Name: python-%{pkgname}
Version: 2.6.7
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Markdown implementation in Python
License: BSD
URL: https://pythonhosted.org/%{srcname}/
@ -129,6 +129,9 @@ popd
%changelog
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.6.7-2
- Rebuild for Python 3.6
* Sat Sep 24 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.7-1
- Update to 2.6.7.
- Update Source0 URL.