14
0
2025-08-20 08:36:28 +00:00
committed by Git OBS Bridge
parent 4e05664324
commit 36d8504529
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d07011df4a5c02ee0877496d9f1bfc986cfb93d964799b032dd99fe34c0e9d19
size 4028828

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48ae7aec72a3f9f501a70be3fbd329c96ff5f5a385b67a1563e5ed5ce064affe
size 4032898

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 20 08:18:45 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de> Mon Jul 28 05:32:13 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-mkdocs-material # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-mkdocs-material Name: python-mkdocs-material
Version: 9.6.16 Version: 9.6.17
Release: 0 Release: 0
Summary: Material theme for mkdocs Summary: Material theme for mkdocs
License: MIT 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 mkdocs-material-extensions >= 1.3}
BuildRequires: %{python_module pygments >= 2.16} BuildRequires: %{python_module pygments >= 2.16}
BuildRequires: %{python_module pymdown-extensions >= 10.3} 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 # Requirements for plugins
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
BuildRequires: %{python_module Babel >= 2.10} BuildRequires: %{python_module Babel >= 2.10}
@@ -64,6 +68,10 @@ Requires: python-mkdocs-material-extensions >= 1.1
Requires: python-pygments >= 2.16 Requires: python-pygments >= 2.16
Requires: python-pymdown-extensions >= 10.3 Requires: python-pymdown-extensions >= 10.3
Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2) 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 # Requirements for plugins
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
Requires: python-Babel >= 2.10 Requires: python-Babel >= 2.10