From c82a2f438be5678a311b7b1b81b3f740026d05624e0025a24ed7c722c32e4ed9 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 7 May 2025 15:24:43 +0000 Subject: [PATCH] Require/BuildRequire backrefs >= 5.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=182 --- python-mkdocs-material.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 5ac9e22..f411eff 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -50,7 +50,7 @@ BuildRequires: %{python_module pymdown-extensions >= 10.3} # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 BuildRequires: %{python_module Babel >= 2.10} -BuildRequires: %{python_module backrefs >= 5.7} +BuildRequires: %{python_module backrefs >= 5.8} BuildRequires: %{python_module colorama >= 0.4} BuildRequires: %{python_module paginate >= 0.5} BuildRequires: %{python_module requests >= 2.31} @@ -67,7 +67,7 @@ Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2) # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 Requires: python-Babel >= 2.10 -Requires: python-backrefs >= 5.7 +Requires: python-backrefs >= 5.8 Requires: python-colorama >= 0.4 Requires: python-paginate >= 0.5 Requires: python-requests >= 2.31