diff --git a/python-CommonMark.spec b/python-CommonMark.spec index 685eb04..a0fb634 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.9.0 -Release: 6%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: Python parser for the CommonMark Markdown spec License: BSD URL: https://pypi.python.org/pypi/%{pypi_name} -Source0: https://files.pythonhosted.org/packages/ac/9d/a9ff7efaf06fb2b6fcc7a035760ba0971250832e37f0c554c335d86c160b/commonmark-0.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/60/48/a60f593447e8f0894ebb7f6e6c1f25dafc5e89c5879fdc9360ae93ff83f0/commonmark-0.9.1.tar.gz BuildArch: noarch @@ -81,6 +81,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %changelog +* Sat Jul 18 2020 Julien Enselme - 0.9.1-1 +- Update to 0.9.1 + * Tue May 26 2020 Miro Hrončok - 0.9.0-6 - Rebuilt for Python 3.9