From 36d8504529ee004e195bcc30157415c743fcf51dd8ae60873a26ce50b79e7ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 20 Aug 2025 08:36:28 +0000 Subject: [PATCH] update to 9.6.17 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=192 --- mkdocs_material-9.6.16.tar.gz | 3 --- mkdocs_material-9.6.17.tar.gz | 3 +++ python-mkdocs-material.changes | 8 ++++++++ python-mkdocs-material.spec | 12 ++++++++++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 mkdocs_material-9.6.16.tar.gz create mode 100644 mkdocs_material-9.6.17.tar.gz diff --git a/mkdocs_material-9.6.16.tar.gz b/mkdocs_material-9.6.16.tar.gz deleted file mode 100644 index 65f70a1..0000000 --- a/mkdocs_material-9.6.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d07011df4a5c02ee0877496d9f1bfc986cfb93d964799b032dd99fe34c0e9d19 -size 4028828 diff --git a/mkdocs_material-9.6.17.tar.gz b/mkdocs_material-9.6.17.tar.gz new file mode 100644 index 0000000..cff4df3 --- /dev/null +++ b/mkdocs_material-9.6.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ae7aec72a3f9f501a70be3fbd329c96ff5f5a385b67a1563e5ed5ce064affe +size 4032898 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index dd1fddf..8829a5f 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 20 08:18:45 UTC 2025 - Johannes Kastl + +- update to 9.6.17: + * Fixed #8396: Videos do not autoplay when inside a content tab + * Fixed #8394: Stroke width not effective in Mermaid.js diagrams + * Fixed disappearing version selector when hiding page title + ------------------------------------------------------------------- Mon Jul 28 05:32:13 UTC 2025 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index c43caea..9e339f4 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -1,7 +1,7 @@ # # spec file for package python-mkdocs-material # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.6.16 +Version: 9.6.17 Release: 0 Summary: Material theme for mkdocs License: MIT @@ -47,6 +47,10 @@ BuildRequires: %{python_module mkdocs >= 1.5.3 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,6 +68,10 @@ Requires: python-mkdocs-material-extensions >= 1.1 Requires: python-pygments >= 2.16 Requires: python-pymdown-extensions >= 10.3 Requires: (python-mkdocs >= 1.5.3 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