Compare commits

...

5 Commits

View File

@ -1,5 +1,5 @@
Name: python-websocket-client
Version: 1.6.2
Version: 1.8.0
Release: 1mamba
Summary: Websocket client for Python
Group: System/Libraries
@ -10,9 +10,10 @@ URL: https://github.com/websocket-client/websocket-client
Source: https://github.com/liris/websocket-client/archive/v%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(setuptools)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(setuptools)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -56,6 +57,21 @@ sed -i "\,%{_bindir},d" %{name}.filelist
%doc LICENSE
%changelog
* Wed Apr 24 2024 Automatic Build System <autodist@openmamba.org> 1.8.0-1mamba
- automatic version update by autodist
* Mon Dec 04 2023 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 1.6.4-1mamba
- automatic version update by autodist
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.6.3-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Tue Sep 12 2023 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
- automatic version update by autodist
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
- automatic version update by autodist