summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-03-08 07:07:42 +0000
committeradam <adam@pkgsrc.org>2021-03-08 07:07:42 +0000
commit6da10167a3718a7743356494bddda11fca156663 (patch)
tree1b80893b59ee8540b26953c8dc3dfc6dc22d3aad /graphics
parent9158af851e5f147b9d9bcd21f9e4b814755b24c7 (diff)
downloadpkgsrc-6da10167a3718a7743356494bddda11fca156663.tar.gz
py-dot: updated to 1.4.2
1.4.2 Added: - Documentation: Basic usage examples in `README.md`. Changed: - More detailed error message in case of Graphviz errors. - More detailed warning message in case of failure to import the DOT parser module. 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. 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. - Prevent `TypeError` in handling of DOT parser error. - Prevent `TypeError` in `graph_from_adjacency_matrix()` and `graph_from_incidence_matrix()`. - Prevent `TypeError` when creating an edge with a `Subgraph` or `Cluster` object (as opposed to name string) as an edge point. - 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). - Windows only: Fixed failure to run Graphviz related to side-by-side assembly (SxS) by now propagating the `SYSTEMROOT` environment variable.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-dot/Makefile4
-rw-r--r--graphics/py-dot/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile
index 54448733630..6a5974a0609 100644
--- a/graphics/py-dot/Makefile
+++ b/graphics/py-dot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/12/16 14:19:16 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/03/08 07:07:42 adam Exp $
-DISTNAME= pydot-1.4.1
+DISTNAME= pydot-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydot/}
diff --git a/graphics/py-dot/distinfo b/graphics/py-dot/distinfo
index f1b526d6d5f..1bc8115655e 100644
--- a/graphics/py-dot/distinfo
+++ b/graphics/py-dot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/12/16 14:19:16 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/03/08 07:07:42 adam Exp $
-SHA1 (pydot-1.4.1.tar.gz) = 1cf533eb0f69cc214aa1be96b4a0d38a18aa2f4e
-RMD160 (pydot-1.4.1.tar.gz) = b516a4d19986e0e26a117533f5754846b5d3b5f5
-SHA512 (pydot-1.4.1.tar.gz) = aae2d9d558cb8d70710324771a6c4b15df3dcb366fc8b2046f763a7feabb4369400a8062d24ebbea4dc40c7bbc5f398bf462fb237ea45ee840af0c3d0eb79c4a
-Size (pydot-1.4.1.tar.gz) = 128236 bytes
+SHA1 (pydot-1.4.2.tar.gz) = 11107b73de598284e1aad59295da71b935f7539e
+RMD160 (pydot-1.4.2.tar.gz) = e35293dedfb51dabd3818723b4b5b2c6f31bc983
+SHA512 (pydot-1.4.2.tar.gz) = 1027833dd0adff475082db87675cb0f0f045d2a2a32d6020c3cfb9460e859d107fd89b2f0857d1ec431aa034c077fbf0d21b305be0d788f371142bca38c515ed
+Size (pydot-1.4.2.tar.gz) = 137681 bytes