|
|
@ -12,7 +12,7 @@ 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.1
|
|
|
|
Version: 0.9.1
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Summary: Python parser for the CommonMark Markdown spec
|
|
|
|
Summary: Python parser for the CommonMark Markdown spec
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -47,9 +47,7 @@ Documentation package.
|
|
|
|
%package -n python%{python3_pkgversion}-%{pypi_name}
|
|
|
|
%package -n python%{python3_pkgversion}-%{pypi_name}
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
BuildRequires: python%{python3_pkgversion}-future
|
|
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-hypothesis
|
|
|
|
BuildRequires: python%{python3_pkgversion}-hypothesis
|
|
|
|
Requires: python%{python3_pkgversion}-future
|
|
|
|
|
|
|
|
Suggests: python-CommonMark-doc
|
|
|
|
Suggests: python-CommonMark-doc
|
|
|
|
Suggests: %{name}-utils == %{version}-%{release}
|
|
|
|
Suggests: %{name}-utils == %{version}-%{release}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -96,6 +94,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 31 2022 FeRD (Frank Dana) <ferdnyc@gmail.com> - 0.9.1-8
|
|
|
|
|
|
|
|
- Remove python-future requirement (only required in Python2)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 28 2022 FeRD (Frank Dana) <ferdnyc@gmail.com> - 0.9.1-7
|
|
|
|
* Sat May 28 2022 FeRD (Frank Dana) <ferdnyc@gmail.com> - 0.9.1-7
|
|
|
|
- Split out command-line tool to -utils subpackage, rename 'commonmark'
|
|
|
|
- Split out command-line tool to -utils subpackage, rename 'commonmark'
|
|
|
|
(bug 1958762)
|
|
|
|
(bug 1958762)
|
|
|
|