|
|
@ -11,13 +11,13 @@ I’ve converted the 3.4 implementation into a single file, entitytrans.py which
|
|
|
|
so far seems to work (all tests pass on 2.7, 3.3, and 3.4).
|
|
|
|
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.8.1
|
|
|
|
Version: 0.9.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Python parser for the CommonMark Markdown spec
|
|
|
|
Summary: Python parser for the CommonMark Markdown spec
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
|
|
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
|
|
|
Source0: https://files.pythonhosted.org/packages/21/ba/5133e424a9112aa76cf09ce82cbc2af712691f4a80abd123b6de3aa47f07/commonmark-0.8.1.tar.gz
|
|
|
|
Source0: https://files.pythonhosted.org/packages/ac/9d/a9ff7efaf06fb2b6fcc7a035760ba0971250832e37f0c554c335d86c160b/commonmark-0.9.0.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -81,6 +81,10 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jul 13 2019 Julien Enselme <jujens@jujens.eu> - 0.9.0-1
|
|
|
|
|
|
|
|
- Update to 0.9.0
|
|
|
|
|
|
|
|
- Fix build on Python 3.8
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|