Accepting request 1137414 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 9.5.3 OBS-URL: https://build.opensuse.org/request/show/1137414 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=78
This commit is contained in:
parent
4310870a50
commit
469217ec6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca8b9cd2b3be53e858e5a1a45ac9668bd78d95d77a30288bb5ebc1a31db6184c
|
||||
size 3942291
|
3
mkdocs_material-9.5.3.tar.gz
Normal file
3
mkdocs_material-9.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5899219f422f0a6de784232d9d40374416302ffae3c160cacc72969fcc1ee372
|
||||
size 3969862
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 7 18:23:14 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
@ -326,7 +336,7 @@ Wed Sep 6 15:01:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
- 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user