diff --git a/graphviz-0.10.1.zip b/graphviz-0.10.1.zip deleted file mode 100644 index f94fabb..0000000 --- a/graphviz-0.10.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d311be4fddfe832a56986ac5e1d6e8715d7fcb0208560da79d1bb0f72abef41f -size 167590 diff --git a/graphviz-0.11.zip b/graphviz-0.11.zip new file mode 100644 index 0000000..59bce8b --- /dev/null +++ b/graphviz-0.11.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f261efbe92b938808ebb64048253b99f379f6300c6c776d440984e71678f642 +size 172434 diff --git a/python-graphviz.changes b/python-graphviz.changes index 85819af..7877cda 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Tue Apr 23 10:58:51 UTC 2019 - Thomas Bechtold diff --git a/python-graphviz.spec b/python-graphviz.spec index fe70009..0c7bc7c 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -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 @@ sed -i -e '/minversion/d' setup.cfg %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