14
0

Accepting request 1308344 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1308344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mkdocs-material?expand=0&rev=94
This commit is contained in:
2025-10-01 16:57:17 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 1 08:06:34 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 9.6.21:
* Updated Serbian translations
* Fixed #8458: Temporary pin of click dependency
-------------------------------------------------------------------
Thu Sep 18 07:50:53 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.20
Version: 9.6.21
Release: 0
Summary: Material theme for mkdocs
License: MIT
@@ -43,14 +43,11 @@ 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 click}
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}
# 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
BuildRequires: %{python_module click < 8.2.2}
# Requirements for plugins
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
BuildRequires: %{python_module Babel >= 2.10}
@@ -64,14 +61,11 @@ BuildRequires: python-rpm-macros
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
Requires: python-Jinja2 >= 3.1
Requires: python-Markdown >= 3.4
Requires: python-click
Requires: python-mkdocs-material-extensions >= 1.1
Requires: python-pygments >= 2.16
Requires: python-pymdown-extensions >= 10.3
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
Requires: python-click < 8.2.2
# Requirements for plugins
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
Requires: python-Babel >= 2.10