From ab74ed2adf28c1e399b85784c1038b41f1bcf45a12cd12a5cec4e2c8d1e39e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 1 Dec 2022 11:27:32 +0000 Subject: [PATCH] - add python-typing_extensions as dependency for compatibility with older versions of python OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=7 --- python-openqa_client.changes | 2 ++ python-openqa_client.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/python-openqa_client.changes b/python-openqa_client.changes index 8a0488b..64fb6d1 100644 --- a/python-openqa_client.changes +++ b/python-openqa_client.changes @@ -3,6 +3,8 @@ Thu Dec 1 10:02:15 UTC 2022 - Ondřej Súkup - update to 4.2.2 - drop _service +- add python-typing_extensions as dependency for compatibility + with older versions of python * Make Exceptions proper objects with members * Only retry requests on certain status codes * Add class global retries and wait values to allow configuration diff --git a/python-openqa_client.spec b/python-openqa_client.spec index bf08d89..02e07dd 100644 --- a/python-openqa_client.spec +++ b/python-openqa_client.spec @@ -31,10 +31,12 @@ BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML Requires: python-requests +Requires: python-typing_extensions BuildArch: noarch %python_subpackages