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-03-12 22:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mkdocs-material (Old)
 and      /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mkdocs-material"

Thu Mar 12 22:22:26 2026 rev:102 rq:1338472 version:9.7.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-mkdocs-material/python-mkdocs-material.changes
    2026-03-05 17:31:40.783766044 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mkdocs-material.new.8177/python-mkdocs-material.changes
  2026-03-12 22:27:09.146328806 +0100
@@ -1,0 +2,8 @@
+Wed Mar 11 06:01:05 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- update to 9.7.5:
+  * Limited version range of mkdocs to <2
+  * Updated MkDocs 2.0 incompatibility warning (clarify relation with
+    MkDocs)
+
+-------------------------------------------------------------------

Old:
----
  mkdocs_material-9.7.4.tar.gz

New:
----
  mkdocs_material-9.7.5.tar.gz

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

Other differences:
------------------
++++++ python-mkdocs-material.spec ++++++
--- /var/tmp/diff_new_pack.292nSG/_old  2026-03-12 22:27:09.778355294 +0100
+++ /var/tmp/diff_new_pack.292nSG/_new  2026-03-12 22:27:09.778355294 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-mkdocs-material
-Version:        9.7.4
+Version:        9.7.5
 Release:        0
 Summary:        Material theme for mkdocs
 License:        MIT

++++++ mkdocs_material-9.7.4.tar.gz -> mkdocs_material-9.7.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.4/PKG-INFO 
new/mkdocs_material-9.7.5/PKG-INFO
--- old/mkdocs_material-9.7.4/PKG-INFO  2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.5/PKG-INFO  2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: mkdocs-material
-Version: 9.7.4
+Version: 9.7.5
 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
@@ -25,7 +25,7 @@
 Requires-Dist: jinja2>=3.1
 Requires-Dist: markdown>=3.2
 Requires-Dist: mkdocs-material-extensions>=1.3
-Requires-Dist: mkdocs>=1.6
+Requires-Dist: mkdocs<2,>=1.6
 Requires-Dist: paginate>=0.5
 Requires-Dist: pygments>=2.16
 Requires-Dist: pymdown-extensions>=10.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.4/material/__init__.py 
new/mkdocs_material-9.7.5/material/__init__.py
--- old/mkdocs_material-9.7.4/material/__init__.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.5/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.4"
+__version__ = "9.7.5"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.4/material/plugins/__init__.py 
new/mkdocs_material-9.7.5/material/plugins/__init__.py
--- old/mkdocs_material-9.7.4/material/plugins/__init__.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.5/material/plugins/__init__.py      2020-02-02 
01:00:00.000000000 +0100
@@ -26,9 +26,10 @@
 if not getenv("NO_MKDOCS_2_WARNING"):
     print(
         "\n"
-        f"{Fore.RED} │  ⚠  WARNING – MkDocs 2.0 is incompatible with Material 
for MkDocs{Style.RESET_ALL}\n"
+        f"{Fore.RED} │  ⚠  Warning from the Material for MkDocs 
team{Style.RESET_ALL}\n"
         f"{Fore.RED} │{Style.RESET_ALL}\n"
-        f"{Fore.RED} │{Style.RESET_ALL}  MkDocs 2.0 introduces 
backward-incompatible changes:\n"
+        f"{Fore.RED} │{Style.RESET_ALL}  MkDocs 2.0, the underlying framework 
of Material for MkDocs,\n"
+        f"{Fore.RED} │{Style.RESET_ALL}  will introduce backward-incompatible 
changes, including:\n"
         f"{Fore.RED} │{Style.RESET_ALL}\n"
         f"{Fore.RED} │  × {Style.RESET_ALL}All plugins will stop working – the 
plugin system has been removed\n"
         f"{Fore.RED} │  × {Style.RESET_ALL}All theme overrides will break – 
the theming system has been rewritten\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.4/material/templates/base.html 
new/mkdocs_material-9.7.5/material/templates/base.html
--- old/mkdocs_material-9.7.4/material/templates/base.html      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.7.5/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.4">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, 
mkdocs-material-9.7.5">
     {% 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.4/package.json 
new/mkdocs_material-9.7.5/package.json
--- old/mkdocs_material-9.7.4/package.json      2020-02-02 01:00:00.000000000 
+0100
+++ new/mkdocs_material-9.7.5/package.json      2020-02-02 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "9.7.4",
+  "version": "9.7.5",
   "description": "Documentation that simply works",
   "keywords": [
     "mkdocs",
@@ -98,7 +98,7 @@
     "stylelint-config-recommended": "14.0.1",
     "stylelint-config-standard-scss": "14.0.0",
     "stylelint-scss": "^6.14.0",
-    "svgo": "3.3.2",
+    "svgo": "3.3.3",
     "tiny-glob": "^0.2.9",
     "ts-node": "^10.9.2",
     "typescript": "^5.9.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.7.4/requirements.txt 
new/mkdocs_material-9.7.5/requirements.txt
--- old/mkdocs_material-9.7.4/requirements.txt  2020-02-02 01:00:00.000000000 
+0100
+++ new/mkdocs_material-9.7.5/requirements.txt  2020-02-02 01:00:00.000000000 
+0100
@@ -21,7 +21,7 @@
 # Requirements for core
 jinja2>=3.1
 markdown>=3.2
-mkdocs>=1.6
+mkdocs>=1.6,<2
 mkdocs-material-extensions>=1.3
 pygments>=2.16
 pymdown-extensions>=10.2

Reply via email to