Compare commits
77 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 75b9bb6394 | |||
| 1a3c9b87fe | |||
| d940abb1ef | |||
| 36d8504529 | |||
| 24e31a9bfe | |||
| 4e05664324 | |||
| e3c8bf94d3 | |||
| 42eb9342e8 | |||
| edf6b6ca99 | |||
| 340ab8cc29 | |||
| 796da37014 | |||
| 2a272665e3 | |||
| 091c0f2420 | |||
| 4b62850f43 | |||
| a1971d227c | |||
| 69b2456695 | |||
| 393f407c2a | |||
| 3a2826e1b0 | |||
| a7a6e27fff | |||
| af165c5996 | |||
| fd0bf0801c | |||
| ceb8172428 | |||
| 43b72ea483 | |||
| 0055018285 | |||
| 339816df87 | |||
| 3a90ea5fdb | |||
| 55c67a9243 | |||
| 21896f9253 | |||
| df5aeab9ec | |||
| 8572218aa2 | |||
| 0f488e7307 | |||
| 1e19513c47 | |||
| db65a1238a | |||
| eed8fea44b | |||
| 93427624c2 | |||
| 76d8f0b595 | |||
| c950f49c26 | |||
| c09c615fba | |||
| 14f69571c0 | |||
| 28f4f9f1ce | |||
| 32d2149cac | |||
| ae6ebbc23a | |||
| 9fe7ce94d8 | |||
| 7d81cf806b | |||
| 2411189701 | |||
| 48a479cc7c | |||
| 8132a112fc | |||
| d90ae74bfd | |||
| 56ee7d63a3 | |||
| 764e67109d | |||
| 1223e4650d | |||
| 1811c6c6ce | |||
| 3f972cc6ec | |||
| d2a27dba5a | |||
| adc3d3b195 | |||
| 2e05f33d18 | |||
| dbd152334a | |||
| 3d3ae4241b | |||
| ad44662081 | |||
| 406e9d0200 | |||
| 6359b04654 | |||
| 292d137270 | |||
| b1478f2355 | |||
| 6a058d84a9 | |||
| 453dd68392 | |||
| 43b9a8dff7 | |||
| 88c29a2057 | |||
| 4c78fe65a5 | |||
| 63ae635e75 | |||
| a048c38dee | |||
| 39337e6a8d | |||
| e0a567bf3e | |||
| 55289cf34d | |||
| 6a2ef0f0af | |||
| 4623122990 | |||
| 6f31c7c797 | |||
| 4a083856c7 |
3
mkdocs_material-9.6.18.tar.gz
Normal file
3
mkdocs_material-9.6.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2eb253bcc8b66f8c6eaf8379c10ed6e9644090c2e2e9d0971c7722dc7211c05
|
||||
size 4034856
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89601b8f2c3e6c6ee0a918cc3566cb201d40bf37c3cd3c2067e26fadb8cce2b8
|
||||
size 4094392
|
||||
@@ -1,91 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 11:59:00 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 9.7.1:
|
||||
* Updated requests to 2.30+ to mitigate CVE in urllib
|
||||
* Fixed privacy plugin not picking up protocol-relative URLs
|
||||
* Fixed #8542: false positives and negatives captured in privacy
|
||||
plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 10:17:05 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 9.7.0:
|
||||
**WARNING**
|
||||
Material for MkDocs is now in maintenance mode
|
||||
This is the last release of Material for MkDocs that will receive
|
||||
new features. Going forward, the Material for MkDocs team focuses
|
||||
on Zensical, a next-gen static site generator built from first
|
||||
principles. We will provide critical bug fixes and security
|
||||
updates for Material for MkDocs for 12 months at least.
|
||||
Read the full announcement on our blog
|
||||
https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/
|
||||
|
||||
This release includes all features that were previously exclusive
|
||||
to the Insiders edition. These features are now freely available
|
||||
to everyone.
|
||||
Note on deprecated plugins: The projects and typeset plugins are
|
||||
included in this release, but must be considered deprecated. Both
|
||||
plugins proved unsustainable to maintain and represent
|
||||
architectural dead ends. They are provided as-is without ongoing
|
||||
support.
|
||||
|
||||
Changes:
|
||||
* Added support for projects plugin (for compat, now deprecated)
|
||||
* Added support for typeset plugin (for compat, now deprecated)
|
||||
* Added support for pinned blog posts and author profiles
|
||||
* Added support for customizing pagination for blog index pages
|
||||
* Added support for customizing blog category sort order
|
||||
* Added support for staying on page when switching languages
|
||||
* Added support for disabling tags in table of contents
|
||||
* Added support for nested tags and shadow tags
|
||||
* Added support for footnote tooltips
|
||||
* Added support for instant previews
|
||||
* Added support for instant prefetching
|
||||
* Added support for custom social card layouts
|
||||
* Added support for custom social card background images
|
||||
* Added support for selectable rangs in code blocks
|
||||
* Added support for custom selectors for code annotations
|
||||
* Added support for configurable log level in privacy plugin
|
||||
* Added support for processing of external links in privacy
|
||||
plugin
|
||||
* Added support for automatic image optimization via optimize
|
||||
plugin
|
||||
* Added support for navigation paths (breadcrumbs)
|
||||
* Fixed #8519: Vector accents do not render when using KaTeX
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 06:24:20 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 9.6.23:
|
||||
* Updated Burmese translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 06:11:45 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 9.6.22:
|
||||
* Updated Georgian translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 08:06:34 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 9.6.21:
|
||||
* Updated Serbian translations
|
||||
* Fixed #8458: Temporary pin of click dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 18 07:50:53 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 9.6.20:
|
||||
- Fixed #8446: Deprecation warning as of Python 3.14 in Emoji
|
||||
extension
|
||||
- Fixed #8440: & character not escaped in search highlighting
|
||||
- Fixed #8439: FontAwesome icons color not set in social cards
|
||||
(regression)
|
||||
- update to 9.6.19:
|
||||
- Added support for Python 3.14
|
||||
- Updated Bahasa Malaysia translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 09:09:49 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-mkdocs-material
|
||||
Version: 9.7.1
|
||||
Version: 9.6.18
|
||||
Release: 0
|
||||
Summary: Material theme for mkdocs
|
||||
License: MIT
|
||||
@@ -43,30 +43,35 @@ 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 click}
|
||||
BuildRequires: %{python_module mkdocs >= 1.6 with %python-mkdocs < 2}
|
||||
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}
|
||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L36
|
||||
# Temporarily pin click until this is resolved in MkDocs, see
|
||||
# https://github.com/mkdocs/mkdocs/issues/4014#issuecomment-3146508306
|
||||
BuildRequires: %{python_module click < 8.2.2}
|
||||
# Requirements for plugins
|
||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
||||
BuildRequires: %{python_module Babel >= 2.10}
|
||||
BuildRequires: %{python_module backrefs >= 5.8}
|
||||
BuildRequires: %{python_module colorama >= 0.4}
|
||||
BuildRequires: %{python_module paginate >= 0.5}
|
||||
BuildRequires: %{python_module requests >= 2.3}
|
||||
BuildRequires: %{python_module requests >= 2.31}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# Requirements for core
|
||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
|
||||
Requires: python-Jinja2 >= 3.1
|
||||
Requires: python-Markdown >= 3.4
|
||||
Requires: python-click
|
||||
Requires: python-mkdocs-material-extensions >= 1.1
|
||||
Requires: python-pygments >= 2.16
|
||||
Requires: python-pymdown-extensions >= 10.3
|
||||
Requires: python-regex
|
||||
Requires: (python-mkdocs >= 1.6 with python-mkdocs < 2)
|
||||
Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2)
|
||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L36
|
||||
# Temporarily pin click until this is resolved in MkDocs, see
|
||||
# https://github.com/mkdocs/mkdocs/issues/4014#issuecomment-3146508306
|
||||
Requires: python-click < 8.2.2
|
||||
# Requirements for plugins
|
||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
||||
Requires: python-Babel >= 2.10
|
||||
|
||||
Reference in New Issue
Block a user