Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:36:53 +02:00 committed by Tomáš Hrnčiar
parent c05ef6adbf
commit f4f3fd1b6a

View File

@ -5,7 +5,7 @@
Name: python-%{modname} Name: python-%{modname}
Summary: Unicode-aware Pure Python Expect-like module Summary: Unicode-aware Pure Python Expect-like module
Version: 4.8.0 Version: 4.8.0
Release: 11%{?dist} Release: 12%{?dist}
License: ISC License: ISC
URL: https://github.com/pexpect/pexpect URL: https://github.com/pexpect/pexpect
@ -93,6 +93,9 @@ TRAVIS=true py.test-3 --verbose
%{python3_sitelib}/%{modname}-*.egg-info %{python3_sitelib}/%{modname}-*.egg-info
%changelog %changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.8.0-12
- Rebuilt for Python 3.11
* Thu Mar 24 2022 Scott Talbert <swt@techie.net> - 4.8.0-11 * Thu Mar 24 2022 Scott Talbert <swt@techie.net> - 4.8.0-11
- Replace asyncio.coroutine to fix Python 3.11 support (#2019843) - Replace asyncio.coroutine to fix Python 3.11 support (#2019843)