diff --git a/mkdocs_material-9.6.18.tar.gz b/mkdocs_material-9.6.18.tar.gz deleted file mode 100644 index 4842a34..0000000 --- a/mkdocs_material-9.6.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2eb253bcc8b66f8c6eaf8379c10ed6e9644090c2e2e9d0971c7722dc7211c05 -size 4034856 diff --git a/mkdocs_material-9.6.20.tar.gz b/mkdocs_material-9.6.20.tar.gz new file mode 100644 index 0000000..c194d3e --- /dev/null +++ b/mkdocs_material-9.6.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f84d21ec5fb730673c4259b2e0d39f8d32a3fef613e3a8e7094b012d43e790 +size 4037822 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 8bfc648..db30903 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 18 07:50:53 UTC 2025 - Johannes Kastl + +- update to 9.6.20: + - Fixed #8446: Deprecation warning as of Python 3.14 in Emoji + extension + - Fixed #8440: & character not escaped in search highlighting + - Fixed #8439: FontAwesome icons color not set in social cards + (regression) +- update to 9.6.19: + - Added support for Python 3.14 + - Updated Bahasa Malaysia translations + ------------------------------------------------------------------- Fri Aug 22 09:09:49 UTC 2025 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index d58c82a..5c8831a 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.18 +Version: 9.6.20 Release: 0 Summary: Material theme for mkdocs License: MIT @@ -43,7 +43,7 @@ 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 mkdocs >= 1.5.3 with %python-mkdocs < 2} +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} @@ -67,7 +67,7 @@ Requires: python-Markdown >= 3.4 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) +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