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 2023-08-01 15:38:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mkdocs-material (Old) and /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mkdocs-material" Tue Aug 1 15:38:44 2023 rev:18 rq:1101711 version:9.1.21 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mkdocs-material/python-mkdocs-material.changes 2023-07-27 16:53:31.174733330 +0200 +++ /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.32662/python-mkdocs-material.changes 2023-08-01 15:38:48.869926058 +0200 @@ -1,0 +2,7 @@ +Tue Aug 1 10:01:13 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 9.1.21: + * Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 + regression) + +------------------------------------------------------------------- Old: ---- mkdocs_material-9.1.20.tar.gz New: ---- mkdocs_material-9.1.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mkdocs-material.spec ++++++ --- /var/tmp/diff_new_pack.bgfQFH/_old 2023-08-01 15:38:49.637930813 +0200 +++ /var/tmp/diff_new_pack.bgfQFH/_new 2023-08-01 15:38:49.641930838 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.1.20 +Version: 9.1.21 Release: 0 Summary: Material theme for mkdocs License: MIT ++++++ mkdocs_material-9.1.20.tar.gz -> mkdocs_material-9.1.21.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.1.20/PKG-INFO new/mkdocs_material-9.1.21/PKG-INFO --- old/mkdocs_material-9.1.20/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.1.21/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: mkdocs-material -Version: 9.1.20 +Version: 9.1.21 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 @@ -22,7 +22,7 @@ Requires-Dist: jinja2>=3.0 Requires-Dist: markdown>=3.2 Requires-Dist: mkdocs-material-extensions>=1.1 -Requires-Dist: mkdocs>=1.4.2 +Requires-Dist: mkdocs>=1.5.0 Requires-Dist: pygments>=2.14 Requires-Dist: pymdown-extensions>=9.9.1 Requires-Dist: regex>=2022.4.24 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.1.20/material/base.html new/mkdocs_material-9.1.21/material/base.html --- old/mkdocs_material-9.1.20/material/base.html 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.1.21/material/base.html 2020-02-02 01:00:00.000000000 +0100 @@ -28,7 +28,7 @@ <link rel="next" href="{{ page.next_page.url | url }}"> {% endif %} <link rel="icon" href="{{ config.theme.favicon | url }}"> - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.20"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.21"> {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.1.20/package.json new/mkdocs_material-9.1.21/package.json --- old/mkdocs_material-9.1.20/package.json 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.1.21/package.json 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.1.20", + "version": "9.1.21", "description": "Documentation that simply works", "keywords": [ "mkdocs", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.1.20/requirements.txt new/mkdocs_material-9.1.21/requirements.txt --- old/mkdocs_material-9.1.20/requirements.txt 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.1.21/requirements.txt 2020-02-02 01:00:00.000000000 +0100 @@ -21,7 +21,7 @@ # Requirements for core jinja2>=3.0 markdown>=3.2 -mkdocs>=1.4.2 +mkdocs>=1.5.0 mkdocs-material-extensions>=1.1 pygments>=2.14 pymdown-extensions>=9.9.1