diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 13ea4fdb1aa994ea0dadb68bbc90244c2ea21405..a53368eb23c7f5fcf22003475acede605a054b85 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.7.0 +Version: 1.8.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.7.0.tar.gz +Source0: %{pypi_source websocket_client} BuildArch: noarch %description @@ -37,7 +37,7 @@ are the synchronous functions. websocket-client supports only hybi-13. %prep -%autosetup -n websocket-client-%{version} +%autosetup -n websocket_client-%{version} %build %py3_build @@ -83,6 +83,9 @@ pytest %{_docdir}/* %changelog +* Fri Aug 23 2024 wangkai <13474090681@163.com> - 1.8.0-1 +- Update package to version 1.8.0 + * 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 diff --git a/websocket-client-1.7.0.tar.gz b/websocket-client-1.7.0.tar.gz deleted file mode 100644 index e407267a9f1a72b0b1e7cbc2198add47ef26ac3f..0000000000000000000000000000000000000000 Binary files a/websocket-client-1.7.0.tar.gz and /dev/null differ diff --git a/websocket_client-1.8.0.tar.gz b/websocket_client-1.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..01da5e6597e744521aa2dc49adb0f49d4f65dc10 Binary files /dev/null and b/websocket_client-1.8.0.tar.gz differ