diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 9b864a047b64d17329715aeda1229da48af1aaf0..13ea4fdb1aa994ea0dadb68bbc90244c2ea21405 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.6.4 +Version: 1.7.0 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/cb/eb/19eadbb717ef032749853ef5eb1c28e9ca974711e28bccd4815913ba5546/websocket-client-1.6.4.tar.gz +Source0: https://files.pythonhosted.org/packages/cb/eb/19eadbb717ef032749853ef5eb1c28e9ca974711e28bccd4815913ba5546/websocket-client-1.7.0.tar.gz BuildArch: noarch %description @@ -83,6 +83,11 @@ pytest %{_docdir}/* %changelog +* Sun Apr 07 2024 GuoCe - 1.7.0-1 +- update to version 1.7.0 +- Add `send_text()` and `send_bytes()` to _app.py and +- fix some issues. + * Wed Oct 25 2023 jiangxinyu - 1.6.4-1 - Update package to version 1.6.4 diff --git a/websocket-client-1.6.4.tar.gz b/websocket-client-1.6.4.tar.gz deleted file mode 100644 index 1bbdad1977e6cf570c98349cccbd6f0a973516d7..0000000000000000000000000000000000000000 Binary files a/websocket-client-1.6.4.tar.gz and /dev/null differ diff --git a/websocket-client-1.7.0.tar.gz b/websocket-client-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e407267a9f1a72b0b1e7cbc2198add47ef26ac3f Binary files /dev/null and b/websocket-client-1.7.0.tar.gz differ