14
0

Accepting request 1112595 from home:mcalabkova:branches:devel:languages:python:312

- Add py312-shutdown.patch to fix server shutdown on Python 3.12

OBS-URL: https://build.opensuse.org/request/show/1112595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=47
This commit is contained in:
2023-09-20 16:04:07 +00:00
committed by Git OBS Bridge
parent d8691c83dc
commit c5cb3d81f6
3 changed files with 56 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/aaugustin/websockets
Source: https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/python-websockets/websockets/commit/03d62c97fcafffa5cdbe4bb55b2a8d17a62eca33 Fix server shutdown on Python 3.12.
Patch: py312-shutdown.patch
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}