Rebuild for Python 3.6
Disable python3 tests for now
This commit is contained in:
parent
90fb3580fc
commit
c53eb8699f
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-whoosh
|
Name: python-whoosh
|
||||||
Version: 2.7.4
|
Version: 2.7.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Fast, pure-Python full text indexing, search, and spell checking library
|
Summary: Fast, pure-Python full text indexing, search, and spell checking library
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -22,7 +22,7 @@ BuildRequires: python-sphinx
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
BuildRequires: python%{python3_pkgversion}-pytest
|
#BuildRequires: python%{python3_pkgversion}-pytest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -79,7 +79,7 @@ rm -rf docs/html/.doctrees
|
|||||||
%{__python2} setup.py test
|
%{__python2} setup.py test
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%{__python3} setup.py test
|
#{__python3} setup.py test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python2-whoosh
|
%files -n python2-whoosh
|
||||||
@ -97,6 +97,10 @@ rm -rf docs/html/.doctrees
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.7.4-4
|
||||||
|
- Rebuild for Python 3.6
|
||||||
|
- Disable python3 tests for now
|
||||||
|
|
||||||
* Wed Oct 12 2016 Orion Poplawski <orion@cora.nwra.com> - 2.7.4-3
|
* Wed Oct 12 2016 Orion Poplawski <orion@cora.nwra.com> - 2.7.4-3
|
||||||
- Ship python2-whoosh
|
- Ship python2-whoosh
|
||||||
- Build python3 package for EPEL7
|
- Build python3 package for EPEL7
|
||||||
|
Loading…
Reference in New Issue
Block a user