From 5e6f4c3b178b34c233529bbed863ced6b61fb346759f3ed52618854fbd1473a6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 30 Oct 2023 18:47:10 +0000 Subject: [PATCH] Accepting request 1121287 from home:ojkastl_buildservice:Branch_devel_languages_python update to 9.4.7 OBS-URL: https://build.opensuse.org/request/show/1121287 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=58 --- mkdocs_material-9.4.6.tar.gz | 3 --- mkdocs_material-9.4.7.tar.gz | 3 +++ python-mkdocs-material.changes | 6 ++++++ python-mkdocs-material.spec | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 mkdocs_material-9.4.6.tar.gz create mode 100644 mkdocs_material-9.4.7.tar.gz diff --git a/mkdocs_material-9.4.6.tar.gz b/mkdocs_material-9.4.6.tar.gz deleted file mode 100644 index d72f79f..0000000 --- a/mkdocs_material-9.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09665e60df7ee9e5ff3a54af173f6d45be718b1ee7dd962bcff3102b81fb0c14 -size 3860164 diff --git a/mkdocs_material-9.4.7.tar.gz b/mkdocs_material-9.4.7.tar.gz new file mode 100644 index 0000000..c97f880 --- /dev/null +++ b/mkdocs_material-9.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e704e001c9ef17291e1d3462c202425217601653e18f68f85d28eff4690e662b +size 3869400 diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 3683593..b17a24b 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 30 07:26:10 UTC 2023 - Johannes Kastl + +- update to 9.4.7: + * Added Azerbaijani translations + ------------------------------------------------------------------- Sat Oct 14 18:59:01 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index be012a9..f90e644 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.4.6 +Version: 9.4.7 Release: 0 Summary: Material theme for mkdocs License: MIT @@ -38,12 +38,13 @@ BuildRequires: %{python_module hatch_nodejs_version} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module trove-classifiers >= 2023.10.18} # Requirements for core # 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-material-extensions >= 1.2} +BuildRequires: %{python_module mkdocs-material-extensions >= 1.3} BuildRequires: %{python_module pygments >= 2.16} BuildRequires: %{python_module pymdown-extensions >= 10.3} # Requirements for plugins