diff --git a/python-CommonMark.spec b/python-CommonMark.spec index 056c05a..39b0ad9 100644 --- a/python-CommonMark.spec +++ b/python-CommonMark.spec @@ -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). Name: python-%{pypi_name} -Version: 0.7.2 -Release: 6%{?dist} +Version: 0.7.5 +Release: 1%{?dist} Summary: Python parser for the CommonMark Markdown spec License: BSD URL: https://pypi.python.org/pypi/%{pypi_name} -Source0: https://pypi.python.org/packages/6b/6b/9f711705fd36259a47ae7b5a4feeea664eea46d3a54856bbda00de7f119c/CommonMark-0.7.2.tar.gz +Source0: https://files.pythonhosted.org/packages/77/16/44a297228a439484d049cdad818c7f6691c162b4cd741c619caeb208bb1e/CommonMark-0.7.5.tar.gz BuildArch: noarch @@ -103,6 +103,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %changelog +* Wed Mar 14 2018 Julien Enselme - 0.7.5-1 +- Update to 0.7.5 + * Fri Feb 09 2018 Fedora Release Engineering - 0.7.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild