Update SPEC files

epel9
Julien Enselme 5 years ago
parent 5b453bea25
commit bd0d713f1e

@ -11,13 +11,13 @@ Ive 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.9.0 Version: 0.9.1
Release: 6%{?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/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 BuildArch: noarch
@ -81,6 +81,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test
%changelog %changelog
* Sat Jul 18 2020 Julien Enselme <jujens@jujens.eu> - 0.9.1-1
- Update to 0.9.1
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-6 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-6
- Rebuilt for Python 3.9 - Rebuilt for Python 3.9

Loading…
Cancel
Save