diff --git a/python-parso.spec b/python-parso.spec index 6ae31ea..28cfaaa 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -26,7 +26,7 @@ the syntax tree.} Name: python-%{pkgname} Version: 0.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parser that supports error recovery and round-trip parsing License: MIT and Python URL: https://parso.readthedocs.io @@ -104,6 +104,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose %changelog +* Thu Aug 15 2019 Miro HronĨok - 0.5.1-2 +- Rebuilt for Python 3.8 + * Fri Jul 26 2019 Carl George - 0.5.1-1 - Latest upstream - Drop EPEL python34 subpackage