From c53eb8699fc90ae1d34e3eedc7c1042e3df656ac Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 12 Dec 2016 20:54:15 +0100 Subject: [PATCH] Rebuild for Python 3.6 Disable python3 tests for now --- python-whoosh.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-whoosh.spec b/python-whoosh.spec index 750ce37..6d94599 100644 --- a/python-whoosh.spec +++ b/python-whoosh.spec @@ -6,7 +6,7 @@ Name: python-whoosh Version: 2.7.4 -Release: 3%{?dist} +Release: 4%{?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,10 @@ rm -rf docs/html/.doctrees %endif %changelog +* Mon Dec 12 2016 Charalampos Stratakis - 2.7.4-4 +- Rebuild for Python 3.6 +- Disable python3 tests for now + * Wed Oct 12 2016 Orion Poplawski - 2.7.4-3 - Ship python2-whoosh - Build python3 package for EPEL7