rebuilt with python 3.10 [release 1.5.1-2mamba;Tue Apr 11 2023]

This commit is contained in:
Sdk Build System 2024-01-05 16:52:28 +01:00
parent efadecf63a
commit e780c9a747

View File

@ -1,6 +1,6 @@
Name: python-websocket-client Name: python-websocket-client
Version: 1.5.1 Version: 1.5.1
Release: 1mamba Release: 2mamba
Summary: Websocket client for Python Summary: Websocket client for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -40,13 +40,25 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%if "%{?with_pyver}" != "3"
# Rename any conflicting file outside of python site packages tree
for f in %{_bindir}/wsdump; do
mv %{buildroot}${f}{,-%{?pyappend}}
done
sed -i "\,%{_bindir},d" %{name}.filelist
%endif
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/wsdump*
%dir %{python_sitearch}/websocket_client-%{version}-py*.egg-info %dir %{python_sitearch}/websocket_client-%{version}-py*.egg-info
%{python_sitearch}/websocket_client-%{version}-py*.egg-info/* %{python_sitearch}/websocket_client-%{version}-py*.egg-info/*
%doc LICENSE %doc LICENSE
%changelog %changelog
* Tue Apr 11 2023 Sdk Build System <sdk@mambasoft.it> 1.5.1-2mamba
- rebuilt with python 3.10
* Mon Feb 06 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba * Mon Feb 06 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
- automatic version update by autodist - automatic version update by autodist