diff --git a/python-websocket-client.spec b/python-websocket-client.spec index d846c53df3326cd6aa09e212cb6c556c4622aa20..2813dd1025420cd10308488ccac89e0c6039cb65 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,6 +1,6 @@ Name: python-websocket-client -Version: 0.57.0 -Release: 2 +Version: 0.58.0 +Release: 1 Summary: WebSocket client for python License: LGPLv2 URL: https://github.com/websocket-client/websocket-client @@ -51,6 +51,9 @@ mv $RPM_BUILD_ROOT%{_bindir}/wsdump.py $RPM_BUILD_ROOT%{_bindir}/wsdump %{_bindir}/wsdump %changelog +* Thu Aug 05 2021 liusheng - 0.58.0-1 +- Upgrade to version 0.58.0 + * Fri Oct 30 2020 yanglongkang - 0.57.0-2 - remove python2 dependency @@ -59,5 +62,6 @@ mv $RPM_BUILD_ROOT%{_bindir}/wsdump.py $RPM_BUILD_ROOT%{_bindir}/wsdump * Sat Feb 22 2020 hy-euler - 0.47.0-6 - modify the require of python-backports-ssl_match_hostname and python-six to python2 + * Thu Feb 13 2020 Ruijun Ge - 0.47.0-5 - init package diff --git a/websocket_client-0.57.0.tar.gz b/websocket_client-0.57.0.tar.gz deleted file mode 100644 index c56946f26a4fe716996698c68bf0d2b9f0a51a99..0000000000000000000000000000000000000000 Binary files a/websocket_client-0.57.0.tar.gz and /dev/null differ diff --git a/websocket_client-0.58.0.tar.gz b/websocket_client-0.58.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a325e59519b5afe623ab46c8a41ec6749526c29b Binary files /dev/null and b/websocket_client-0.58.0.tar.gz differ