From 598633f5614fc0d9f2592278a95bed7e7632287b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-markdown.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-markdown.spec b/python-markdown.spec index 5e3ec3d..6505929 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -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 - 2.6.7-2 +- Rebuild for Python 3.6 + * Sat Sep 24 2016 Thomas Moschny - 2.6.7-1 - Update to 2.6.7. - Update Source0 URL.