Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2019-06-22 11:21:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-graphviz.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-graphviz"

Sat Jun 22 11:21:22 2019 rev:6 rq:710135 version:0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2019-04-26 22:42:14.781711069 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.4615/python-graphviz.changes    
    2019-06-22 11:21:25.265208682 +0200
@@ -1,0 +2,22 @@
+Sat Jun 15 15:48:14 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+  * be more specific i %files section
+
+- update to version 0.11:
+  * Add "quiet" argument to ".render()" and ".pipe()" methods of
+    "Graph", "Digraph", and "Source" objects, allowing to suppress
+    "stderr" of the layout subprocess (parity with stand-alone
+    "render()" and "pipe()" functions).
+  * The rendering process for "render()" methods and stand-alone
+    function is now started from the directory of the rendered dot
+    source file. This allows to render graph descriptions that use
+    relative paths inline (e.g. for referring to image files to be
+    included) by using paths relative to the source file
+    location. Previously, such relative paths would need to be given
+    relative to the directory from which "render()" was started, so
+    this change is backwards incompatible for code that relied on the
+    previous behaviour.
+  * Drop Python 3.4 support.
+
+-------------------------------------------------------------------

Old:
----
  graphviz-0.10.1.zip

New:
----
  graphviz-0.11.zip

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

Other differences:
------------------
++++++ python-graphviz.spec ++++++
--- /var/tmp/diff_new_pack.haGeJD/_old  2019-06-22 11:21:25.869209345 +0200
+++ /var/tmp/diff_new_pack.haGeJD/_new  2019-06-22 11:21:25.873209350 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-graphviz
-Version:        0.10.1
+Version:        0.11
 Release:        0
 Summary:        Python interface for Graphviz
 License:        MIT
@@ -72,11 +72,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand pytest-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %license LICENSE.txt
 %doc CHANGES.txt README.rst
-%{python_sitelib}/*
+%{python_sitelib}/graphviz
+%{python_sitelib}/graphviz-%{version}-py*.egg-info
 
 %changelog


Reply via email to