|
|
|
@ -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.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Python parser for the CommonMark Markdown spec
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -103,6 +103,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Correct encodings in tests
|
|
|
|
|
|
|
|
|
|