Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2025-07-03 12:08:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-graphviz.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-graphviz"

Thu Jul  3 12:08:50 2025 rev:18 rq:1289782 version:0.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2025-06-10 08:57:00.814899598 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.1903/python-graphviz.changes    
    2025-07-03 12:10:48.566571066 +0200
@@ -1,0 +2,17 @@
+Wed Jul  2 07:55:23 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 0.21
+  * Drop Python 3.8 support (end of life 7 Oct 2024).
+  * Tag Python 3.13 support.
+  * Add support for ``format='svg_inline'``, available since upstream
+    Graphviz 10.0.1. Produces header-less SVG suitable for inlining
+    into HTML (see https://www.graphviz.org/docs/outputs/svg/).
+  * Switch project to ``pyproject.toml`` and build to ``python -m build``)
+    (https://build.pypa.io). This changes the source distribution formar
+    from ``.zip`` to PEP 625 compliant ``.tar.gz``
+    (https://peps.python.org/pep-0625/).
+- Remove unzip package from BuildRequires
+- Switch source archive format to TAR.GZ
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------

Old:
----
  graphviz-0.20.3.zip

New:
----
  graphviz-0.21.tar.gz

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

Other differences:
------------------
++++++ python-graphviz.spec ++++++
--- /var/tmp/diff_new_pack.70m6mR/_old  2025-07-03 12:10:49.394605435 +0200
+++ /var/tmp/diff_new_pack.70m6mR/_new  2025-07-03 12:10:49.398605600 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-graphviz
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-graphviz
-Version:        0.20.3
+Version:        0.21
 Release:        0
 Summary:        Python interface for Graphviz
 License:        MIT
 URL:            https://github.com/xflr6/graphviz
-Source:         
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
+Source:         
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pytest >= 6}
+BuildRequires:  %{python_module pytest >= 7}
+BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-mock >= 3}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
@@ -37,7 +39,6 @@
 BuildRequires:  graphviz-gnome
 BuildRequires:  noto-sans-fonts
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
 BuildRequires:  w3m
 BuildRequires:  xdg-utils
 Requires:       graphviz

Reply via email to