diff --git a/mkdocs_material-9.6.20.tar.gz b/mkdocs_material-9.6.20.tar.gz deleted file mode 100644 index c194d3e..0000000 --- a/mkdocs_material-9.6.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1f84d21ec5fb730673c4259b2e0d39f8d32a3fef613e3a8e7094b012d43e790 -size 4037822 diff --git a/mkdocs_material-9.6.21.tar.gz b/mkdocs_material-9.6.21.tar.gz new file mode 100644 index 0000000..701a7e6 --- /dev/null +++ b/mkdocs_material-9.6.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01aa6d2731322438056f360f0e623d3faae981f8f2d8c68b1b973f4f2657870 +size 4043097 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index db30903..64d16ad 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 1 08:06:34 UTC 2025 - Johannes Kastl + +- update to 9.6.21: + * Updated Serbian translations + * Fixed #8458: Temporary pin of click dependency + ------------------------------------------------------------------- Thu Sep 18 07:50:53 UTC 2025 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 5c8831a..319ce77 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.6.20 +Version: 9.6.21 Release: 0 Summary: Material theme for mkdocs License: MIT @@ -43,14 +43,11 @@ BuildRequires: %{python_module trove-classifiers >= 2023.10.18} # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21 BuildRequires: %{python_module Jinja2 >= 3.1} BuildRequires: %{python_module Markdown >= 3.4} +BuildRequires: %{python_module click} BuildRequires: %{python_module mkdocs >= 1.6 with %python-mkdocs < 2} BuildRequires: %{python_module mkdocs-material-extensions >= 1.3} BuildRequires: %{python_module pygments >= 2.16} BuildRequires: %{python_module pymdown-extensions >= 10.3} -# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L36 -# Temporarily pin click until this is resolved in MkDocs, see -# https://github.com/mkdocs/mkdocs/issues/4014#issuecomment-3146508306 -BuildRequires: %{python_module click < 8.2.2} # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 BuildRequires: %{python_module Babel >= 2.10} @@ -64,14 +61,11 @@ BuildRequires: python-rpm-macros # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21 Requires: python-Jinja2 >= 3.1 Requires: python-Markdown >= 3.4 +Requires: python-click Requires: python-mkdocs-material-extensions >= 1.1 Requires: python-pygments >= 2.16 Requires: python-pymdown-extensions >= 10.3 Requires: (python-mkdocs >= 1.6 with python-mkdocs < 2) -# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L36 -# Temporarily pin click until this is resolved in MkDocs, see -# https://github.com/mkdocs/mkdocs/issues/4014#issuecomment-3146508306 -Requires: python-click < 8.2.2 # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 Requires: python-Babel >= 2.10