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)