diff --git a/python-websocket-client.spec b/python-websocket-client.spec index a53368eb23c7f5fcf22003475acede605a054b85..814fb49ea336cd22e78e4e913c7868b773b9c467 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.8.0 +Version: 1.9.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: %{pypi_source websocket_client} +Source0: https://files.pythonhosted.org/packages/source/w/websocket_client/websocket_client-%{version}.tar.gz BuildArch: noarch %description @@ -83,6 +83,9 @@ pytest %{_docdir}/* %changelog +* Tue Nov 18 2025 zhangzeyang0718 - 1.9.0-1 +- Update to 1.9.0 + * Fri Aug 23 2024 wangkai <13474090681@163.com> - 1.8.0-1 - Update package to version 1.8.0 diff --git a/websocket_client-1.8.0.tar.gz b/websocket_client-1.8.0.tar.gz deleted file mode 100644 index 01da5e6597e744521aa2dc49adb0f49d4f65dc10..0000000000000000000000000000000000000000 Binary files a/websocket_client-1.8.0.tar.gz and /dev/null differ diff --git a/websocket_client-1.9.0.tar.gz b/websocket_client-1.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..df73586cf4a03956e1fb17a8cfa4c1af5d3dafd8 Binary files /dev/null and b/websocket_client-1.9.0.tar.gz differ