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 2025-05-15 17:02:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mkdocs-material (Old) and /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mkdocs-material" Thu May 15 17:02:40 2025 rev:88 rq:1277705 version:9.6.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mkdocs-material/python-mkdocs-material.changes 2025-05-12 16:55:08.852452642 +0200 +++ /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.30101/python-mkdocs-material.changes 2025-05-15 17:02:48.621812452 +0200 @@ -1,0 +2,7 @@ +Wed May 14 04:58:57 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 9.6.14: + * Fixed #8215: Social plugin crashes when CairoSVG is updated to + 2.8 + +------------------------------------------------------------------- Old: ---- mkdocs_material-9.6.13.tar.gz New: ---- mkdocs_material-9.6.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mkdocs-material.spec ++++++ --- /var/tmp/diff_new_pack.CBJPwz/_old 2025-05-15 17:02:49.489848891 +0200 +++ /var/tmp/diff_new_pack.CBJPwz/_new 2025-05-15 17:02:49.489848891 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.6.13 +Version: 9.6.14 Release: 0 Summary: Material theme for mkdocs License: MIT ++++++ mkdocs_material-9.6.13.tar.gz -> mkdocs_material-9.6.14.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.6.13/PKG-INFO new/mkdocs_material-9.6.14/PKG-INFO --- old/mkdocs_material-9.6.13/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.6.14/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: mkdocs-material -Version: 9.6.13 +Version: 9.6.14 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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.6.13/material/__init__.py new/mkdocs_material-9.6.14/material/__init__.py --- old/mkdocs_material-9.6.13/material/__init__.py 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.6.14/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.6.13" +__version__ = "9.6.14" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.6.13/material/plugins/social/plugin.py new/mkdocs_material-9.6.14/material/plugins/social/plugin.py --- old/mkdocs_material-9.6.13/material/plugins/social/plugin.py 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.6.14/material/plugins/social/plugin.py 2020-02-02 01:00:00.000000000 +0100 @@ -445,7 +445,7 @@ data = data.replace("<svg", f"<svg fill=\"{fill}\"") # Convert to PNG and return image - svg2png(bytestring = data, write_to = file, scale = 10) + svg2png(bytestring = data.encode("utf-8"), write_to = file, scale = 10) return Image.open(file) # Retrieve font either from the card layout option or from the Material diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.6.13/material/templates/base.html new/mkdocs_material-9.6.14/material/templates/base.html --- old/mkdocs_material-9.6.13/material/templates/base.html 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.6.14/material/templates/base.html 2020-02-02 01:00:00.000000000 +0100 @@ -32,7 +32,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.6.13"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.6.14"> {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkdocs_material-9.6.13/package.json new/mkdocs_material-9.6.14/package.json --- old/mkdocs_material-9.6.13/package.json 2020-02-02 01:00:00.000000000 +0100 +++ new/mkdocs_material-9.6.14/package.json 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.6.13", + "version": "9.6.14", "description": "Documentation that simply works", "keywords": [ "mkdocs",