diff --git a/python-pexpect.spec b/python-pexpect.spec index 662f513..6961d12 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Summary: Unicode-aware Pure Python Expect-like module Version: 4.8.0 -Release: 2%{?dist} +Release: 3%{?dist} License: ISC URL: https://github.com/pexpect/pexpect @@ -84,6 +84,9 @@ TRAVIS=true py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Sat May 23 2020 Miro HronĨok - 4.8.0-3 +- Rebuilt for Python 3.9 + * Wed Apr 08 2020 Scott Talbert - 4.8.0-2 - Fix tests when building under COPR (#1822060)