From f7208e4fc8ee67b99ff870249d6d02b7542fa4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 11:12:22 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- python-whoosh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-whoosh.spec b/python-whoosh.spec index 90e7ad2..f1e4eef 100644 --- a/python-whoosh.spec +++ b/python-whoosh.spec @@ -1,3 +1,4 @@ +%global _without_docs 1 %if 0%{?fedora} || 0%{?rhel} >= 7 %global with_python3 1 %endif @@ -6,7 +7,7 @@ Name: python-whoosh Version: 2.7.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Fast, pure-Python full text indexing, search, and spell checking library License: BSD @@ -97,6 +98,9 @@ rm -rf docs/html/.doctrees %endif %changelog +* Fri Jun 15 2018 Miro HronĨok - 2.7.4-10 +- Bootstrap for Python 3.7 + * 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)