diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 892e7ed54d4f0249dfaf223f017d1ccbc6c4b04e..d35f171377806e0530dc96ed46899b6a82397903 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/b1/34/3a5cae1e07d9566ad073fa6d169bf22c03a3ba7b31b3c3422ec88d039108/websocket-client-1.6.1.tar.gz BuildArch: noarch %description @@ -21,7 +21,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-pytest -Requires: python3-websockets %description -n python3-websocket-client websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs @@ -84,6 +83,9 @@ pytest %{_docdir}/* %changelog +* Tue Jul 11 2023 zhangchenglin - 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