pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-dot py-dot: updated to 1.4.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f7b0eaa90da
branches: trunk
changeset: 448437:4f7b0eaa90da
user: adam <adam%pkgsrc.org@localhost>
date: Mon Mar 08 07:07:42 2021 +0000
description:
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:
graphics/py-dot/Makefile | 4 ++--
graphics/py-dot/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 4ae4914361da -r 4f7b0eaa90da graphics/py-dot/Makefile
--- a/graphics/py-dot/Makefile Mon Mar 08 07:01:44 2021 +0000
+++ b/graphics/py-dot/Makefile Mon Mar 08 07:07:42 2021 +0000
@@ -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 -r 4ae4914361da -r 4f7b0eaa90da graphics/py-dot/distinfo
--- a/graphics/py-dot/distinfo Mon Mar 08 07:01:44 2021 +0000
+++ b/graphics/py-dot/distinfo Mon Mar 08 07:07:42 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index