From 895a09e78b97e27b3ca1daddea14e811932bf9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 12:16:19 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-whoosh.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-whoosh.spec b/python-whoosh.spec index a3023ee..60ba609 100644 --- a/python-whoosh.spec +++ b/python-whoosh.spec @@ -1,4 +1,3 @@ -%global _without_docs 1 %if 0%{?fedora} || 0%{?rhel} >= 7 %global with_python3 1 %endif @@ -10,7 +9,7 @@ Name: python-whoosh Version: 2.7.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Fast, pure-Python full text indexing, search, and spell checking library License: BSD @@ -113,6 +112,9 @@ rm -rf docs/html/.doctrees %endif %changelog +* Fri Jun 15 2018 Miro Hrončok - 2.7.4-11 +- Rebuilt for Python 3.7 + * Fri Jun 15 2018 Miro Hrončok - 2.7.4-10 - Bootstrap for Python 3.7