diff --git a/python-websockets.spec b/python-websockets.spec index 22db270cb4a4e252b4af539cd7f2eeaa529d029d..c272582e82f44400f29885543c35da9911c1a1d7 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name websockets @@ -7,7 +7,7 @@ %endif Name: python-%{pypi_name} -Version: 10.4 +Version: 14.1 Release: %{anolis_release}%{dist} Summary: Implementation of the WebSocket Protocol for Python @@ -15,6 +15,7 @@ Summary: Implementation of the WebSocket Protocol for Python License: BSD URL: https://github.com/aaugustin/websockets Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +Source: https://github.com/aaugustin/websockets/archive/14.1/websockets-14.1.tar.gz Patch1: 0001-Ignore_tests_that_no_longer_run_on_Python_3.11.patch Patch2: 0002-Fix_test_that_fails_on_IPv6.patch @@ -35,6 +36,7 @@ applications.} %package -n python3-%{pypi_name} Summary: %{summary} BuildRequires: python3-devel +BuildRequires: python3dist(pytest) %description -n python3-%{pypi_name} %{_description} @@ -70,6 +72,10 @@ The %{name}-doc package contains documentation files for %{name}. %doc README.rst %changelog +* Wed Aug 20 2025 wenyuzifang - 14.1-1 +- Updated to version 14.1 to fix xxxxxxxxxx + + * Wed Mar 13 2024 Zhao Hang - 10.4-2 - Rebuild with python3.11 diff --git a/websockets-10.4.tar.gz b/websockets-10.4.tar.gz deleted file mode 100644 index d14b2bb6ea63e08bc9259bd92cd796df61d7115d..0000000000000000000000000000000000000000 Binary files a/websockets-10.4.tar.gz and /dev/null differ diff --git a/websockets-14.1.tar.gz b/websockets-14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f2aeddedec1fcaf39513a628a18867fe29f7cfec Binary files /dev/null and b/websockets-14.1.tar.gz differ