| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Make it compatible wirh %{?sle15_python_module_pythons}.
- 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).
- 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, and do so in
its own flavor.
- Switch to pyproject macros.
- Update to version 1.11 * Update to SWIG 4.1.1 * Require Graphviz 2.46+ * Fix passthrough of graph attributes when copying * Update install instructions
- Add %{?sle15_python_module_pythons}
- Add test_drawing_png_output_with_NULL_smoketest to the list of tests to skip because missing png support. gh#pygraphviz/pygraphviz#366
- fix dependencies for distros older than tumbleweed
- specfile: * update copyright year - update to version 1.9: * Drop Python 3.7 support * Add Python 3.10 support * Add osage and patchwork to progs list * Add IPython rich display hook to AGraph class * Add contributor guide * Fixed directed nature of AGraph.copy() * Minor documentation and code fixes
- 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)
- update to 1.6: - Add Python 3.8 support - Drop Python 2.7 support - Update to SWIG 4.0.1