From 21896f9253240b65287ea267b5bc5832693ff0775668ca24d6c11a6844cece9d Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Mon, 3 Mar 2025 07:30:12 +0000 Subject: [PATCH 1/3] Accepting request 1249374 from home:ojkastl_buildservice:Branch_devel_languages_python update to 9.6.6 OBS-URL: https://build.opensuse.org/request/show/1249374 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=168 --- mkdocs_material-9.6.5.tar.gz | 3 --- mkdocs_material-9.6.6.tar.gz | 3 +++ python-mkdocs-material.changes | 9 +++++++++ python-mkdocs-material.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 mkdocs_material-9.6.5.tar.gz create mode 100644 mkdocs_material-9.6.6.tar.gz diff --git a/mkdocs_material-9.6.5.tar.gz b/mkdocs_material-9.6.5.tar.gz deleted file mode 100644 index 9ba970f..0000000 --- a/mkdocs_material-9.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b714679a8c91b0ffe2188e11ed58c44d2523e9c2ae26a29cc652fa7478faa21f -size 3946479 diff --git a/mkdocs_material-9.6.6.tar.gz b/mkdocs_material-9.6.6.tar.gz new file mode 100644 index 0000000..cfef324 --- /dev/null +++ b/mkdocs_material-9.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06141bd720b0b235829bd59e8afc11d5587c35ae7fc340612d2b3f554e6a69d8 +size 3947396 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 1a35929..7d0d8cc 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 1 10:41:02 UTC 2025 - Johannes Kastl + +- update ot 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 diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index fdc2f27..8502757 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.6.5 +Version: 9.6.6 Release: 0 Summary: Material theme for mkdocs License: MIT From 55c67a9243fde68c4144db73782b95ab1ae96f6a8ba97d116ff10a120d8a1db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 5 Mar 2025 10:55:53 +0000 Subject: [PATCH 2/3] Accepting request 1249837 from home:nkrapp:branches:devel:languages:python - Add missing dependency for plugins Depends on https://build.opensuse.org/requests/1249835 OBS-URL: https://build.opensuse.org/request/show/1249837 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=169 --- python-mkdocs-material.changes | 5 +++++ python-mkdocs-material.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 7d0d8cc..f9ca39b 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 3 14:56:12 UTC 2025 - Nico Krapp + +- Add missing dependency for plugins + ------------------------------------------------------------------- Sat Mar 1 10:41:02 UTC 2025 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 8502757..26ed0e8 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -50,6 +50,7 @@ BuildRequires: %{python_module pymdown-extensions >= 10.3} # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 BuildRequires: %{python_module Babel >= 2.10} +BuildRequires: %{python_module backrefs} BuildRequires: %{python_module colorama >= 0.4} BuildRequires: %{python_module paginate >= 0.5} BuildRequires: %{python_module regex => 2023.8} @@ -67,6 +68,7 @@ Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2) # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 Requires: python-Babel >= 2.10 +Requires: python-backrefs Requires: python-colorama >= 0.4 Requires: python-paginate >= 0.5 Requires: python-regex => 2023.8 From 3a90ea5fdb2ac53c3e9dc96b547c95c4035d564ab2d11b028876de2277d828ca Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 5 Mar 2025 13:06:59 +0000 Subject: [PATCH 3/3] Accepting request 1250412 from home:ojkastl_buildservice:Branch_devel_languages_python update to 9.6.7 OBS-URL: https://build.opensuse.org/request/show/1250412 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=170 --- mkdocs_material-9.6.6.tar.gz | 3 --- mkdocs_material-9.6.7.tar.gz | 3 +++ python-mkdocs-material.changes | 11 ++++++++++- python-mkdocs-material.spec | 8 +++----- 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 mkdocs_material-9.6.6.tar.gz create mode 100644 mkdocs_material-9.6.7.tar.gz diff --git a/mkdocs_material-9.6.6.tar.gz b/mkdocs_material-9.6.6.tar.gz deleted file mode 100644 index cfef324..0000000 --- a/mkdocs_material-9.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06141bd720b0b235829bd59e8afc11d5587c35ae7fc340612d2b3f554e6a69d8 -size 3947396 diff --git a/mkdocs_material-9.6.7.tar.gz b/mkdocs_material-9.6.7.tar.gz new file mode 100644 index 0000000..336daaa --- /dev/null +++ b/mkdocs_material-9.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2c1fceb9410056c2d91f334a00cdea3215c28750e00c691c1e46b2a33309b4 +size 3947458 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index f9ca39b..02eb4e1 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 5 10:30:07 UTC 2025 - Johannes Kastl + +- 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 @@ -6,7 +15,7 @@ Mon Mar 3 14:56:12 UTC 2025 - Nico Krapp ------------------------------------------------------------------- Sat Mar 1 10:41:02 UTC 2025 - Johannes Kastl -- update ot 9.6.6: +- 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 diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 26ed0e8..69c306f 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.6.6 +Version: 9.6.7 Release: 0 Summary: Material theme for mkdocs License: MIT @@ -50,10 +50,9 @@ BuildRequires: %{python_module pymdown-extensions >= 10.3} # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 BuildRequires: %{python_module Babel >= 2.10} -BuildRequires: %{python_module backrefs} +BuildRequires: %{python_module backrefs >= 5.7.post1} BuildRequires: %{python_module colorama >= 0.4} BuildRequires: %{python_module paginate >= 0.5} -BuildRequires: %{python_module regex => 2023.8} BuildRequires: %{python_module requests >= 2.31} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -68,10 +67,9 @@ Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2) # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 Requires: python-Babel >= 2.10 -Requires: python-backrefs +Requires: python-backrefs >= 5.7.post1 Requires: python-colorama >= 0.4 Requires: python-paginate >= 0.5 -Requires: python-regex => 2023.8 Requires: python-requests >= 2.31 BuildArch: noarch