update to 0.6.0 [release 0.6.0-1mamba;Sat Jul 20 2019]
This commit is contained in:
parent
e90d024b92
commit
ff29a50e19
@ -1,5 +1,5 @@
|
|||||||
Name: python-ptyprocess
|
Name: python-ptyprocess
|
||||||
Version: 0.5.1
|
Version: 0.6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Run a subprocess in a pseudo terminal
|
Summary: Run a subprocess in a pseudo terminal
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://github.com/pexpect/ptyprocess
|
URL: https://github.com/pexpect/ptyprocess
|
||||||
Source: https://pypi.python.org/packages/source/p/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: libpython-devel
|
||||||
@ -18,6 +18,10 @@ 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
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ptyprocess-%{version}
|
%setup -q -n ptyprocess-%{version}
|
||||||
|
|
||||||
@ -35,10 +39,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-1mamba
|
||||||
|
- update to 0.6.0
|
||||||
|
|
||||||
* Fri Feb 12 2016 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
* Fri Feb 12 2016 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user