From 616d301b239c460b03eb79d57ab0298ea68548c6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:16:27 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 4.8.0-4mamba;Tue Sep 26 2023] --- python-pexpect.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 066680e..acadbae 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -1,6 +1,6 @@ Name: python-pexpect Version: 4.8.0 -Release: 3mamba +Release: 4mamba Summary: Pexpect is a pure Python Expect. It allows easy control of other applications. Group: System/Libraries/Python Vendor: openmamba @@ -10,9 +10,10 @@ URL: https://pexpect.readthedocs.io/en/latest/ Source: https://pypi.debian.net/pexpect/pexpect-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(ptyprocess) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(ptyprocess) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description Pexpect is a pure Python expect-like module. Pexpect makes Python a better tool for controlling other applications. @@ -50,6 +51,9 @@ sed -i "/_async.pyc/d" %{name}.filelist %{python_sitearch}/pexpect-%{version}-py*.egg-info %changelog +* Tue Sep 26 2023 Automatic Build System 4.8.0-4mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Wed Apr 05 2023 Silvan Calarco 4.8.0-3mamba - rebuilt with python 3.10