Compare commits

...

5 Commits

View File

@ -1,20 +1,19 @@
Name: python-pexpect
Version: 4.7.0
Release: 2mamba
Version: 4.9.0
Release: 1mamba
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.readthedocs.io/en/latest/
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: libpython311-devel
BuildRequires: python3.11dist(ptyprocess)
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
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.
@ -40,7 +39,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 +48,24 @@ sed -i "/_async.pyc/d" %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%{python_sitearch}/pexpect-%{version}-py*.egg-info
%changelog
* Sat Nov 25 2023 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 4.8.0-4mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-3mamba
- rebuilt with python 3.10
* 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
* Sat Jul 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.0-2mamba
- added py36 package