From 81822afc9aec18b54170fc18c15c85db3b06b8251240e520bdb2ca2ab94acce6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 31 Aug 2024 09:13:32 +0000 Subject: [PATCH 1/2] Accepting request 1197959 from home:yeey:OpenWebUI - Enable sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1197959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-grpc?expand=0&rev=5 --- python-pytest-grpc.changes | 5 +++++ python-pytest-grpc.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-grpc.changes b/python-pytest-grpc.changes index 0b024c6..51388f0 100644 --- a/python-pytest-grpc.changes +++ b/python-pytest-grpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 27 17:40:34 UTC 2024 - Guang Yee + +- Enable sle15_python_module_pythons + ------------------------------------------------------------------- Mon Jan 8 18:56:41 UTC 2024 - Dirk Müller diff --git a/python-pytest-grpc.spec b/python-pytest-grpc.spec index 4aadf92..df3a68e 100644 --- a/python-pytest-grpc.spec +++ b/python-pytest-grpc.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-pytest-grpc Version: 0.8.0 Release: 0 @@ -23,11 +24,11 @@ Summary: pytest plugin for grpc License: MIT URL: https://github.com/open-telemetry/opentelemetry-python Source: https://files.pythonhosted.org/packages/source/p/pytest-grpc/pytest-grpc-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module grpcio} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest >= 3.6.0} # /SECTION From 0b49c7f937ce7fb226fdc1472956a25bc3b38e238463b46c5820578425eff5fe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 9 Sep 2024 08:42:19 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-grpc?expand=0&rev=6 --- python-pytest-grpc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pytest-grpc.spec b/python-pytest-grpc.spec index df3a68e..4d0aacb 100644 --- a/python-pytest-grpc.spec +++ b/python-pytest-grpc.spec @@ -28,6 +28,7 @@ BuildRequires: %{python_module grpcio} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: ca-certificates-mozilla BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest >= 3.6.0}