From 52038e39d63ba6a6aa546b02ee24bb36e111907d04f4e0752e469af5aa516b76 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 28 Oct 2024 13:03:33 +0000 Subject: [PATCH 1/2] - Remove python-nptyping BuildRequirement for SLFO:Main OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=53 --- python-sphinx-autodoc-typehints.changes | 5 +++++ python-sphinx-autodoc-typehints.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index 3b33a03..f4139cc 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 28 13:03:06 UTC 2024 - Daniel Garcia + +- Remove python-nptyping BuildRequirement for SLFO:Main + ------------------------------------------------------------------- Mon Sep 23 09:25:23 UTC 2024 - Dirk Müller diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index 0e31082..70bd27e 100644 --- a/python-sphinx-autodoc-typehints.spec +++ b/python-sphinx-autodoc-typehints.spec @@ -49,10 +49,15 @@ BuildArch: noarch # SECTION tests BuildRequires: %{python_module Sphinx >= 7.3.5} BuildRequires: %{python_module doc} -BuildRequires: %{python_module nptyping >= 2.5} BuildRequires: %{python_module pytest >= 8.1.1} BuildRequires: %{python_module sphobjinv >= 2.3.1} BuildRequires: %{python_module typing_extensions >= 4.11} + +# Do not depend on nptyping and for SLFO:Main +%if 0%{suse_version} > 1600 +BuildRequires: %{python_module nptyping >= 2.5} +%endif + %endif # /SECTION %python_subpackages From 3c575acc18bbc4f11cfa5566fe43622fa3e39e0a16a18e5b05add7d7ea75e1ef Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 29 Oct 2024 06:16:14 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=54 --- python-sphinx-autodoc-typehints.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index 70bd27e..71d7d4c 100644 --- a/python-sphinx-autodoc-typehints.spec +++ b/python-sphinx-autodoc-typehints.spec @@ -53,7 +53,7 @@ BuildRequires: %{python_module pytest >= 8.1.1} BuildRequires: %{python_module sphobjinv >= 2.3.1} BuildRequires: %{python_module typing_extensions >= 4.11} -# Do not depend on nptyping and for SLFO:Main +# Do not depend on nptyping for SLFO:Main %if 0%{suse_version} > 1600 BuildRequires: %{python_module nptyping >= 2.5} %endif