diff --git a/python-whoosh.spec b/python-whoosh.spec index 6d94599..044a616 100644 --- a/python-whoosh.spec +++ b/python-whoosh.spec @@ -6,7 +6,7 @@ Name: python-whoosh Version: 2.7.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Fast, pure-Python full text indexing, search, and spell checking library License: BSD @@ -22,7 +22,7 @@ BuildRequires: python-sphinx %if 0%{?with_python3} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools -#BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-pytest %endif %description @@ -79,7 +79,7 @@ rm -rf docs/html/.doctrees %{__python2} setup.py test %if 0%{?with_python3} -#{__python3} setup.py test +%{__python3} setup.py test %endif %files -n python2-whoosh @@ -97,6 +97,9 @@ rm -rf docs/html/.doctrees %endif %changelog +* Tue Dec 13 2016 Charalampos Stratakis - 2.7.4-5 +- Enable tests + * Mon Dec 12 2016 Charalampos Stratakis - 2.7.4-4 - Rebuild for Python 3.6 - Disable python3 tests for now