Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2020-08-13 10:12:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-graphviz.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-graphviz"

Thu Aug 13 10:12:27 2020 rev:10 rq:825341 version:0.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2019-11-30 10:36:46.616176546 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.3399/python-graphviz.changes    
    2020-08-13 10:12:33.650581229 +0200
@@ -1,0 +2,17 @@
+Thu Aug  6 08:26:39 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 0.14.1
+  * Document the colon-separated ``node[:port[:compass]]`` format used for 
``tail``
+  and ``head`` points in the ``edge()``- and ``edges()``-methods'
+  * Improve handling of escaped quotes (``\"``). Different from other layout 
engine
+  escapes sequences such as ``\l`` and ``\N`` (which are passed on as is by
+  default), there is no use case for backslash-escaping a literal quote 
character
+  because escaping of quotes is done by this library. Therefore, a
+  backslash-escaped quote (e.g. in ``label='\\"'``) is now treated the same as 
a
+  plain unescaped quote, i.e. both ``label='"'`` and ``label='\\"'`` produce
+  the same DOT source ``[label="\""]`` (a label that renders as a literal 
quote).
+  Before this change, use of ``'\\"'`` could break the quoting mechanism 
creating
+  invalid or unintended DOT, possibly leading to syntax errors from the 
rendering
+  process.
+
+-------------------------------------------------------------------

Old:
----
  graphviz-0.13.2.zip

New:
----
  graphviz-0.14.1.zip

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

Other differences:
------------------
++++++ python-graphviz.spec ++++++
--- /var/tmp/diff_new_pack.m2YZLx/_old  2020-08-13 10:12:34.678581872 +0200
+++ /var/tmp/diff_new_pack.m2YZLx/_new  2020-08-13 10:12:34.678581872 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-graphviz
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-graphviz
-Version:        0.13.2
+Version:        0.14.1
 Release:        0
 Summary:        Python interface for Graphviz
 License:        MIT


Reply via email to