rebuilt with distdeps [release 0.7.0-2mamba;Sat Feb 19 2022]
This commit is contained in:
parent
81757ec76b
commit
5974cd3d1a
@ -1,19 +1,17 @@
|
|||||||
Name: python-ptyprocess
|
Name: python-ptyprocess
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Run a subprocess in a pseudo terminal
|
Summary: Run a subprocess in a pseudo terminal
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/pexpect/ptyprocess
|
URL: https://github.com/pexpect/ptyprocess
|
||||||
Source: https://pypi.debian.net/ptyprocess/ptyprocess-%{version}.tar.gz
|
Source: https://pypi.debian.net/ptyprocess/ptyprocess-%{version}.tar.gz
|
||||||
License: ISC License
|
License: ISC License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty
|
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty
|
||||||
@ -41,8 +39,13 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/ptyprocess-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/ptyprocess-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
||||||
- update to 0.7.0
|
- update to 0.7.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user