Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-23 02:05:31 +02:00
parent 9a088bee1d
commit 95c6397687

View File

@ -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 <mhroncok@redhat.com> - 4.8.0-3
- Rebuilt for Python 3.9
* Wed Apr 08 2020 Scott Talbert <swt@techie.net> - 4.8.0-2
- Fix tests when building under COPR (#1822060)