pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-dot
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 8 07:07:42 UTC 2021
Modified Files:
pkgsrc/graphics/py-dot: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-dot/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-dot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-dot/Makefile
diff -u pkgsrc/graphics/py-dot/Makefile:1.9 pkgsrc/graphics/py-dot/Makefile:1.10
--- pkgsrc/graphics/py-dot/Makefile:1.9 Sun Dec 16 14:19:16 2018
+++ pkgsrc/graphics/py-dot/Makefile Mon Mar 8 07:07:42 2021
@@ -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/}
Index: pkgsrc/graphics/py-dot/distinfo
diff -u pkgsrc/graphics/py-dot/distinfo:1.6 pkgsrc/graphics/py-dot/distinfo:1.7
--- pkgsrc/graphics/py-dot/distinfo:1.6 Sun Dec 16 14:19:16 2018
+++ pkgsrc/graphics/py-dot/distinfo Mon Mar 8 07:07:42 2021
@@ -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