From 09865e9bac7d1e905b0a2345e38dc1d282335f62 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:16:26 +0100 Subject: [PATCH] rebuilt with distdeps [release 4.8.0-2mamba;Sat Apr 03 2021] --- python-pexpect.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 9d5e9f8..9c87d9c 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -1,20 +1,18 @@ Name: python-pexpect Version: 4.8.0 -Release: 1mamba +Release: 2mamba Summary: Pexpect is a pure Python Expect. It allows easy control of other applications. Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://pexpect.sourceforge.net/ +URL: https://pexpect.sourceforge.net/ Source: https://pypi.debian.net/pexpect/pexpect-%{version}.tar.gz -#Source: http://pexpect.sourceforge.net/pexpect-%{version}.tar.gz License: MIT -Requires: python >= %python_version ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel >= %python_version +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(ptyprocess) ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Pexpect is a pure Python expect-like module. Pexpect makes Python a better tool for controlling other applications. @@ -40,7 +38,8 @@ Send questions to: noah@noah.org Put 'pexpect' in the subject. --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + sed -i "/_async.pyc/d" %{name}.filelist %clean @@ -48,8 +47,12 @@ sed -i "/_async.pyc/d" %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%{python_sitearch}/pexpect-%{version}-py*.egg-info %changelog +* Sat Apr 03 2021 Silvan Calarco 4.8.0-2mamba +- rebuilt with distdeps + * Thu Feb 06 2020 Automatic Build System 4.8.0-1mamba - automatic version update by autodist