Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-14 18:26:58 +02:00 committed by Miro Hrončok
parent f4e28dbcc3
commit 389f77934f

View File

@ -4,7 +4,7 @@
Name: python-ptyprocess
Version: 0.7.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Run a subprocess in a pseudo terminal
License: ISC
@ -52,6 +52,9 @@ process and its pty.
%doc README.rst
%changelog
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.7.0-4
- Rebuilt for Python 3.12
* Tue Jan 24 2023 Adam Williamson <awilliam@redhat.com> - 0.7.0-3
- Build with modern pyproject macros, fixes #2164207