14
0

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
This commit is contained in:
2025-03-31 08:12:24 +00:00
committed by Git OBS Bridge
parent ceb8172428
commit af165c5996
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Mar 30 12:22:27 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>