From b88e1f6a84154bcdcacdec684bdda801929a0e96 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 02:08:46 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-pexpect.git#28360c153a4e76a4db242dec81fee35f2a94d560 --- python-pexpect.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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