forked from pool/python-mkdocs-material
Accepting request 1250419 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1250419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mkdocs-material?expand=0&rev=81
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b714679a8c91b0ffe2188e11ed58c44d2523e9c2ae26a29cc652fa7478faa21f
|
|
||||||
size 3946479
|
|
3
mkdocs_material-9.6.7.tar.gz
Normal file
3
mkdocs_material-9.6.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e2c1fceb9410056c2d91f334a00cdea3215c28750e00c691c1e46b2a33309b4
|
||||||
|
size 3947458
|
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 5 10:30:07 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 9.6.7:
|
||||||
|
* Fixed #8056: Error in backrefs implementation (9.6.6
|
||||||
|
regression)
|
||||||
|
* Fixed #8054: Unescaped quotes in ARIA labels of table of
|
||||||
|
contents
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 3 14:56:12 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Add missing dependency for plugins
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 1 10:41:02 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 9.6.6:
|
||||||
|
* Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5
|
||||||
|
regression)
|
||||||
|
* Fixed #8031: Replace unmtaintained regex package in search
|
||||||
|
plugin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 20 08:56:56 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Thu Feb 20 08:56:56 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-mkdocs-material
|
Name: python-mkdocs-material
|
||||||
Version: 9.6.5
|
Version: 9.6.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Material theme for mkdocs
|
Summary: Material theme for mkdocs
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -50,9 +50,9 @@ BuildRequires: %{python_module pymdown-extensions >= 10.3}
|
|||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
||||||
BuildRequires: %{python_module Babel >= 2.10}
|
BuildRequires: %{python_module Babel >= 2.10}
|
||||||
|
BuildRequires: %{python_module backrefs >= 5.7.post1}
|
||||||
BuildRequires: %{python_module colorama >= 0.4}
|
BuildRequires: %{python_module colorama >= 0.4}
|
||||||
BuildRequires: %{python_module paginate >= 0.5}
|
BuildRequires: %{python_module paginate >= 0.5}
|
||||||
BuildRequires: %{python_module regex => 2023.8}
|
|
||||||
BuildRequires: %{python_module requests >= 2.31}
|
BuildRequires: %{python_module requests >= 2.31}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -67,9 +67,9 @@ Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2)
|
|||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
||||||
Requires: python-Babel >= 2.10
|
Requires: python-Babel >= 2.10
|
||||||
|
Requires: python-backrefs >= 5.7.post1
|
||||||
Requires: python-colorama >= 0.4
|
Requires: python-colorama >= 0.4
|
||||||
Requires: python-paginate >= 0.5
|
Requires: python-paginate >= 0.5
|
||||||
Requires: python-regex => 2023.8
|
|
||||||
Requires: python-requests >= 2.31
|
Requires: python-requests >= 2.31
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Reference in New Issue
Block a user