From 95c63976871d92ae80e1b4c42cdd3d9042a00375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 02:05:31 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-pexpect.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)