diff --git a/python-websocket-client.spec b/python-websocket-client.spec index d0306cb6f9b8c8b1d461c96475e709b92d7f2741..892e7ed54d4f0249dfaf223f017d1ccbc6c4b04e 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-websocket-client -Version: 1.5.1 +Version: 1.5.3 Release: 1 Summary: WebSocket client for Python with low level API options License: Apache-2.0 URL: https://github.com/websocket-client/websocket-client -Source0: https://files.pythonhosted.org/packages/8b/94/696484b0c13234c91b316bc3d82d432f9b589a9ef09d016875a31c670b76/websocket-client-1.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/98/be/1aa255e5b937e62ca81b6d990e372bc013e355bd8048b8579eefe24ad57d/websocket-client-1.5.3.tar.gz BuildArch: noarch %description @@ -84,6 +84,9 @@ pytest %{_docdir}/* %changelog +* Wed Jun 21 2023 chendexi - 1.5.3-1 +- Update package to version 1.5.3 + * Fri Mar 17 2023 wangjunqi - 1.5.1-1 - Update package to version 1.5.1 diff --git a/websocket-client-1.5.1.tar.gz b/websocket-client-1.5.1.tar.gz deleted file mode 100644 index 720e6774b980c6cba398fe1d04da7ce185d2f026..0000000000000000000000000000000000000000 Binary files a/websocket-client-1.5.1.tar.gz and /dev/null differ diff --git a/websocket-client-1.5.3.tar.gz b/websocket-client-1.5.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5f8b80aadf55bbef04fc38f67c877f834305db27 Binary files /dev/null and b/websocket-client-1.5.3.tar.gz differ