From 5974cd3d1ae75a13f2c00c8cb3a702bdac6daaee Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:21:47 +0100 Subject: [PATCH] rebuilt with distdeps [release 0.7.0-2mamba;Sat Feb 19 2022] --- python-ptyprocess.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 9e07997..fa8bb1f 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -1,19 +1,17 @@ Name: python-ptyprocess Version: 0.7.0 -Release: 1mamba +Release: 2mamba Summary: Run a subprocess in a pseudo terminal Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: https://github.com/pexpect/ptyprocess Source: https://pypi.debian.net/ptyprocess/ptyprocess-%{version}.tar.gz License: ISC License ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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 %defattr(-,root,root) +%dir %{python3_sitearch}/ptyprocess-%{version}-py*.egg-info +%{python3_sitearch}/ptyprocess-%{version}-py*.egg-info/* %changelog +* Sat Feb 19 2022 Silvan Calarco 0.7.0-2mamba +- rebuilt with distdeps + * Thu Dec 31 2020 Silvan Calarco 0.7.0-1mamba - update to 0.7.0