From 58fd186e2ded9fa5ee3f89031b08803e3b43e5be9812b3c19f720f7874713207 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Apr 2021 19:35:50 +0000 Subject: [PATCH] - update to 1.4.2: - Documentation: Basic usage examples in `README.md`. (#141) Changed: - More detailed error message in case of Graphviz errors. (#239) - More detailed warning message in case of failure to import the DOT parser module. (#241) Deprecated: - A future pydot 2.0.0 will drop support for Python 2, 3.4 and possibly other Python versions that are end-of-life at that time. Pydot does not emit any deprecation warnings about this. Further pydot 1.x.x releases are currently not foreseen, but if there are any, should still support the mentioned Python versions. (#229) Fixed: - On Python 2, non-equality comparison (`!=`) between two separate, but equal `Edge` instances will now correctly return `False`, as it already did on Python 3. (#248) - Prevent `TypeError` in handling of DOT parser error. (#176) - Prevent `TypeError` in `graph_from_adjacency_matrix()` and `graph_from_incidence_matrix()`. (#98) - Prevent `TypeError` when creating an edge with a `Subgraph` or `Cluster` object (as opposed to name string) as an edge point. (#89) - Windows only: Fixed most failures to find Graphviz when a conda or Anaconda installation exists, but Graphviz was installed manually or through pip (`.bat`/`.exe` suffix problem). (#205) - Windows only: Fixed failure to run Graphviz related to side-by-side assembly (SxS) by now propagating the `SYSTEMROOT` environment variable. (#208) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=23 --- pydot-1.4.1.tar.gz | 3 --- pydot-1.4.2.tar.gz | 3 +++ python-pydot.changes | 34 ++++++++++++++++++++++++++++++++++ python-pydot.spec | 4 ++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 pydot-1.4.1.tar.gz create mode 100644 pydot-1.4.2.tar.gz diff --git a/pydot-1.4.1.tar.gz b/pydot-1.4.1.tar.gz deleted file mode 100644 index ba3dacb..0000000 --- a/pydot-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d49c9d4dd1913beec2a997f831543c8cbd53e535b1a739e921642fe416235f01 -size 128236 diff --git a/pydot-1.4.2.tar.gz b/pydot-1.4.2.tar.gz new file mode 100644 index 0000000..f973032 --- /dev/null +++ b/pydot-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d +size 137681 diff --git a/python-pydot.changes b/python-pydot.changes index 8a5cb57..4c01fa3 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Apr 22 19:34:13 UTC 2021 - Dirk Müller + +- update to 1.4.2: + - Documentation: Basic usage examples in `README.md`. (#141) + + Changed: + - More detailed error message in case of Graphviz errors. (#239) + - More detailed warning message in case of failure to import the DOT + parser module. (#241) + + Deprecated: + - A future pydot 2.0.0 will drop support for Python 2, 3.4 and + possibly other Python versions that are end-of-life at that time. + Pydot does not emit any deprecation warnings about this. Further + pydot 1.x.x releases are currently not foreseen, but if there are + any, should still support the mentioned Python versions. (#229) + + Fixed: + - On Python 2, non-equality comparison (`!=`) between two separate, but + equal `Edge` instances will now correctly return `False`, as it + already did on Python 3. (#248) + - Prevent `TypeError` in handling of DOT parser error. (#176) + - Prevent `TypeError` in `graph_from_adjacency_matrix()` and + `graph_from_incidence_matrix()`. (#98) + - Prevent `TypeError` when creating an edge with a `Subgraph` or + `Cluster` object (as opposed to name string) as an edge point. (#89) + - Windows only: Fixed most failures to find Graphviz when a conda or + Anaconda installation exists, but Graphviz was installed manually or + through pip (`.bat`/`.exe` suffix problem). (#205) + - Windows only: Fixed failure to run Graphviz related to side-by-side + assembly (SxS) by now propagating the `SYSTEMROOT` environment + variable. (#208) + ------------------------------------------------------------------- Tue Feb 25 08:02:25 UTC 2020 - Tomáš Chvátal diff --git a/python-pydot.spec b/python-pydot.spec index 4a1cf30..8d62c15 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -1,7 +1,7 @@ # # spec file for package python-pydot # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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-pydot -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: Module to create (dot) graphs from Python License: MIT