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