diff --git a/mkdocs_material-9.3.2.tar.gz b/mkdocs_material-9.3.2.tar.gz deleted file mode 100644 index 174e84e..0000000 --- a/mkdocs_material-9.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b3a35a7731af02d70d120224fcec053ce09bebbf83dff3366ab72abc4d5fc89 -size 3832199 diff --git a/mkdocs_material-9.4.1.tar.gz b/mkdocs_material-9.4.1.tar.gz new file mode 100644 index 0000000..4d6f4c9 --- /dev/null +++ b/mkdocs_material-9.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1495273cfce13ab52bcfcc49fa6fac779ae75818dfe566ed149d9d3aea7d8439 +size 3833127 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index a42d377..f741b1e 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Sep 22 14:25:31 UTC 2023 - Johannes Kastl + +- 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 + +- 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 + ------------------------------------------------------------------- Tue Sep 19 07:14:39 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 82e02b7..d17532e 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.3.2 +Version: 9.4.1 Release: 0 Summary: Material theme for mkdocs License: MIT @@ -42,13 +42,15 @@ BuildRequires: %{python_module setuptools} # 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-pygments >= 2.16 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