forked from pool/python-mkdocs-material
Compare commits
90 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 41b4b8874a | |||
| 139e03b59a | |||
| 6b442a1f01 | |||
| c04cc99b07 | |||
| e1c9513569 | |||
| 448b535d00 | |||
| 6f2bcfce85 | |||
| 45c6c57214 | |||
| fe982f88b2 | |||
| 30a523c9d6 | |||
| 6d6e715aa5 | |||
| a7a41d3481 | |||
| 547a4a8815 | |||
| 998af6eef6 | |||
| c2b99fd738 | |||
| 7021e3e657 | |||
| 0b07ad239e | |||
| 6aff9b287d | |||
| 2ed465bae9 | |||
| 80f60a92c8 | |||
| 74507b3e99 | |||
| 917f686751 | |||
| f813129dfe | |||
| f03196d433 | |||
| 41d0613c64 | |||
| 1ef0ee0aa2 | |||
| c82a2f438b | |||
| 5f36c0099a | |||
| 560f50c395 | |||
| 3c58407473 | |||
| 55dab89c67 | |||
| 1272cbab77 | |||
| 3629958021 | |||
| 4cb9e8a6d7 | |||
| e19f1c44ff | |||
| 4271377d87 | |||
| d0bdeee173 | |||
| 3ee3e94d0d | |||
| 5038c4831e | |||
| 40bf005c66 | |||
| 7081667ff5 | |||
| 83f5b69d9c | |||
| 5123d3926c | |||
| a319a495b7 | |||
| 047cd02241 | |||
| 3e8eb18e26 | |||
| a8207dd5e2 | |||
| b1296f5e7f | |||
| c75f9ebd13 | |||
| 4f508daee0 | |||
| 39e70bdc1c | |||
| cbc03e61cd | |||
| 259cbb7469 | |||
| 298ab3dd7b | |||
| 2f94256717 | |||
| 652c77034f | |||
| 1629d0501c | |||
| da87ced230 | |||
| c3f429c1a1 | |||
| b3bf43c057 | |||
| a895ebf9ef | |||
| 861f0da1d5 | |||
| 871c3617d2 | |||
| 62de57e69f | |||
| 699a997e7e | |||
| 9a25c5c31f | |||
| b9543346e0 | |||
| ee62292fff | |||
| 92ee367afa | |||
| 14cbe70167 | |||
| 0de3d3c5c4 | |||
| 9566d18265 | |||
| f9adbb6004 | |||
| 72b70adfdc | |||
| 6aa686368d | |||
| 36e0bae611 | |||
| c9893e58c7 | |||
| a77154b162 | |||
| 0b6f70a327 | |||
| 3e215592c5 | |||
| e901ccf38f | |||
| 19f9923e5f | |||
| 0b81183fd4 | |||
| a6195d2e41 | |||
| 7bb754b915 | |||
| d90a545036 | |||
| 758fa29be9 | |||
| 452665b720 | |||
| a11c18b965 | |||
| cd9682f9ba |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2eb253bcc8b66f8c6eaf8379c10ed6e9644090c2e2e9d0971c7722dc7211c05
|
||||
size 4034856
|
||||
3
mkdocs_material-9.7.1.tar.gz
Normal file
3
mkdocs_material-9.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89601b8f2c3e6c6ee0a918cc3566cb201d40bf37c3cd3c2067e26fadb8cce2b8
|
||||
size 4094392
|
||||
@@ -1,3 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
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.6.18
|
||||
Version: 9.7.1
|
||||
Release: 0
|
||||
Summary: Material theme for mkdocs
|
||||
License: MIT
|
||||
@@ -43,35 +43,30 @@ 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 with %python-mkdocs < 2}
|
||||
BuildRequires: %{python_module click}
|
||||
BuildRequires: %{python_module mkdocs >= 1.6 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.31}
|
||||
BuildRequires: %{python_module requests >= 2.3}
|
||||
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-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
|
||||
Requires: python-regex
|
||||
Requires: (python-mkdocs >= 1.6 with python-mkdocs < 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