rebuilt with distdeps [release 4.8.0-2mamba;Sat Apr 03 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:16:26 +01:00
parent 62a9b8d765
commit 09865e9bac

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 4.8.0-2mamba
- rebuilt with distdeps
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
- automatic version update by autodist