summaryrefslogtreecommitdiff
path: root/graphics/py-objgraph
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-10-06py-objgraph: mark as incompatible with Python 2.7adam1-1/+3
2021-01-11py-objgraph: updated to 3.5.0adam3-10/+8
3.5.0: Do not require mock for the test suite on Python 3; use unittest.mock instead. 100% test coverage for each version of Python rather than combined, using coverage-python-version. Add the optional extra_node_attrs parameter to show_backrefs and show_backrefs Fix IPython/Jupyter inline graph support code that would kick in even if you explicitly passed a filename=’foo.png’ argument to show_refs/show_backrefs. See issue 47. Add support for Python 3.8. Drop support for Python 3.5.
2019-05-20py-objgraph: updated to 3.4.1adam2-7/+7
3.4.1: - Add support for Python 3.7. - Drop support for Python 3.3 and 3.4.
2018-08-19objgraph: added version 3.4.0adam4-0/+38
objgraph is a module that lets you visually explore Python object graphs. You'll need graphviz if you want to draw the pretty graphs.