diff --git a/pydot-1.2.4.tar.gz b/pydot-1.2.4.tar.gz deleted file mode 100644 index 34a1f0b..0000000 --- a/pydot-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92d2e2d15531d00710f2d6fb5540d2acabc5399d464f2f20d5d21073af241eb6 -size 132018 diff --git a/pydot-1.4.1.tar.gz b/pydot-1.4.1.tar.gz new file mode 100644 index 0000000..ba3dacb --- /dev/null +++ b/pydot-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49c9d4dd1913beec2a997f831543c8cbd53e535b1a739e921642fe416235f01 +size 128236 diff --git a/python-pydot.changes b/python-pydot.changes index 659af6a..250548a 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 2 12:56:07 UTC 2019 - Colleen Murphy + +- Update to 1.4.1: + * Make graph, edge, node attributes order deterministic + * Fix string formatting after catching error (#201) + * Installation of pydot in conda env on Windows directly supported + * Fixed comparing of SHA hash in regression tests (which fail now) + * Dropped Python 2.6 support (#185) + * Move errno from os to builtin. Fixes #177 (#191, #182) + ------------------------------------------------------------------- Tue Dec 18 23:56:25 UTC 2018 - Jan Engelhardt diff --git a/python-pydot.spec b/python-pydot.spec index 04761f4..6239f0a 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -1,7 +1,7 @@ # # spec file for package python-pydot # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pydot -Version: 1.2.4 +Version: 1.4.1 Release: 0 Summary: Module to create (dot) graphs from Python License: MIT