From 6effc8b13f39195205ebdec6ec8ff0677c5b254c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:51:40 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-CommonMark.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-CommonMark.spec b/python-CommonMark.spec index 39b0ad9..57eecae 100644 --- a/python-CommonMark.spec +++ b/python-CommonMark.spec @@ -12,7 +12,7 @@ so far seems to work (all tests pass on 2.7, 3.3, and 3.4). Name: python-%{pypi_name} Version: 0.7.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python parser for the CommonMark Markdown spec License: BSD @@ -103,6 +103,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.7.5-2 +- Rebuilt for Python 3.7 + * Wed Mar 14 2018 Julien Enselme - 0.7.5-1 - Update to 0.7.5