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