From af165c5996bc67323a5976c4385ad05834ac246f500421455801d42e2b63569d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 31 Mar 2025 08:12:24 +0000 Subject: [PATCH] Accepting request 1265587 from home:ojkastl_buildservice:Branch_devel_languages_python update to 9.6.10 OBS-URL: https://build.opensuse.org/request/show/1265587 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=176 --- mkdocs_material-9.6.10.tar.gz | 3 +++ mkdocs_material-9.6.9.tar.gz | 3 --- python-mkdocs-material.changes | 22 ++++++++++++++++++++++ python-mkdocs-material.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 mkdocs_material-9.6.10.tar.gz delete mode 100644 mkdocs_material-9.6.9.tar.gz diff --git a/mkdocs_material-9.6.10.tar.gz b/mkdocs_material-9.6.10.tar.gz new file mode 100644 index 0000000..bf5b825 --- /dev/null +++ b/mkdocs_material-9.6.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a453c1f24f34fcf1f53680c03d2c1421b52ce5247f4468153c87a70cd5f1fc +size 3951725 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..50917b8 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +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..fd66477 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.10 Release: 0 Summary: Material theme for mkdocs License: MIT