diff --git a/python-websocket-client.spec b/python-websocket-client.spec index a53368eb23c7f5fcf22003475acede605a054b85..3f9980644035ec2266d2ec0fdb1662d2521d462b 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,13 @@ pytest %{_docdir}/* %changelog +* Mon Oct 13 2025 lifeifei - 1.9.0-1 +- update package to 1.9.0 + - Remove Python 3.8 support (EOL), add Python 3.13 + - Remove localhost and 127.0.0.1 from default NO_PROXY list + - Support IPv6 CIDRs in the no_proxy option + - Fix some bugs + * 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