diff --git a/python-pexpect.spec b/python-pexpect.spec index 8fb0cbd..0b186f5 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: 6%{?dist} +Release: 7%{?dist} License: ISC URL: https://github.com/pexpect/pexpect @@ -91,6 +91,9 @@ TRAVIS=true py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 4.8.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jan 19 2021 Dan Radez - 4.8.0-6 - adding workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1914843 - while we wait for upstream fix: https://github.com/pexpect/pexpect/issues/669