Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-15 17:37:44 +02:00
parent e89bc0c4c7
commit 6e5dd1aa92

View File

@ -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 <mhroncok@redhat.com> - 2.4.0-5
- Rebuilt for Python 3.8
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-4
- Bootstrap for Python 3.8