diff --git a/graphviz-0.8.1.zip b/graphviz-0.8.1.zip deleted file mode 100644 index 7d0eb5d..0000000 --- a/graphviz-0.8.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bffbec8b7a0619fe745515039d0d6bb41b6632f3dee02bcd2601581abc63f03 -size 163118 diff --git a/graphviz-0.8.2.zip b/graphviz-0.8.2.zip new file mode 100644 index 0000000..ff3c016 --- /dev/null +++ b/graphviz-0.8.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606741c028acc54b1a065b33045f8c89ee0927ea77273ec409ac988f2c3d1091 +size 166880 diff --git a/python-graphviz.changes b/python-graphviz.changes index 19bb4e9..b8718d6 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 6 17:29:25 UTC 2018 - arun@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). + ------------------------------------------------------------------- Wed Nov 15 13:12:25 UTC 2017 - jengelh@inai.de diff --git a/python-graphviz.spec b/python-graphviz.spec index 9665b8d..6619081 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -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