Accepting request 1121289 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1121289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mkdocs-material?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2023-11-01 21:09:41 +00:00 committed by Git OBS Bridge
commit a5f4ccf2f5
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09665e60df7ee9e5ff3a54af173f6d45be718b1ee7dd962bcff3102b81fb0c14
size 3860164

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e704e001c9ef17291e1d3462c202425217601653e18f68f85d28eff4690e662b
size 3869400

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 30 07:26:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.4.7:
* Added Azerbaijani translations
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 14 18:59:01 UTC 2023 - Johannes Kastl <kastl@b1-systems.de> Sat Oct 14 18:59:01 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-mkdocs-material Name: python-mkdocs-material
Version: 9.4.6 Version: 9.4.7
Release: 0 Release: 0
Summary: Material theme for mkdocs Summary: Material theme for mkdocs
License: MIT License: MIT
@ -38,12 +38,13 @@ BuildRequires: %{python_module hatch_nodejs_version}
BuildRequires: %{python_module hatchling} BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module trove-classifiers >= 2023.10.18}
# Requirements for core # Requirements for core
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21 # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
BuildRequires: %{python_module Jinja2 >= 3.1} BuildRequires: %{python_module Jinja2 >= 3.1}
BuildRequires: %{python_module Markdown >= 3.4} BuildRequires: %{python_module Markdown >= 3.4}
BuildRequires: %{python_module mkdocs >= 1.5.3} 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 pygments >= 2.16}
BuildRequires: %{python_module pymdown-extensions >= 10.3} BuildRequires: %{python_module pymdown-extensions >= 10.3}
# Requirements for plugins # Requirements for plugins