diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 892e7ed54d4f0249dfaf223f017d1ccbc6c4b04e..6206bc671f60c35023db6cc8a8c34aceb8a601b1 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.3 +Version: 1.6.1 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/98/be/1aa255e5b937e62ca81b6d990e372bc013e355bd8048b8579eefe24ad57d/websocket-client-1.5.3.tar.gz +Source0: https://files.pythonhosted.org/packages/98/be/1aa255e5b937e62ca81b6d990e372bc013e355bd8048b8579eefe24ad57d/websocket-client-1.6.1.tar.gz BuildArch: noarch %description @@ -84,6 +84,9 @@ pytest %{_docdir}/* %changelog +* Wed Jul 12 2023 sunhui - 1.6.1-1 +- Update package to version 1.6.1 + * Wed Jun 21 2023 chendexi - 1.5.3-1 - Update package to version 1.5.3 diff --git a/websocket-client-1.5.3.tar.gz b/websocket-client-1.5.3.tar.gz deleted file mode 100644 index 5f8b80aadf55bbef04fc38f67c877f834305db27..0000000000000000000000000000000000000000 Binary files a/websocket-client-1.5.3.tar.gz and /dev/null differ diff --git a/websocket-client-1.6.1.tar.gz b/websocket-client-1.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b33f93396e68fea653ddd7d26cafa87456fbbebc Binary files /dev/null and b/websocket-client-1.6.1.tar.gz differ