Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mkdocs-material for openSUSE:Factory checked in at 2023-09-26 22:01:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mkdocs-material (Old) and /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mkdocs-material" Tue Sep 26 22:01:18 2023 rev:22 rq:1113439 version:9.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mkdocs-material/python-mkdocs-material.changes 2023-09-20 13:31:49.116296537 +0200 +++ /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.1770/python-mkdocs-material.changes 2023-09-26 22:10:13.682945946 +0200 @@ -1,0 +2,47 @@ +Mon Sep 25 09:08:23 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 9.4.2: + * Updated Slovenian translations + * Added animation to sidebar navigation expansion and collapse + * Added support for auto-replacement of document head for instant + navigation + * Improved compatibility of new emoji extension with Python < + 3.10 + * Switched regex dependency to use minimal version + * Refactored alignment and spacing of sidebar navigation + * Fixed expansion button not focusable via keyboard in sidebar + navigation + * Fixed viewport offset restoration on first load when using + instant navigation + * Fixed accidental highlight of non-clickable elements in blog + plugin sidebar + * Fixed #6041: Blog plugin crashes when `nav` is defined and blog + not included + * Fixed #5972: Blog plugin ignores section index pages in + paginated views + * Fixed #5954: Repeated click on anchor ignored when using + instant navigation + * Fixed #5742: Keyboard navigation broken when using instant + navigation + +------------------------------------------------------------------- +Fri Sep 22 14:25:31 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 9.4.1: + * Improved colors and contrast in dark mode + * Improved admonition borders to match font weight + * Switched content tabs to neutral color + +------------------------------------------------------------------- +Fri Sep 22 05:36:43 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 9.4.0: + * Added Belarusian translations + * Added version info to entrypoint of package + * Added emoji extension as a replacement for materialx + * Improved slate color scheme (dark mode) - now even darker + * Restructured project to improve development experience + * Updated MkDocs to 1.5.3 + * Fixed #3890: Development mode crash on Linux + +------------------------------------------------------------------- Old: ---- mkdocs_material-9.3.2.tar.gz New: ---- mkdocs_material-9.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mkdocs-material.spec ++++++ --- /var/tmp/diff_new_pack.WpNTgM/_old 2023-09-26 22:10:15.507011814 +0200 +++ /var/tmp/diff_new_pack.WpNTgM/_new 2023-09-26 22:10:15.507011814 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.3.2 +Version: 9.4.2 Release: 0 Summary: Material theme for mkdocs License: MIT @@ -42,13 +42,15 @@ # 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} -BuildRequires: %{python_module mkdocs-material-extensions >= 1.1} +BuildRequires: %{python_module mkdocs >= 1.5.3} +BuildRequires: %{python_module mkdocs-material-extensions >= 1.2} BuildRequires: %{python_module pygments >= 2.16} 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 colorama >= 0.4} +BuildRequires: %{python_module paginate >= 0.5} BuildRequires: %{python_module regex => 2023.8} BuildRequires: %{python_module requests >= 2.31} BuildRequires: fdupes @@ -63,7 +65,9 @@ Requires: python-pymdown-extensions >= 10.3 # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 +Requires: python-Babel >= 2.10 Requires: python-colorama >= 0.4 +Requires: python-paginate >= 0.5 Requires: python-regex => 2023.8 Requires: python-requests >= 2.31 ++++++ mkdocs_material-9.3.2.tar.gz -> mkdocs_material-9.4.2.tar.gz ++++++ ++++ 177884 lines of diff (skipped)