rebuilt with python 3.10 [release 0.7.0-3mamba;Wed Apr 05 2023]
This commit is contained in:
parent
5974cd3d1a
commit
657a832e3e
@ -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 <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
|
||||
- rebuilt with distdeps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user