diff --git a/pyparsing.spec b/pyparsing.spec index c22ac76..85867f4 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 %global srcname pyparsing %global _summary Python package with an object-oriented approach to text processing @@ -12,7 +13,7 @@ Summary: %{_summary} Name: pyparsing Version: 2.4.7 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT URL: https://github.com/pyparsing/pyparsing @@ -119,6 +120,9 @@ popd %changelog +* Tue Jun 01 2021 Python Maint - 2.4.7-7 +- Bootstrap for Python 3.10 + * Thu May 27 2021 Petr Viktorin - 2.4.7-6 - Fix licence for examples shipped in pyparsing-doc