./graphics/py-pygraphviz, Python interface to the Graphviz package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.12nb1, Package name: py311-pygraphviz-1.12nb1, Maintainer: pkgsrc-users

PyGraphviz is a Python interface to the Graphviz graph layout
and visualization package. With PyGraphviz you can create,
edit, read, write, and draw graphs using Python to access the
Graphviz graph data structure and layout algorithms. PyGraphviz
is independent from NetworkX but provides a similar programming
interface.


Required to run:
[graphics/graphviz] [devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 102.481 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-15 12:51:34 by Michael Baeuerle | Files touched by this commit (4)
Log message:
*: recursive bump for graphviz 10.0.1
   2024-01-15 14:32:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pygraphviz: updated to 1.12

pygraphviz 1.12

Enhancements

- Add Python 3.12 support

Bug Fixes

- Copy edges keys when copying a graph
- Windows Manual Installation Fix

Documentation

- Windows Manual Installation Fix
- Use pydata-sphinx-theme
- Add version switcher
- Move release notes

Maintenance

- Drop Python 3.8 support per SPEC 0
- Update release process
- Test on Python 3.12.0-beta.2
- Update pre-commit
- Use label-check and attach-next-milestone-action
- Drop Python 3.9 support
- Update documentation building requirements
- Add pyproject.toml
- Use dependabot
- Bump actions/setup-python from 3 to 5
- Bump scientific-python/attach-next-milestone-action from \ 
f94a5235518d4d34911c41e19d780b8e79d42238 to \ 
bc07be829f693829263e57d5e8489f4e57d3d420
- Bump actions/checkout from 3 to 4
- Bump conda-incubator/setup-miniconda from 2 to 3
- Bump webfactory/ssh-agent from 0.5.4 to 0.8.0
- Update the year
- Update license information
- Stop building pdf of the docs
- Use trusted publisher for PyPI uploads

Other

- Update INSTALL.txt
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-06-16 18:56:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pygraphviz: updated to 1.11

pygraphviz-1.11
- Update to SWIG 4.1.1
- Require Graphviz 2.46+
- Fix passthrough of graph attributes when copying
- Update install instructions
   2023-06-07 13:27:34 by Michael Baeuerle | Files touched by this commit (55)
Log message:
Recursive revbump for new major version of graphics/graphviz.
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-10-17 14:13:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pygraphviz: updated to 1.10

PyGraphviz 1.10

Update release process
add GitHub URL for PyPi
Update dependencies
Add to pre-commit hook / linter
Upgrade CI dependencies
Ensure define_macros remains a list on Windows
Update sphinx
Update fedora
Test Py3.11-dev
Use blacken-docs
Fix gvRenderData bytes output
Update pre-commit hooks
Update sphinx
Fix FILE* resource leak in agread() wrapper
AGraph: Don't leak file descriptor on read("/path/")
Test on PyPy 3.9
Announce support for Python 3.11
Move modifications for proper file closing from generated graphviz_wrap.c to \ 
swig file