diff --git a/mkdocs_material-9.5.2.tar.gz b/mkdocs_material-9.5.2.tar.gz deleted file mode 100644 index efd8193..0000000 --- a/mkdocs_material-9.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca8b9cd2b3be53e858e5a1a45ac9668bd78d95d77a30288bb5ebc1a31db6184c -size 3942291 diff --git a/mkdocs_material-9.5.3.tar.gz b/mkdocs_material-9.5.3.tar.gz new file mode 100644 index 0000000..5c2d304 --- /dev/null +++ b/mkdocs_material-9.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5899219f422f0a6de784232d9d40374416302ffae3c160cacc72969fcc1ee372 +size 3969862 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 04170f6..0981a0c 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 7 18:23:14 UTC 2024 - Johannes Kastl + +- update to 9.5.3: + * Limited version range of MkDocs to < 1.6 + * Updated Macedonian translations + * Fixed #6520: Group plugin crashes when using mike + * Fixed #6494: Hide author's email address if disabled in + git-authors plugin + ------------------------------------------------------------------- Mon Dec 11 17:44:53 UTC 2023 - Johannes Kastl @@ -326,7 +336,7 @@ Wed Sep 6 15:01:52 UTC 2023 - Johannes Kastl - Improved clarity of `site_url` warning in social plugin - Improved blog plugin to automatically setup directory structure - - Switched info plugin to `importlib` to mitigate deprecations + - Switched info plugin to `importlib` to mitigate deprecations - Automatically download ResizeObserver polyfill when necessary - Automatically add iframe-worker polyfill when necessary in offline plugin diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 971412e..b12566e 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -1,7 +1,7 @@ # # spec file for package python-mkdocs-material # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.5.2 +Version: 9.5.3 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} +BuildRequires: %{python_module mkdocs >= 1.5.3 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} @@ -60,10 +60,10 @@ 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-mkdocs >= 1.5 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) # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 Requires: python-Babel >= 2.10