From ff29a50e19d128792b4239f169d2f83c35759056 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:21:47 +0100 Subject: [PATCH] update to 0.6.0 [release 0.6.0-1mamba;Sat Jul 20 2019] --- python-ptyprocess.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 55261e3..bc5135b 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -1,5 +1,5 @@ Name: python-ptyprocess -Version: 0.5.1 +Version: 0.6.0 Release: 1mamba Summary: Run a subprocess in a pseudo terminal Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan 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 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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 %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 -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sat Jul 20 2019 Silvan Calarco 0.6.0-1mamba +- update to 0.6.0 + * Fri Feb 12 2016 Automatic Build System 0.5.1-1mamba - automatic version update by autodist