diff --git a/python-whoosh.spec b/python-whoosh.spec index 0d4197f..90e7ad2 100644 --- a/python-whoosh.spec +++ b/python-whoosh.spec @@ -6,7 +6,7 @@ Name: python-whoosh Version: 2.7.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Fast, pure-Python full text indexing, search, and spell checking library License: BSD @@ -15,9 +15,9 @@ Source0: https://pypi.python.org/packages/source/W/%{mod_name}/%{mod_name BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: pytest -BuildRequires: python-sphinx +BuildRequires: python2-setuptools +BuildRequires: python2-pytest +BuildRequires: python2-sphinx %if 0%{?with_python3} BuildRequires: python%{python3_pkgversion}-devel @@ -97,6 +97,10 @@ rm -rf docs/html/.doctrees %endif %changelog +* Wed Feb 28 2018 Iryna Shcherbina - 2.7.4-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.7.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild