Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-17 19:54:41 +02:00
parent 93312f7d76
commit 5727ae7d85

View File

@ -9,7 +9,7 @@
Name: python-%{pkgname}
Version: 2.6.11
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Markdown implementation in Python
License: BSD
URL: https://python-markdown.github.io/
@ -150,6 +150,9 @@ popd
%changelog
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 2.6.11-3
- Rebuilt for Python 3.7
* Sun Jun 3 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.11-2
- Try to fix a FTBFS with Python 3.7 (rhbz#1583678).