diff --git a/mkdocs_material-9.6.11.tar.gz b/mkdocs_material-9.6.11.tar.gz new file mode 100644 index 0000000..2f3a310 --- /dev/null +++ b/mkdocs_material-9.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7f4a0145c5074cdd692e4362d232fb25ef5b23328d0ec1ab287af77cc0deff +size 3951595 diff --git a/mkdocs_material-9.6.9.tar.gz b/mkdocs_material-9.6.9.tar.gz deleted file mode 100644 index 7e4c9cc..0000000 --- a/mkdocs_material-9.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4872139715a1f27b2aa3f3dc31a9794b7bbf36333c0ba4607cf04786c94f89c -size 3948083 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 84b3025..1493732 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Apr 1 08:03:18 UTC 2025 - Johannes Kastl + +- update to 9.6.11: + * Updated Docker image to latest Alpine Linux + * Bump required Jinja version to 3.1 + * Fixed #8133: Jinja filter items not available (9.6.10 regression) + * Fixed #8128: Search plugin not entirely disabled via enabled + setting + +------------------------------------------------------------------- +Sun Mar 30 12:22:27 UTC 2025 - Johannes Kastl + +- update to 9.6.10: + This version is a pure refactoring release, and does not contain + new features or bug fixes. It strives to improve the + compatibility of our templates with alternative Jinja-like + template engines that we're currently exploring, including + minijinja. + Additionally, it replaces several instances of Python function + invocations with idiomatic use of template filters. All instances + where variables have been mutated inside templates have been + replaced. Most changes have been made in partials, and only a few + in blocks, and all of them are fully backward compatible, so no + changes to overrides are necessary. + Note that this release does not replace the Jinja template engine + with minijinja. However, our templates are now 99% compatible + with minijinja, which means we can explore alternative + Jinja-compatible implementations. Additionally, immutability and + removal of almost all Python function invocations means much more + idiomatic templating. + ------------------------------------------------------------------- Mon Mar 17 10:03:28 UTC 2025 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 35df5c6..17f3b43 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.9 +Version: 9.6.11 Release: 0 Summary: Material theme for mkdocs License: MIT