Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mkdocs-material for 
openSUSE:Factory checked in at 2026-02-20 17:41:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mkdocs-material (Old)
 and      /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mkdocs-material"

Fri Feb 20 17:41:54 2026 rev:99 rq:1333966 version:9.7.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-mkdocs-material/python-mkdocs-material.changes
    2025-12-19 16:49:51.235928429 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mkdocs-material.new.1977/python-mkdocs-material.changes
  2026-02-20 17:43:49.822418473 +0100
@@ -1,0 +2,9 @@
+Thu Feb 19 07:04:33 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- update to 9.7.2:
+  * Opened up version ranges of optional dependencies for
+    forward-compatibility
+  * Added warning to mkdocs build about impending MkDocs 2.0
+    incompatibility (doesn't affect strict mode)
+
+-------------------------------------------------------------------

Old:
----
  mkdocs_material-9.7.1.tar.gz

New:
----
  mkdocs_material-9.7.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mkdocs-material.spec ++++++
--- /var/tmp/diff_new_pack.hHTshP/_old  2026-02-20 17:43:51.078471266 +0100
+++ /var/tmp/diff_new_pack.hHTshP/_new  2026-02-20 17:43:51.082471434 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mkdocs-material
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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.7.1
+Version:        9.7.2
 Release:        0
 Summary:        Material theme for mkdocs
 License:        MIT

++++++ mkdocs_material-9.7.1.tar.gz -> mkdocs_material-9.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.1/PKG-INFO 
new/mkdocs_material-9.7.2/PKG-INFO
--- old/mkdocs_material-9.7.1/PKG-INFO  2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/PKG-INFO  2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: mkdocs-material
-Version: 9.7.1
+Version: 9.7.2
 Summary: Documentation that simply works
 Project-URL: Homepage, https://squidfunk.github.io/mkdocs-material/
 Project-URL: Bug Tracker, https://github.com/squidfunk/mkdocs-material/issues
@@ -31,15 +31,15 @@
 Requires-Dist: pymdown-extensions>=10.2
 Requires-Dist: requests>=2.30
 Provides-Extra: git
-Requires-Dist: mkdocs-git-committers-plugin-2<3,>=1.1; extra == 'git'
-Requires-Dist: mkdocs-git-revision-date-localized-plugin>=1.2.4,~=1.2; extra 
== 'git'
+Requires-Dist: mkdocs-git-committers-plugin-2>=1.1; extra == 'git'
+Requires-Dist: mkdocs-git-revision-date-localized-plugin>=1.2.4; extra == 'git'
 Provides-Extra: imaging
-Requires-Dist: cairosvg~=2.6; extra == 'imaging'
-Requires-Dist: pillow<12.0,>=10.2; extra == 'imaging'
+Requires-Dist: cairosvg>=2.6; extra == 'imaging'
+Requires-Dist: pillow>=10.2; extra == 'imaging'
 Provides-Extra: recommended
-Requires-Dist: mkdocs-minify-plugin~=0.7; extra == 'recommended'
-Requires-Dist: mkdocs-redirects~=1.2; extra == 'recommended'
-Requires-Dist: mkdocs-rss-plugin~=1.6; extra == 'recommended'
+Requires-Dist: mkdocs-minify-plugin>=0.7; extra == 'recommended'
+Requires-Dist: mkdocs-redirects>=1.2; extra == 'recommended'
+Requires-Dist: mkdocs-rss-plugin>=1.6; extra == 'recommended'
 Description-Content-Type: text/markdown
 
 <p align="center">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.1/material/__init__.py 
new/mkdocs_material-9.7.2/material/__init__.py
--- old/mkdocs_material-9.7.1/material/__init__.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/__init__.py      2020-02-02 
01:00:00.000000000 +0100
@@ -18,4 +18,4 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-__version__ = "9.7.1"
+__version__ = "9.7.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.1/material/plugins/__init__.py 
new/mkdocs_material-9.7.2/material/plugins/__init__.py
--- old/mkdocs_material-9.7.1/material/plugins/__init__.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/plugins/__init__.py      2020-02-02 
01:00:00.000000000 +0100
@@ -17,3 +17,18 @@
 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
+
+from os import getenv
+from colorama import Fore, Style
+
+# Silence this warning with NO_MKDOCS_2_WARNING=1
+if not getenv("NO_MKDOCS_2_WARNING"):
+    print("")
+    print(f"{Fore.RED} │ ⚠ WARNING – MkDocs 2.0 is incompatible with Material 
for MkDocs{Style.RESET_ALL}")
+    print(f"{Fore.RED} │ {Style.RESET_ALL}")
+    print(f"{Fore.RED} │ {Style.RESET_ALL}  MkDocs 1.x is unmaintained. We 
recommend switching to Zensical, our")
+    print(f"{Fore.RED} │ {Style.RESET_ALL}  new static site generator, as soon 
as possible. We're providing an")
+    print(f"{Fore.RED} │ {Style.RESET_ALL}  analysis of the situation in this 
article:")
+    print(f"{Fore.RED} │ {Style.RESET_ALL}  ")
+    print(f"{Fore.RED} │ {Style.RESET_ALL}  
\033[4mhttps://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/{Style.RESET_ALL}";)
+    print(f"{Style.RESET_ALL}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/bitsy.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/bitsy.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/bitsy.svg        
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/bitsy.svg        
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M17.143 
12v10.29h-3.429v-3.43H6.857v3.43H3.43v-6.86H0V1.71h3.429v3.43h3.428V1.71h3.429V12Zm3.428-3.43V1.71H24v6.86ZM17.143
 12V8.57h3.428V12Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/daisyui.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/daisyui.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/daisyui.svg      
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/daisyui.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12 
0C7.828.001 4.396 3.433 4.395 7.605c.001 4.172 3.433 7.604 7.605 7.605 
4.172-.001 7.604-3.433 7.605-7.605C19.604 3.433 16.172.001 12 0m0 .286c4.016 0 
7.32 3.304 7.32 7.32-.001 4.015-3.305 7.318-7.32 7.318S4.681 11.62 4.68 
7.605c0-4.016 3.304-7.32 7.32-7.32zm0 4.04a3.294 3.294 0 0 0-3.279 
3.279v.001A3.296 3.296 0 0 0 12 10.884a3.294 3.294 0 0 0 3.279-3.279A3.294 
3.294 0 0 0 12 4.326M8.34 16.681h-.008a3.67 3.67 0 0 0-3.652 3.652v.015A3.67 
3.67 0 0 0 8.332 24h7.336a3.67 3.67 0 0 0 3.652-3.652v-.016a3.67 3.67 0 0 
0-3.652-3.652h-.008Z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12 
0c-1.56 0-3.137.721-4.095 2.122a5 5 0 0 0-.857-.081c-1.353-.006-2.62.565-3.53 
1.476C2.415 4.62 1.81 6.241 2.121 7.905.722 8.863 0 10.44 0 12s.721 3.137 2.122 
4.095c-.31 1.664.294 3.286 1.395 4.388 1.102 1.101 2.724 1.706 4.388 
1.395C8.863 23.278 10.44 24 12 24s3.137-.721 4.095-2.122c1.664.31 3.286-.294 
4.388-1.395 1.101-1.102 1.706-2.724 1.395-4.388C23.278 15.137 24 13.56 24 
12s-.721-3.137-2.122-4.095c.31-1.664-.294-3.286-1.395-4.388-1.102-1.101-2.724-1.706-4.388-1.395C15.137.722
 13.56 0 12 0m0 .962c1.18 0 2.345.471 3.123 1.447a5 5 0 0 0-.64.315 4.97 4.97 0 
0 1-4.965 0 5 5 0 0 0-.64-.315C9.654 1.433 10.82.962 12 .962M7.026 2.99q.196 0 
.397.023a5 5 0 0 0-.229.67 4.97 4.97 0 0 1-3.511 3.511 5 5 0 0 
0-.67.229c-.138-1.238.352-2.393 1.185-3.225.743-.743 1.742-1.214 
2.828-1.208m10.011 0c1.062.013 2.037.479 2.765 1.208.833.832 1.323 1.987 1.185 
3.225a5 5 0 0 0-.67-.229 4.97 4.97 0 0 1-3.511-3.511 5 5 0 0 0-.229-.67 4 
 4 0 0 1 .46-.023m-8.667.252q.333.124.668.315a5.94 5.94 0 0 0 5.924 
0q.335-.191.668-.315a4.5 4.5 0 0 1 .247.69 5.94 5.94 0 0 0 4.19 
4.191q.37.101.691.247a4.5 4.5 0 0 1-.315.668 5.94 5.94 0 0 0 0 
5.924q.191.335.315.668a4.5 4.5 0 0 1-.69.247 5.94 5.94 0 0 0-4.191 
4.19q-.101.37-.247.691a4.5 4.5 0 0 1-.668-.315 5.94 5.94 0 0 0-5.924 0 4.5 4.5 
0 0 1-.668.315 4.5 4.5 0 0 1-.247-.69 5.94 5.94 0 0 0-4.19-4.191 4.5 4.5 0 0 
1-.691-.247q.124-.333.315-.668a5.94 5.94 0 0 0 0-5.924 4.5 4.5 0 0 
1-.315-.668q.322-.146.69-.247a5.94 5.94 0 0 0 4.191-4.19q.101-.37.247-.691M2.41 
8.877q.13.323.314.64a4.97 4.97 0 0 1 0 4.965 5 5 0 0 0-.315.64C1.433 14.346.962 
13.18.962 12s.471-2.345 1.447-3.123m19.18 0c.977.778 1.448 1.943 1.448 
3.123s-.471 2.345-1.447 3.123a5 5 0 0 0-.315-.64 4.97 4.97 0 0 1 
0-4.965q.183-.319.315-.64m-14.907 1.57a.417.417 0 0 
0-.296.714l.117.117c-.13.228-.203.492-.203.774 0 .87.7 1.569 1.569 
1.569s1.568-.7 1.568-1.569-.7-1.568-1.568-1.568c-.282 
0-.546.073-.775.203l-.116-.117a.42.42 0 0 0-
 .296-.123m10.748 0a.42.42 0 0 0-.295.123l-.12.12a1.57 1.57 0 0 
0-.781-.206c-.869 0-1.569.7-1.569 1.568 0 .87.7 1.569 1.569 1.569a1.566 1.566 0 
0 0 1.369-2.336l.123-.123a.417.417 0 0 0-.296-.715m-9.904.237a.627.627 0 0 1 
.627.627.627.627 0 0 1-.627.627.627.627 0 0 1-.628-.627.627.627 0 0 1 
.628-.627m8.365 0a.627.627 0 0 1 .628.627.627.627 0 0 1-.628.627.627.627 0 0 
1-.627-.627.627.627 0 0 1 .627-.627m-7.187 1.17a.314.314 0 0 1 .313.314.314.314 
0 0 1-.313.314.314.314 0 0 1-.314-.314.314.314 0 0 1 .314-.314m8.365 0a.314.314 
0 0 1 .314.314.314.314 0 0 1-.314.314.314.314 0 0 1-.314-.314.314.314 0 0 1 
.314-.314m-8.757.758a.21.21 0 0 1 .21.209.21.21 0 0 1-.21.209.21.21 0 0 
1-.21-.21.21.21 0 0 1 .21-.208m8.366 0a.21.21 0 0 1 .209.209.21.21 0 0 
1-.21.209.21.21 0 0 1-.209-.21.21.21 0 0 1 .21-.208m-5.551.48a.32.32 0 0 
0-.232.082.32.32 0 0 0-.023.453c.296.328.737.524 1.18.524.441 0 .882-.196 
1.178-.524a.32.32 0 0 0-.023-.453.32.32 0 0 
0-.453.023c-.145.16-.486.312-.703.312s-.558-.152-.703-.312a.
 32.32 0 0 0-.221-.106m-8.115 3.485q.319.134.67.229a4.97 4.97 0 0 1 3.511 
3.511q.095.351.229.67c-1.238.138-2.393-.352-3.225-1.185-.833-.832-1.323-1.987-1.185-3.225m17.974
 0c.138 1.238-.352 2.393-1.185 3.225-.832.833-1.987 1.323-3.225 1.185a5 5 0 0 0 
.229-.67 4.97 4.97 0 0 1 3.511-3.511 5 5 0 0 0 .67-.229M12 20.612c.857 0 
1.714.222 2.482.664q.318.183.64.315c-.777.976-1.942 1.447-3.122 
1.447s-2.345-.471-3.123-1.447q.323-.132.64-.315A5 5 0 0 1 12 20.612"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/fillout.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/fillout.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/fillout.svg      
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/fillout.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M13.12 
10.254c1.439 0 2.166.775 2.166 2.325 0 .735-.224 1.438-.584 
1.846-.359.407-.942.623-1.669.623-.704 
0-1.223-.192-1.559-.567-.375-.416-.599-1.119-.599-1.91 0-1.534.759-2.317 
2.245-2.317m-.016 1.414c-.567 0-.863.368-.863 1.063 0 .751.304 1.174.839 
1.174.536 0 .847-.447.847-1.214 
0-.679-.271-1.023-.823-1.023m6.956-1.254v4.474h-1.438v-.471c0-.152.008-.192.048-.48h-.048c-.136.392-.231.56-.415.736-.248.247-.592.375-.975.375-.471
 0-.887-.192-1.119-.519-.128-.184-.231-.496-.263-.839a21 21 0 0 
1-.016-1.095v-2.181h1.502v2.141c0 .719.008.783.096.935.096.152.263.24.471.24.28 
0 .504-.16.591-.416.056-.176.064-.255.064-.759v-2.141zM8.813 
14.898V8.952H10.3v5.946zm-2.265 0V8.952H8.07v5.946zM0 
9.589h3.61v1.334H1.411v.878H3.61v1.238H1.411v1.859H0zm4.303 
5.3v-4.427c.272.104.448.136.727.136.272 0 
.488-.04.775-.136v4.427zm.734-4.687q-.867 
0-.869-.606c0-.192.09-.375.234-.482s.379-.162.671-.162q.423 0 .625.148a.6.6 0 0 
1 .241.498c0 
 .4-.305.604-.902.604m16.597-.625c0 1.134-.399 1.339-1.142 
1.339v.88h.743c-.032.471-.04.759-.04 1.215 0 .807.072 1.214.264 
1.518.216.335.639.519 1.199.519.575 0 .95-.152 
1.342-.543v-1.039c-.24.304-.495.439-.807.439-.192 
0-.36-.079-.439-.207-.088-.136-.12-.344-.12-.711 
0-.512-.024-1.191-.024-1.191H24V10.41h-1.39v-.833z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/googlejules.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/googlejules.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/googlejules.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/googlejules.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M4.2 
24q-1.26 0-2.13-.87T1.2 21v-.6q0-.51.345-.855T2.4 19.2t.855.345.345.855v.6q0 
.24.18.42t.42.18.42-.18.18-.42V7.2q0-3 2.1-5.1T12 0t5.1 2.1 2.1 5.1V21q0 
.24.18.42t.42.18.42-.18.18-.42v-.6q0-.51.345-.855t.855-.345.855.345.345.855v.6q0
 1.26-.87 2.13T19.8 24t-2.13-.87T16.8 21v-5.4h-1.62v4.8q0 
.51-.345.855t-.855.345-.855-.345-.345-.855v-4.8h-1.59v4.8q0 
.51-.345.855t-.855.345-.855-.345-.345-.855v-4.8H7.2V21q0 1.26-.87 2.13T4.2 
24m4.2-11.4q.54 0 .87-.45t.33-1.05-.33-1.05-.87-.45-.87.45-.33 1.05.33 
1.05.87.45m7.2 0q.54 0 .87-.45t.33-1.05-.33-1.05-.87-.45-.87.45-.33 1.05.33 
1.05.87.45"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/graphite_editor.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/graphite_editor.svg
--- 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/graphite_editor.svg  
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/graphite_editor.svg  
    2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="m7.738 
15.97-3.5-6.06c-.15-.23-.08-.54.15-.69s.54-.08.69.15c.01.01.02.03.02.04l3.5 
6.06c.15.23.08.54-.15.69s-.54.08-.69-.15a.1.1 0 0 1-.02-.04m15.82 
5.93c.03.3-.08.6-.31.81-.42.51-2.24.89-3.61 
1.08-.91.13-1.83.2-2.75.21-.86-.01-2.06-.23-3.2-.3-1.61-.1-6.94-.3-8.78-.29-2.06.01-2.47-.11-2.82-.41-.14-.11
 1.03-.7 3.5-.9 6.02-.49 11.33-.55 13.14-.46.73.04 1.45.17 
2.15.38l-3.86-2.77c-.32.21-.7.33-1.08.33h-9c-.71 
0-1.37-.38-1.73-1l-4.5-7.79c-.36-.62-.36-1.38 0-2L5.208 1c.35-.62 1.01-1 
1.73-1h9c.71 0 1.38.38 1.73 1l3.32 5.75 1.18 2.04.01.02c0 
.01.01.02.01.02q.21.375.24.81c0 .05 1.03 11.25 1.12 12.19zM6.518 2.73l5.61 
9.72c.7-.17 1.42-.26 2.14-.25l1.48-2.01 2.48-.28c.36-.63.79-1.21 
1.29-1.73l-3.33-5.76a1 1 0 0 0-.75-.43h-8c-.3.02-.58.18-.75.43zm8.18 
14.86-3.1-2.22a1 1 0 0 1-.28-.31L5.358 4.73l-2.67 4.63c-.14.27-.14.59 0 .87l4 
6.93c.17.26.45.42.75.43zm6.38-.43-.7-7.09c-.44.48-.83 1.01-1.15 
1.58l-2.48.28-1.48 2.01c-.65 0-1.31.
 07-1.94.21l5.79 4.15a1.91 1.91 0 0 1 1.96-1.14"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/hackmd.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/hackmd.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/hackmd.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/hackmd.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M23.93 
12.987c.006-.954-.289-1.489-1.035-1.86l-4.559-2.275q-.271-.135-.551-.239l-.03-3.085c-.02-.907-.293-1.485-1.039-1.857l-4.56-2.274a5.49
 5.49 0 0 0-5.025.06l-5.86 3.1c-.648.343-.983.98-.998 1.626l-.272 
4.67c-.012.441.157.914.576 1.166l4.878 2.924q.436.26.9.434l-.149 
2.95c-.018.468.13.895.55 1.147l4.878 2.924a5.49 5.49 0 0 0 
5.583.044l6.213-3.593c.43-.248.57-.68.57-1.152l-.071-4.71zM6.21 
9.07c-1.035-.478-3.854-1.977-4.07-2.098-.487-.273-.51-.562-.484-.91a.96.96 0 0 
1 .531-.793l5.579-2.838a4.26 4.26 0 0 1 3.819-.01c.994.496 2.984 1.488 3.978 
1.986l.01.005a.96.96 0 0 1 .513 1.036.92.92 0 0 1-.495.678c-.077.042-4.35 
2.346-5.202 2.804a4.67 4.67 0 0 1-4.178.14zm16.038 
3.965c-.042.29-.204.567-.492.738l-5.313 3.159a4.34 4.34 0 0 1-4.31.076L8.235 
14.87c-.708-.388-.712-1.418-.008-1.813l5.275-2.947a4.34 4.34 0 0 1 
3.967-.14l4.201 1.976c.359.17.556.503.585.85q.01.12-.007.24z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/imagetoolbox.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/imagetoolbox.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/imagetoolbox.svg 
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/imagetoolbox.svg 
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M13.995 
7.152v1.834q0 .471.32.791t.792.32h1.834q.223 0 
.43-.083.21-.085.376-.25l5.78-5.78q.25-.249.362-.57.111-.318.111-.625 
0-.305-.125-.61a2 2 0 0 0-.347-.557L22.499.594a1.67 1.67 0 0 0-1.195-.5q-.305 
0-.611.111a1.5 1.5 0 0 0-.556.362L14.33 6.346a1.1 1.1 0 0 0-.25.375 1.2 1.2 0 0 
0-.084.43ZM16.72 8.43h-1.056V7.374l3.39-3.362 1.029 1.028zm2.995 
4.627c0-1.376-.001-2.492-.03-3.424l1.873-1.871c.143 1.334.143 3.035.143 5.295 0 
4.57 0 6.855-1.184 8.444a6 6 0 0 1-1.221 1.22c-1.59 1.185-3.875 1.185-8.445 
1.185s-6.856 0-8.445-1.184A6 6 0 0 1 1.184 21.5C0 19.91 0 17.627 0 
13.057s0-6.854 1.184-8.443a6 6 0 0 1 1.222-1.221C3.995 2.209 6.28 2.209 10.85 
2.209c2.476 0 4.282 0 5.669.188l-1.842 
1.841c-1.01-.042-2.247-.043-3.827-.043-2.33 
0-3.916.002-5.123.136-1.168.129-1.74.36-2.136.654a4 4 0 0 
0-.815.816c-.295.395-.526.967-.655 2.135-.133 1.207-.136 2.791-.136 5.121s.003 
3.915.136 5.122q.044.392.102.702l.02-.014c1.797-1.31 3.657-
 2.667 5.25-1.749l1.36.837c1.33.824 2.86-.58 4.52-2.105 1.12-1.028 2.299-2.11 
3.517-2.602 1.112-.45 1.858-.063 2.823.74v-.93ZM5.168 9.527c0 1.302 1.033 2.335 
2.335 2.335S9.84 10.784 9.84 9.527c0-1.302-1.033-2.335-2.336-2.335S5.168 8.225 
5.168 9.527"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/just.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/just.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/just.svg 
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/just.svg 
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12 0A12 
12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 2.35a3.25 
3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 9.05 3.25 3.35 0 0 1 8.75 5.7 3.25 3.35 
0 0 1 12 2.35m0 12.6a3.25 3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 21.65a3.25 
3.35 0 0 1-3.25-3.35A3.25 3.35 0 0 1 12 14.95"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/modelscope.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/modelscope.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/modelscope.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/modelscope.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M2.667 
5.333V8H0v5.333h2.667v-2.666H.5V8.5h2.166v2.166h2.666V8H8V5.333Zm0 
8v5.334H8V16H5.333v-2.667Zm13.333-8V8h2.667v2.667h2.666V8.5H23.5v2.166h-2.166v2.666H24V8h-2.667V5.333Zm5.333
 8h-2.666V16H16v2.667h5.333zM8 10.667v2.666h2.667v-2.666zm2.667 
2.666V16h2.666v-2.667zm2.666 0H16v-2.666h-2.667z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/opencage.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/opencage.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/opencage.svg     
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/opencage.svg     
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12 
0C6.178.001 1.444 3.559 1.444 7.93V24h1.06L2.51 7.93c0-2.847 2.408-5.295 
5.831-6.333a6 6 0 0 0-.254.258 7 7 0 0 
0-.363.415c-.17.21-.201.251-.439.591-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39
 1.044-.418 1.134a12.4 12.4 0 0 0-.534 3.634L5.485 
24h1.066V9.188c0-.322.016-1.068.14-1.828.07-.457.186-.996.342-1.505.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5
 6.5 0 0 1 .874-.981 5 5 0 0 1 .83-.617 4 4 0 0 1 .565-.28c-.846 1.92-1.108 
5.46-1.108 7.834V24h1.065V9.188c0-4.959.94-7.865 1.463-8.112.39.205 1.283 2.392 
1.429 6.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687 2.05.844 3.653 3.45 3.965 
6.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295 3.36 1.059 5.719 
3.486 5.719 6.299l-.007.113 1.073-.009C22.556 3.68 17.839.017 12.042 0zm1.5 
20.024V24h1.061l.005-3.976zm3.987 0L17.492 24h1.06v-3.976zm4.003 
0V24h1.066v-3.976z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/pomerium.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/pomerium.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/pomerium.svg     
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/pomerium.svg     
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
6.768v2.338l.038-.005A2.832 2.832 0 0 1 3.2 11.913v7.998h2.318v-9.023A2.687 
2.687 0 0 1 7.95 8.213c1.288-.123 2.345.873 2.345 
2.167v9.53h2.317v-9.265c0-1.685 1.271-3.1 2.948-3.281 1.565-.169 2.922 1.085 
2.922 2.66v9.886H20.8v-9.875A3.635 3.635 0 0 1 24 6.422V4.089z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.7.1/material/templates/.icons/simple/webawesome.svg 
new/mkdocs_material-9.7.2/material/templates/.icons/simple/webawesome.svg
--- old/mkdocs_material-9.7.1/material/templates/.icons/simple/webawesome.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/.icons/simple/webawesome.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M13.958 
4.95c0 .783-.465 1.462-1.132 1.77L16.8 10.2l3.914-.784A1.8 1.8 0 0 1 20.4 
8.4a1.8 1.8 0 1 1 1.86 1.8l-4.221 9.385A2.4 2.4 0 0 1 15.849 21H8.153c-.945 
0-1.8-.555-2.19-1.414l-4.221-9.384a1.8 1.8 0 1 1 1.545-.784L7.2 
10.2l3.98-3.484a1.95 1.95 0 0 1-1.125-1.766 1.95 1.95 0 0 1 3.9 0z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.1/material/templates/base.html 
new/mkdocs_material-9.7.2/material/templates/base.html
--- old/mkdocs_material-9.7.1/material/templates/base.html      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.2/material/templates/base.html      2020-02-02 
01:00:00.000000000 +0100
@@ -37,7 +37,7 @@
         <link rel="alternate" type="application/rss+xml" title="{{ 
lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
       {% endif %}
       <link rel="icon" href="{{ config.theme.favicon | url }}">
-      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, 
mkdocs-material-9.7.1">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, 
mkdocs-material-9.7.2">
     {% endblock %}
     {% block htmltitle %}
       {% if page.meta and page.meta.title %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.1/package.json 
new/mkdocs_material-9.7.2/package.json
--- old/mkdocs_material-9.7.1/package.json      2020-02-02 01:00:00.000000000 
+0100
+++ new/mkdocs_material-9.7.2/package.json      2020-02-02 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "9.7.1",
+  "version": "9.7.2",
   "description": "Documentation that simply works",
   "keywords": [
     "mkdocs",
@@ -65,8 +65,8 @@
     "@types/node": "^25.0.3",
     "@types/resize-observer-browser": "^0.1.11",
     "@types/sass": "^1.45.0",
-    "@typescript-eslint/eslint-plugin": "^8.50.0",
-    "@typescript-eslint/parser": "^8.50.0",
+    "@typescript-eslint/eslint-plugin": "^8.52.0",
+    "@typescript-eslint/parser": "^8.52.0",
     "autoprefixer": "^10.4.23",
     "chokidar": "^5.0.0",
     "cssnano": "5.1.0",
@@ -82,22 +82,22 @@
     "html-minifier-terser": "^7.2.0",
     "material-design-color": "^2.3.2",
     "material-shadows": "^3.0.1",
-    "npm-check-updates": "^19.2.0",
+    "npm-check-updates": "^19.3.1",
     "npm-run-all": "^4.1.5",
     "postcss": "^8.5.6",
     "postcss-dir-pseudo-class": "^9.0.1",
     "postcss-inline-svg": "^6.0.0",
     "postcss-logical": "5.0.4",
     "postcss-pseudo-is": "^0.3.0",
-    "preact": "^10.28.0",
+    "preact": "^10.28.2",
     "rimraf": "^6.1.2",
-    "sass": "^1.97.0",
-    "simple-icons": "^16.2.0",
+    "sass": "^1.97.2",
+    "simple-icons": "^16.4.0",
     "stylelint": "^16.26.1",
     "stylelint-config-recess-order": "5.1.1",
     "stylelint-config-recommended": "14.0.1",
     "stylelint-config-standard-scss": "14.0.0",
-    "stylelint-scss": "^6.13.0",
+    "stylelint-scss": "^6.14.0",
     "svgo": "3.3.2",
     "tiny-glob": "^0.2.9",
     "ts-node": "^10.9.2",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.1/pyproject.toml 
new/mkdocs_material-9.7.2/pyproject.toml
--- old/mkdocs_material-9.7.1/pyproject.toml    2020-02-02 01:00:00.000000000 
+0100
+++ new/mkdocs_material-9.7.2/pyproject.toml    2020-02-02 01:00:00.000000000 
+0100
@@ -54,17 +54,17 @@
 
 [project.optional-dependencies]
 recommended = [
-  "mkdocs-minify-plugin~=0.7",
-  "mkdocs-redirects~=1.2",
-  "mkdocs-rss-plugin~=1.6"
+  "mkdocs-minify-plugin>=0.7",
+  "mkdocs-redirects>=1.2",
+  "mkdocs-rss-plugin>=1.6"
 ]
 git = [
-  "mkdocs-git-committers-plugin-2>=1.1,<3",
-  "mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
+  "mkdocs-git-committers-plugin-2>=1.1",
+  "mkdocs-git-revision-date-localized-plugin>=1.2.4"
 ]
 imaging = [
-  "pillow>=10.2,<12.0",
-  "cairosvg~=2.6"
+  "pillow>=10.2",
+  "cairosvg>=2.6"
 ]
 
 [project.urls]

Reply via email to