14
0

Accepting request 1266088 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1266088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mkdocs-material?expand=0&rev=84
This commit is contained in:
2025-04-02 15:10:17 +00:00
committed by Git OBS Bridge
4 changed files with 36 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b7f4a0145c5074cdd692e4362d232fb25ef5b23328d0ec1ab287af77cc0deff
size 3951595

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4872139715a1f27b2aa3f3dc31a9794b7bbf36333c0ba4607cf04786c94f89c
size 3948083

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Apr 1 08:03:18 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <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> Mon Mar 17 10:03:28 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-mkdocs-material Name: python-mkdocs-material
Version: 9.6.9 Version: 9.6.11
Release: 0 Release: 0
Summary: Material theme for mkdocs Summary: Material theme for mkdocs
License: MIT License: MIT