From 502f7cf0ee1fe896be4aae48c16ca03523b8fa82 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:23:41 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-lunr.spec b/python-lunr.spec index 6e7eb5e..d86f1da 100644 --- a/python-lunr.spec +++ b/python-lunr.spec @@ -2,7 +2,7 @@ Name: python-%{pypiname} Version: 0.5.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python implementation of Lunr.js License: MIT @@ -56,5 +56,8 @@ Recommends: python3dist(nltk) >= 3.2.5 %{python3_sitelib}/%{pypiname}/ %changelog +* Tue May 26 2020 Miro Hrončok - 0.5.6-2 +- Rebuilt for Python 3.9 + * Sun Mar 8 2020 Robin Lee - 0.5.6-1 - Initial packaging