From f4f3fd1b6a5366e68126166c8db1ab820ce17d05 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:36:53 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-pexpect.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index a8d4f29..14336cd 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: 11%{?dist} +Release: 12%{?dist} License: ISC URL: https://github.com/pexpect/pexpect @@ -93,6 +93,9 @@ TRAVIS=true py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Mon Jun 13 2022 Python Maint - 4.8.0-12 +- Rebuilt for Python 3.11 + * Thu Mar 24 2022 Scott Talbert - 4.8.0-11 - Replace asyncio.coroutine to fix Python 3.11 support (#2019843)