Path to this page:
./
graphics/py-objgraph,
Draws Python object reference graphs with graphviz
Branch: CURRENT,
Version: 3.6.2,
Package name: py312-objgraph-3.6.2,
Maintainer: pkgsrc-usersobjgraph is a module that lets you visually explore Python object graphs.
You'll need graphviz if you want to draw the pretty graphs.
Required to run:[
devel/py-setuptools] [
graphics/py-graphviz] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 741.723 KB
Version history: (Expand)
- (2024-10-22) Updated to version: py312-objgraph-3.6.2
- (2024-03-23) Updated to version: py311-objgraph-3.6.1
- (2023-07-05) Updated to version: py310-objgraph-3.6.0
- (2023-02-09) Updated to version: py310-objgraph-3.5.0nb1
- (2022-01-05) Updated to version: py39-objgraph-3.5.0nb1
- (2021-10-07) Updated to version: py39-objgraph-3.5.0
CVS history: (Expand)
2024-03-23 17:36:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-objgraph: updated to 3.6.1
3.6.1 (2024-02-26)
- Add support for Python 3.12.
|
2023-07-05 14:02:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-objgraph: updated to 3.6.0
3.6.0 (2023-06-16)
------------------
- Add support for Python 3.9, 3.10, and 3.11.
- Drop support for Python 2.7 and 3.6.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-10-06 21:20:20 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-objgraph: mark as incompatible with Python 2.7
|
2021-01-11 14:58:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-objgraph: updated to 3.5.0
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-20 14:10:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-objgraph: updated to 3.4.1
3.4.1:
- Add support for Python 3.7.
- Drop support for Python 3.3 and 3.4.
|