diff --git a/python-websocket-client.spec b/python-websocket-client.spec index dbd4281..80d8beb 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -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 1.3.3-1mamba +- automatic version update by autodist + * Tue Mar 29 2022 Automatic Build System 1.3.2-1mamba - automatic version update by autodist