automatic version update by autodist [release 1.3.3-1mamba;Wed Aug 10 2022]

This commit is contained in:
Automatic Build System 2024-01-05 16:52:27 +01:00
parent 2f35909989
commit 11ac8b4205

View File

@ -1,5 +1,5 @@
Name: python-websocket-client
Version: 1.3.2
Version: 1.3.3
Release: 1mamba
Summary: Websocket client for Python
Group: System/Libraries
@ -23,6 +23,8 @@ BuildRequires: python3.7dist(setuptools)
%prep
%setup -q -n websocket-client-%{version}
# Fix wrong version in setup.py
sed -i "s|1.3.2|%{version}|" setup.py
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -45,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
- automatic version update by autodist
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
- automatic version update by autodist