Rebuild for Python 3.6

epel9
Miro Hrončok 8 years ago
parent 558e8d2452
commit 3bfa66fbf7

@ -12,7 +12,7 @@ so far seems to work (all tests pass on 2.7, 3.3, and 3.4).
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.7.2 Version: 0.7.2
Release: 2%{?dist} Release: 3%{?dist}
Summary: Python parser for the CommonMark Markdown spec Summary: Python parser for the CommonMark Markdown spec
License: BSD License: BSD
@ -103,6 +103,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test
%changelog %changelog
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.7.2-3
- Rebuild for Python 3.6
* Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 0.7.2-2 * Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 0.7.2-2
- Correct encodings in tests - Correct encodings in tests

Loading…
Cancel
Save