From d9708aa76dc39e83dc978a410aac7acfc8e7614385f9c8c8869a118d4cde0aa0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Jan 2022 11:01:40 +0000 Subject: [PATCH] - SPEC cleanup OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=205 --- python-Sphinx.changes | 5 +++++ python-Sphinx.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 046f138..b098aee 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 28 11:01:23 UTC 2022 - Matej Cepl + +- SPEC cleanup + ------------------------------------------------------------------- Thu Jan 20 14:26:44 UTC 2022 - Ben Greiner diff --git a/python-Sphinx.spec b/python-Sphinx.spec index da36920..db15d42 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -66,15 +66,15 @@ Requires: python-sphinxcontrib-jsmath Requires: python-sphinxcontrib-qthelp >= 1.0.2 Requires: python-sphinxcontrib-serializinghtml >= 1.1.5 Requires: python-sphinxcontrib-websupport -%if 0%{?python_version_nodots} < 310 -Requires: python-importlib-metadata >= 4.4 -%endif Requires(post): update-alternatives Requires(postun):update-alternatives Recommends: python-SQLAlchemy >= 0.9 Recommends: python-Sphinx-doc-man Recommends: python-Whoosh >= 2.0 BuildArch: noarch +%if 0%{?python_version_nodots} < 310 +Requires: python-importlib-metadata >= 4.4 +%endif %if %{with test} BuildRequires: %{python_module Cython} BuildRequires: %{python_module Sphinx = %{version}}