15
0

- Add patch support-new-pytest-asyncio.patch:

* Support pytest-asyncio 1.0 changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-grpclib?expand=0&rev=5
This commit is contained in:
2025-07-22 02:41:58 +00:00
committed by Git OBS Bridge
parent adef96776b
commit 12a3f3d32b
3 changed files with 109 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ Summary: Pure-Python gRPC implementation for asyncio
License: BSD-3-Clause
URL: https://github.com/vmagamedov/grpclib
Source: https://github.com/vmagamedov/grpclib/archive/v%{version}.tar.gz#/grpclib-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#vmagamedov/grpclib#205
Patch0: support-new-pytest-asyncio.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 40.6.0}
BuildRequires: %{python_module wheel}