commit python-graphviz for openSUSE:Factory

2020-08-13 Thread root
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 
+
+- 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




commit python-graphviz for openSUSE:Factory

2019-11-30 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2019-11-30 10:35:57

Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphviz.new.26869 (New)


Package is "python-graphviz"

Sat Nov 30 10:35:57 2019 rev:9 rq:750863 version:0.13.2

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2019-09-23 12:09:05.465888719 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.26869/python-graphviz.changes   
2019-11-30 10:36:46.616176546 +0100
@@ -1,0 +2,11 @@
+Sun Nov 24 17:21:08 UTC 2019 - Arun Persaud 
+
+- update to version 0.13.2:
+  * Fix missing support for four-part versions in
+"graphviz.version()".
+
+- changes from version 0.13.1:
+  * Tag Python 3.8 support.
+  * Fix quoting for non-ASCII numerals.
+
+---

Old:

  graphviz-0.13.zip

New:

  graphviz-0.13.2.zip



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.ICpfbV/_old  2019-11-30 10:36:48.868176275 +0100
+++ /var/tmp/diff_new_pack.ICpfbV/_new  2019-11-30 10:36:48.904176271 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-graphviz
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
+Version:0.13.2
 Release:0
 Summary:Python interface for Graphviz
 License:MIT




commit python-graphviz for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2019-09-23 12:09:02

Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphviz.new.7948 (New)


Package is "python-graphviz"

Mon Sep 23 12:09:02 2019 rev:8 rq:730352 version:0.13

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2019-08-15 12:23:45.198630845 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.7948/python-graphviz.changes
2019-09-23 12:09:05.465888719 +0200
@@ -1,0 +2,9 @@
+Thu Sep 12 10:11:53 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.13:
+  * Fix missing escaping of backslashes, e.g. in labels
+  * Add basic debug logging via the stdlib ``logging`` module.
+  * Add ``escape()`` function (resembling ``re.escape()``)
+  * Add explicit support for layout engine escape sequences
+
+---

Old:

  graphviz-0.11.1.zip

New:

  graphviz-0.13.zip



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.UZFzMo/_old  2019-09-23 12:09:06.693888516 +0200
+++ /var/tmp/diff_new_pack.UZFzMo/_new  2019-09-23 12:09:06.697888516 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-graphviz
-Version:0.11.1
+Version:0.13
 Release:0
 Summary:Python interface for Graphviz
 License:MIT




commit python-graphviz for openSUSE:Factory

2019-08-15 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2019-08-15 12:23:41

Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphviz.new.9556 (New)


Package is "python-graphviz"

Thu Aug 15 12:23:41 2019 rev:7 rq:720879 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2019-06-22 11:21:25.265208682 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.9556/python-graphviz.changes
2019-08-15 12:23:45.198630845 +0200
@@ -1,0 +2,7 @@
+Sat Aug  3 14:28:44 UTC 2019 - Arun Persaud 
+
+- update to version 0.11.1:
+  * Include "stderr" in "str()" of raised
+"subprocess.CalledProcessError".
+
+---

Old:

  graphviz-0.11.zip

New:

  graphviz-0.11.1.zip



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.d1UHjL/_old  2019-08-15 12:23:45.626630738 +0200
+++ /var/tmp/diff_new_pack.d1UHjL/_new  2019-08-15 12:23:45.630630737 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-graphviz
-Version:0.11
+Version:0.11.1
 Release:0
 Summary:Python interface for Graphviz
 License:MIT
 Group:  Development/Languages/Python
-URL:http://github.com/xflr6/graphviz
+URL:https://github.com/xflr6/graphviz
 Source: 
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
 BuildRequires:  %{python_module mock >= 2}
 BuildRequires:  %{python_module pytest >= 3.4}




commit python-graphviz for openSUSE:Factory

2019-06-22 Thread root
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 
+
+- 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




commit python-graphviz for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2019-04-26 22:42:09

Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphviz.new.5536 (New)


Package is "python-graphviz"

Fri Apr 26 22:42:09 2019 rev:5 rq:697106 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2018-12-24 11:37:46.369644820 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.5536/python-graphviz.changes
2019-04-26 22:42:14.781711069 +0200
@@ -1,0 +2,7 @@
+Tue Apr 23 10:58:51 UTC 2019 - Thomas Bechtold 
+
+- Add minimal needed versions to BuildRequires
+  Build fails with older python-pytest-mock versions so add the
+  needed checks to avoid that
+
+---



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.cvJpNV/_old  2019-04-26 22:42:16.545710169 +0200
+++ /var/tmp/diff_new_pack.cvJpNV/_new  2019-04-26 22:42:16.549710166 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-graphviz
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,10 @@
 Group:  Development/Languages/Python
 URL:http://github.com/xflr6/graphviz
 Source: 
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
-BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module mock >= 2}
+BuildRequires:  %{python_module pytest >= 3.4}
 BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-mock}
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytest-mock >= 1.8}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes





commit python-graphviz for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2018-12-24 11:37:45

Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphviz.new.28833 (New)


Package is "python-graphviz"

Mon Dec 24 11:37:45 2018 rev:4 rq:659404 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2018-11-15 12:40:53.086220325 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-graphviz.new.28833/python-graphviz.changes   
2018-12-24 11:37:46.369644820 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:48:43 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.PehZce/_old  2018-12-24 11:37:47.089644180 +0100
+++ /var/tmp/diff_new_pack.PehZce/_new  2018-12-24 11:37:47.093644177 +0100
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 URL:http://github.com/xflr6/graphviz
 Source: 
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-mock}





commit python-graphviz for openSUSE:Factory

2018-11-15 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2018-11-15 12:40:50

Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphviz.new (New)


Package is "python-graphviz"

Thu Nov 15 12:40:50 2018 rev:3 rq:648969 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2018-01-09 14:53:26.607098273 +0100
+++ /work/SRC/openSUSE:Factory/.python-graphviz.new/python-graphviz.changes 
2018-11-15 12:40:53.086220325 +0100
@@ -1,0 +2,7 @@
+Wed Nov 14 12:44:07 UTC 2018 - Tomáš Chvátal 
+
+- Update to 0.10.1:
+  * python 3.7 support
+  * Various fixes
+
+---

Old:

  graphviz-0.8.2.zip

New:

  graphviz-0.10.1.zip



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.J6wCn7/_old  2018-11-15 12:40:54.814218355 +0100
+++ /var/tmp/diff_new_pack.J6wCn7/_new  2018-11-15 12:40:54.826218341 +0100
@@ -12,37 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
 Name:   python-graphviz
-Version:0.8.2
+Version:0.10.1
 Release:0
 Summary:Python interface for Graphviz
 License:MIT
 Group:  Development/Languages/Python
-Url:http://github.com/xflr6/graphviz
+URL:http://github.com/xflr6/graphviz
 Source: 
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  graphviz
-BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
-%if %{with tests}
-# Test requirements
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  xdg-utils
-# For pdf rendered tests
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  dos2unix
+BuildRequires:  fdupes
+BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
+BuildRequires:  python-rpm-macros
+BuildRequires:  unzip
 BuildRequires:  w3m
-%endif
+BuildRequires:  xdg-utils
 Requires:   graphviz
 Recommends: xdg-utils
 BuildArch:  noarch
@@ -64,10 +60,10 @@
 %setup -q -n graphviz-%{version}
 
 # Fix wrong-file-end-of-line-encoding
-sed -i 's/\r$//' CHANGES
-sed -i 's/\r$//' LICENSE
-sed -i 's/\r$//' README.rst
-sed -i 's/\r$//' docs/*.rst
+dos2unix CHANGES.txt LICENSE.txt README.rst docs/*.rst
+
+# Remove hardcoded pytest version
+sed -i -e '/minversion/d' setup.cfg
 
 %build
 %python_build
@@ -76,14 +72,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
 %python_expand pytest-%{$python_bin_suffix}
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README.rst
+%license LICENSE.txt
+%doc CHANGES.txt README.rst
 %{python_sitelib}/*
 
 %changelog




commit python-graphviz for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2018-01-09 14:53:24

Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
 and  /work/SRC/openSUSE:Factory/.python-graphviz.new (New)


Package is "python-graphviz"

Tue Jan  9 14:53:24 2018 rev:2 rq:562294 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2017-11-16 14:02:25.838546051 +0100
+++ /work/SRC/openSUSE:Factory/.python-graphviz.new/python-graphviz.changes 
2018-01-09 14:53:26.607098273 +0100
@@ -1,0 +2,14 @@
+Sat Jan  6 17:29:25 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.8.2:
+  * Add nohtml() to support labels of the form '<...>' (disabling
+their default treatment as HTML strings).
+  * Make default utf-8 encoding more visible.
+  * Set encoding = locale.getpreferredencoding() when encoding
+argument/property is set to None explicitly (follow stdlib io.open
+behaviour).
+
+---

Old:

  graphviz-0.8.1.zip

New:

  graphviz-0.8.2.zip



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.oKKWXY/_old  2018-01-09 14:53:27.175071647 +0100
+++ /var/tmp/diff_new_pack.oKKWXY/_new  2018-01-09 14:53:27.179071459 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-graphviz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without tests
 Name:   python-graphviz
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Python interface for Graphviz
 License:MIT