Package Release Info

python-pygraphviz-1.4rc1-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-pygraphviz-doc
python2-pygraphviz
python3-pygraphviz

Change Logs

* Sun Aug 06 2017 toddrme2178@gmail.com
- Fix shebangs
* Wed May 17 2017 toddrme2178@gmail.com
- Implement single-spec version
- Fix source URL
- Update to version 1.4rc1
  * No upstream changelog
* Wed Jun 15 2016 toddrme2178@gmail.com
- Update to 1.3.1
  - Update manifest to include missing files
- Update to 1.3
  - Python 3 support
  - Encoding bugfixes
- Rebase docdir.patch
* Fri Mar 28 2014 speilicke@suse.com
- Set license to BSD-3-Clause according to legal
* Fri Dec 06 2013 toddrme2178@gmail.com
- Update to 1.2
  * Quote Graphviz program names to work with space (Windows fix)
  * Keep name in reverse()
- Require graphviz-python
* Wed May 23 2012 toddrme2178@gmail.com
- Clean up spec file
- Update to version 1.1
  * Added unicode support for handling non-ASCII characters
  * Better handling of user data on initialization of AGraph() object to guess input type (AGraph object, file, dict-of-dicts, file)
  * Add sfdp to layout options
- Update to version 1..0.0
  * Added to_string() and from_string methods
  * Interface to graphviz “acyclic” and “tred”
  * Better handling of user data on initialization of AGraph() object to guess input type (AGraph object, file, dict-of-dicts, file)
  * Add handling of default attributes for subgraphs
  * Improved error handling when using non-string data
  * Fix bug in default attribute handling
  * Make sure file handles are closed correctly
* Sat Mar 26 2011 alexandre@exatati.com.br
- Regenerate spec file with py2pack;
- Bzip2 source code;
- Add docdir.patch to fix documentation path.
* Fri Oct 09 2009 alexandre@exatati.com.br
- Initial package (0.99.1) for openSUSE.
Version: 1.14-bp160.1.1
* Thu Feb 27 2025 ecsos <ecsos@opensuse.org>
- Make it compatible wirh %{?sle15_python_module_pythons}.
* Tue Oct 01 2024 Dirk Müller <dmueller@suse.com>
- 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).
* Thu May 23 2024 Steve Kowalik <steven.kowalik@suse.com>
- 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.
Version: 1.11-bp156.1.2
* Thu Jun 29 2023 Andreas Schneider <asn@cryptomilk.org>
- 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
* Tue Jun 13 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Thu Feb 23 2023 Daniel Garcia <daniel.garcia@suse.com>
- Add test_drawing_png_output_with_NULL_smoketest to the list of tests
  to skip because missing png support. gh#pygraphviz/pygraphviz#366
* Fri Feb 17 2023 Dirk Müller <dmueller@suse.com>
- fix dependencies for distros older than tumbleweed
* Sun Aug 14 2022 Arun Persaud <arun@gmx.de>
- 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
* Tue Oct 19 2021 Matej Cepl <mcepl@suse.com>
- 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)
* Mon Sep 28 2020 Dirk Mueller <dmueller@suse.com>
- update to 1.6:
  - Add Python 3.8 support
  - Drop Python 2.7 support
  - Update to SWIG 4.0.1