From 6e5dd1aa92c997c4ef1ddf8c7abe0b796d47487e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 17:37:44 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- pyparsing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyparsing.spec b/pyparsing.spec index cc1b5a5..8fc3ca5 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -7,12 +7,12 @@ %global python3_wheelname %python2_wheelname # when bootstrapping Python 3, pyparsing needs to be rebuilt before sphinx -%bcond_with doc +%bcond_without doc Summary: %{sum} Name: pyparsing Version: 2.4.0 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: https://github.com/pyparsing/pyparsing @@ -138,6 +138,9 @@ popd %changelog +* Thu Aug 15 2019 Miro Hrončok - 2.4.0-5 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 2.4.0-4 - Bootstrap for Python 3.8