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