From 657a832e3e89cc4c3b06c7a5c93c278f00c331e0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:21:48 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 0.7.0-3mamba;Wed Apr 05 2023] --- python-ptyprocess.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index fa8bb1f..2badc2c 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -1,6 +1,6 @@ Name: python-ptyprocess Version: 0.7.0 -Release: 2mamba +Release: 3mamba Summary: Run a subprocess in a pseudo terminal Group: System/Libraries Vendor: openmamba @@ -39,10 +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/* +%dir %{python_sitearch}/ptyprocess-%{version}-py*.egg-info +%{python_sitearch}/ptyprocess-%{version}-py*.egg-info/* %changelog +* Wed Apr 05 2023 Silvan Calarco 0.7.0-3mamba +- rebuilt with python 3.10 + * Sat Feb 19 2022 Silvan Calarco 0.7.0-2mamba - rebuilt with distdeps