Bootstrap for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-15 11:12:22 +02:00
parent 7403d314bd
commit f7208e4fc8

View File

@ -1,3 +1,4 @@
%global _without_docs 1
%if 0%{?fedora} || 0%{?rhel} >= 7 %if 0%{?fedora} || 0%{?rhel} >= 7
%global with_python3 1 %global with_python3 1
%endif %endif
@ -6,7 +7,7 @@
Name: python-whoosh Name: python-whoosh
Version: 2.7.4 Version: 2.7.4
Release: 9%{?dist} Release: 10%{?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
@ -97,6 +98,9 @@ rm -rf docs/html/.doctrees
%endif %endif
%changelog %changelog
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.4-10
- Bootstrap for Python 3.7
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.7.4-9 * Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.7.4-9
- Update Python 2 dependency declarations to new packaging standards - Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)