14
0

Accepting request 1305751 from devel:languages:python

Forwarded request #1305704 from ojkastl_buildservice

update to 9.6.20

OBS-URL: https://build.opensuse.org/request/show/1305751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mkdocs-material?expand=0&rev=93
This commit is contained in:
2025-09-18 19:11:36 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 18 07:50:53 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 9.6.20:
- Fixed #8446: Deprecation warning as of Python 3.14 in Emoji
extension
- Fixed #8440: & character not escaped in search highlighting
- Fixed #8439: FontAwesome icons color not set in social cards
(regression)
- update to 9.6.19:
- Added support for Python 3.14
- Updated Bahasa Malaysia translations
-------------------------------------------------------------------
Fri Aug 22 09:09:49 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-mkdocs-material
Version: 9.6.18
Version: 9.6.20
Release: 0
Summary: Material theme for mkdocs
License: MIT
@@ -43,7 +43,7 @@ BuildRequires: %{python_module trove-classifiers >= 2023.10.18}
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
BuildRequires: %{python_module Jinja2 >= 3.1}
BuildRequires: %{python_module Markdown >= 3.4}
BuildRequires: %{python_module mkdocs >= 1.5.3 with %python-mkdocs < 2}
BuildRequires: %{python_module mkdocs >= 1.6 with %python-mkdocs < 2}
BuildRequires: %{python_module mkdocs-material-extensions >= 1.3}
BuildRequires: %{python_module pygments >= 2.16}
BuildRequires: %{python_module pymdown-extensions >= 10.3}
@@ -67,7 +67,7 @@ Requires: python-Markdown >= 3.4
Requires: python-mkdocs-material-extensions >= 1.1
Requires: python-pygments >= 2.16
Requires: python-pymdown-extensions >= 10.3
Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2)
Requires: (python-mkdocs >= 1.6 with python-mkdocs < 2)
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L36
# Temporarily pin click until this is resolved in MkDocs, see
# https://github.com/mkdocs/mkdocs/issues/4014#issuecomment-3146508306