From d5a6569f944401ab7b58c8d8b5b57f07099dc200b5b522bad73eaeb30a7a9434 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 5 Apr 2023 06:46:29 +0000 Subject: [PATCH 1/2] Accepting request 1077387 from home:ojkastl_buildservice:Branch_devel_languages_python add Requires needed for plugins OBS-URL: https://build.opensuse.org/request/show/1077387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=5 --- python-mkdocs-material.changes | 5 +++++ python-mkdocs-material.spec | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 2781c90..3abf9f5 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 4 12:44:36 UTC 2023 - Johannes Kastl + +- add Requires needed for plugins + ------------------------------------------------------------------- Mon Apr 3 12:30:47 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index a121c61..230794f 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -45,12 +45,20 @@ BuildRequires: %{python_module pymdown-extensions >= 9.4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +# Requirements for core +# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21 Requires: python-Markdown >= 3.2 Requires: python-jinja2 >= 3.0 Requires: python-mkdocs >= 1.4.2 Requires: python-mkdocs-material-extensions >= 1.1 Requires: python-pygments >= 2.14 Requires: python-pymdown-extensions >= 9.9.1 +# Requirements for plugins +# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 +Requires: colorama >= 0.4 +Requires: regex => 2022.4.24 +Requires: requests >= 2.26 + BuildArch: noarch %python_subpackages From f21e6fdc9d8b2fb352b5b474660e95ff74f45274837208fd43b6b545a8b56e21 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Thu, 13 Apr 2023 06:55:18 +0000 Subject: [PATCH 2/2] Accepting request 1078873 from home:ojkastl_buildservice:Branch_devel_languages_python really add proper Requires for plugins... OBS-URL: https://build.opensuse.org/request/show/1078873 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=7 --- python-mkdocs-material.changes | 5 +++++ python-mkdocs-material.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 3abf9f5..2b1429a 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 13 06:41:02 UTC 2023 - Johannes Kastl + +- really add proper Requires for plugins... + ------------------------------------------------------------------- Tue Apr 4 12:44:36 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 230794f..da356dd 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -55,9 +55,9 @@ Requires: python-pygments >= 2.14 Requires: python-pymdown-extensions >= 9.9.1 # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 -Requires: colorama >= 0.4 -Requires: regex => 2022.4.24 -Requires: requests >= 2.26 +Requires: python-colorama >= 0.4 +Requires: python-regex => 2022.4.24 +Requires: python-requests >= 2.26 BuildArch: noarch %python_subpackages