Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 19:22:00 +02:00 committed by Miro Hrončok
parent b6264017a0
commit 1a6c82255b

View File

@ -1,4 +1,3 @@
%global _with_bootstrap 1
%global srcname pyparsing
%global _summary Python package with an object-oriented approach to text processing
@ -13,7 +12,7 @@
Summary: %{_summary}
Name: pyparsing
Version: 2.4.7
Release: 7%{?dist}
Release: 8%{?dist}
License: MIT
URL: https://github.com/pyparsing/pyparsing
@ -120,6 +119,9 @@ popd
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.4.7-8
- Rebuilt for Python 3.10
* Tue Jun 01 2021 Python Maint <python-maint@redhat.com> - 2.4.7-7
- Bootstrap for Python 3.10