diff --git a/python-CommonMark.spec b/python-CommonMark.spec index 68f2c9d..5adcd09 100644 --- a/python-CommonMark.spec +++ b/python-CommonMark.spec @@ -12,7 +12,7 @@ so far seems to work (all tests pass on 2.7, 3.3, and 3.4). Name: python-%{pypi_name} Version: 0.9.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python parser for the CommonMark Markdown spec License: BSD @@ -47,9 +47,7 @@ Documentation package. %package -n python%{python3_pkgversion}-%{pypi_name} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools -BuildRequires: python%{python3_pkgversion}-future BuildRequires: python%{python3_pkgversion}-hypothesis -Requires: python%{python3_pkgversion}-future Suggests: python-CommonMark-doc Suggests: %{name}-utils == %{version}-%{release} Summary: %{summary} @@ -96,6 +94,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %changelog +* Tue May 31 2022 FeRD (Frank Dana) - 0.9.1-8 +- Remove python-future requirement (only required in Python2) + * Sat May 28 2022 FeRD (Frank Dana) - 0.9.1-7 - Split out command-line tool to -utils subpackage, rename 'commonmark' (bug 1958762)