From 5742a7060bf840e578a1250ae03550a231a71dbb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 20:22:54 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-pexpect.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index a04d125..be0dc43 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: 15%{?dist} +Release: 16%{?dist} License: ISC URL: https://github.com/pexpect/pexpect @@ -96,6 +96,9 @@ TRAVIS=true py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Wed Jun 14 2023 Python Maint - 4.8.0-16 +- Rebuilt for Python 3.12 + * Sun Feb 12 2023 Scott Talbert - 4.8.0-15 - Fix FTBFS with Python 3.12 (#2155493)