From e4e78f8139b6468790b00cd1fa455ba947140ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 19:30:40 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- pyparsing.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyparsing.spec b/pyparsing.spec index e97f89b..86a94b2 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,4 +1,3 @@ -%global _without_doc 1 %global srcname pyparsing %global _summary Python package with an object-oriented approach to text processing @@ -12,7 +11,7 @@ Summary: %{_summary} Name: pyparsing Version: 2.4.7 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/pyparsing/pyparsing @@ -110,6 +109,9 @@ popd %changelog +* Fri May 22 2020 Miro Hrončok - 2.4.7-3 +- Rebuilt for Python 3.9 + * Thu May 21 2020 Miro Hrončok - 2.4.7-2 - Bootstrap for Python 3.9