automatic version update by autodist [release 0.59.0-1mamba;Mon May 10 2021]

This commit is contained in:
Automatic Build System 2024-01-05 16:52:26 +01:00
parent f39ed8981b
commit eeb1f4dbd5

View File

@ -1,23 +1,18 @@
Name: python-websocket-client Name: python-websocket-client
Version: 0.58.0 Version: 0.59.0
Release: 1mamba Release: 1mamba
Summary: Websocket client for Python Summary: Websocket client for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/liris/websocket-client URL: https://github.com/websocket-client/websocket-client
Source: https://github.com/liris/websocket-client/archive/v%{version}.tar.gz Source: https://github.com/liris/websocket-client/archive/v%{version}.tar.gz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(six)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%if 0%{?with_pyver}
BuildRequires: libpython%{?with_pyver}-devel
%else
BuildRequires: libpython-devel
%endif
BuildRequires: libpython-devel
Requires: python >= %python_version
%description %description
%{summary}. %{summary}.
@ -41,11 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
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)
%doc LICENSE README.rst %dir %{python_sitearch}/websocket_client-%{version}-py*.egg-info
%{python_sitearch}/websocket_client-%{version}-py*.egg-info/*
%doc LICENSE
%changelog %changelog
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 0.59.0-1mamba
- automatic version update by autodist
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 0.58.0-1mamba * Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 0.58.0-1mamba
- automatic version update by autodist - automatic version update by autodist