From a1971d227c61c0a9303aa06b59198e6d35688cc3c9f04fbb7ea743d517e30a16 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 7 May 2025 11:47:01 +0000 Subject: [PATCH] Accepting request 1272440 from home:ecsos:python - Fix build error in Leap. Leap does not understand Buildrequires: >= 5.7.post1 OBS-URL: https://build.opensuse.org/request/show/1272440 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=181 --- python-mkdocs-material.changes | 6 ++++++ python-mkdocs-material.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 04f1475..5e283ae 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 24 13:17:31 UTC 2025 - ecsos + +- Fix build error in Leap. + Leap does not understand Buildrequires: >= 5.7.post1 + ------------------------------------------------------------------- Fri Apr 18 05:28:56 UTC 2025 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 89e4a42..5ac9e22 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.post1} +BuildRequires: %{python_module backrefs >= 5.7} 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.post1 +Requires: python-backrefs >= 5.7 Requires: python-colorama >= 0.4 Requires: python-paginate >= 0.5 Requires: python-requests >= 2.31