b2133b1b9e
- More gentle version of graphviz_14-0-0.patch, which doesn’t change a SWIG include file, just the C generated one with the minimal required change (bsc#1252488).
Matej Cepl2025-10-24 16:53:54 +00:00
caff77821c
- Add graphviz_14-0-0.patch making the code compatible with gvRenderData signature from graphviz 14.0.* (bsc#1252488).
Matej Cepl2025-10-22 17:56:19 +00:00
cb11660996
- Make it compatible wirh %{?sle15_python_module_pythons}.
Markéta Machová2025-03-03 10:31:04 +00:00
c57e23bd57
Accepting request 1204931 from devel:languages:python
Ana Guerrero2024-10-02 19:32:40 +00:00
c712dec093
- update 1.14: * Avoid subprocess window creation with agraph.AGraph._run_prog (#514). * Support Python 3.13 (#542). * AGraph.draw(): close filehandle for pathlib.Path (#535). * Fix formatting (#538). * Test on Python 3.13 (#539). * Use ruff and update pre-commit config (#540). * Copy edges keys when copying a graph - fix dependencies for distros older than tumbleweed - Set license to BSD-3-Clause according to legal
Dirk Mueller2024-10-01 12:38:28 +00:00
67e5db8ecf
Accepting request 1175976 from devel:languages:python
Ana Guerrero2024-06-07 13:01:48 +00:00
cd5ebf99f0
- Update to 1.13: * Remove outdated pystrings.swg (#508). * Fix segfault from repr attempting to access attrs on uninitialized instance (#520). * Add Python 3.12 support (#486). * Copy edges keys when copying a graph * Drop Python 3.8 support per SPEC 0 (#465). * Drop Python 3.9 support (#487). * Update documentation building requirements (#488). * Add pyproject.toml (#471). * Stop building pdf of the docs (#503). - Drop patch docdir.patch, no longer needed. - Build the documentation by hand, since now we need to. - Switch to pyproject macros.
Steve Kowalik2024-05-22 02:07:23 +00:00
b4c3c6337e
- Add test_drawing_png_output_with_NULL_smoketest to the list of tests to skip because missing png support. gh#pygraphviz/pygraphviz#366
Daniel Garcia2023-02-23 10:54:52 +00:00
81f655b0a6
- fix dependencies for distros older than tumbleweed
Dirk Mueller2023-02-17 22:02:58 +00:00
79fd3540b2
- Update to 1.7: - Drop Python 3.6 support - Add Python 3.9 support - Require Graphviz 2.42+, (Graphviz 2.46+ recommended) - Improve installation process and documentation - Switch from nose to pytest - Remove old Python 2 code - AGraph.eq includes attribute comparison (PR #246)
Matej Cepl2021-10-19 22:20:39 +00:00