rebuilt with python 3.10 [release 0.7.0-3mamba;Wed Apr 05 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:21:48 +01:00
parent 5974cd3d1a
commit 657a832e3e

View File

@ -1,6 +1,6 @@
Name: python-ptyprocess Name: python-ptyprocess
Version: 0.7.0 Version: 0.7.0
Release: 2mamba Release: 3mamba
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
@ -39,10 +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 %dir %{python_sitearch}/ptyprocess-%{version}-py*.egg-info
%{python3_sitearch}/ptyprocess-%{version}-py*.egg-info/* %{python_sitearch}/ptyprocess-%{version}-py*.egg-info/*
%changelog %changelog
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-3mamba
- rebuilt with python 3.10
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-2mamba * Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-2mamba
- rebuilt with distdeps - rebuilt with distdeps