| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-graphviz | Distribution: SUSE Linux Enterprise 15 |
| Version: 0.14.1 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.6.69 | Build date: Sun Aug 13 17:45:22 2023 |
| Group: Development/Languages/Python | Build host: goat33 |
| Size: 154643 | Source RPM: python3-graphviz-0.14.1-150400.6.69.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/xflr6/graphviz | |
| Summary: Python interface for Graphviz | |
This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software from Python. It supports creating a graph object, assembling the graph by adding nodes and edges, and retrieving its DOT source code string, saving the source code to a file and rendering it with the Graphviz installation. Using the view option/method, the resulting (PDF, PNG, SVG, etc.) file can be inspected with its default application. Graphs can also be rendered and displayed within IPython notebooks.
MIT
* Wed Feb 09 2022 yfjiang@suse.com
- Add noto-sans-fonts as BuildRequires to make the test suite work
with pango 1.50.
* Thu Aug 06 2020 dmueller@suse.com
- update to 0.14.1
* Document the colon-separated ``node[:port[:compass]]`` format used for ``tail``
and ``head`` points in the ``edge()``- and ``edges()``-methods'
* Improve handling of escaped quotes (``\"``). Different from other layout engine
escapes sequences such as ``\l`` and ``\N`` (which are passed on as is by
default), there is no use case for backslash-escaping a literal quote character
because escaping of quotes is done by this library. Therefore, a
backslash-escaped quote (e.g. in ``label='\\"'``) is now treated the same as a
plain unescaped quote, i.e. both ``label='"'`` and ``label='\\"'`` produce
the same DOT source ``[label="\""]`` (a label that renders as a literal quote).
Before this change, use of ``'\\"'`` could break the quoting mechanism creating
invalid or unintended DOT, possibly leading to syntax errors from the rendering
process.
* Sun Nov 24 2019 arun@gmx.de
- update to version 0.13.2:
* Fix missing support for four-part versions in
"graphviz.version()".
- changes from version 0.13.1:
* Tag Python 3.8 support.
* Fix quoting for non-ASCII numerals.
* Thu Sep 12 2019 tchvatal@suse.com
- Update to 0.13:
* Fix missing escaping of backslashes, e.g. in labels
* Add basic debug logging via the stdlib ``logging`` module.
* Add ``escape()`` function (resembling ``re.escape()``)
* Add explicit support for layout engine escape sequences
* Sat Aug 03 2019 arun@gmx.de
- update to version 0.11.1:
* Include "stderr" in "str()" of raised
"subprocess.CalledProcessError".
* Sat Jun 15 2019 arun@gmx.de
- specfile:
* be more specific i %files section
- update to version 0.11:
* Add "quiet" argument to ".render()" and ".pipe()" methods of
"Graph", "Digraph", and "Source" objects, allowing to suppress
"stderr" of the layout subprocess (parity with stand-alone
"render()" and "pipe()" functions).
* The rendering process for "render()" methods and stand-alone
function is now started from the directory of the rendered dot
source file. This allows to render graph descriptions that use
relative paths inline (e.g. for referring to image files to be
included) by using paths relative to the source file
location. Previously, such relative paths would need to be given
relative to the directory from which "render()" was started, so
this change is backwards incompatible for code that relied on the
previous behaviour.
* Drop Python 3.4 support.
* Tue Apr 23 2019 tbechtold@suse.com
- Add minimal needed versions to BuildRequires
Build fails with older python-pytest-mock versions so add the
needed checks to avoid that
* Tue Dec 04 2018 mcepl@suse.com
- Remove superfluous devel dependency for noarch package
* Wed Nov 14 2018 tchvatal@suse.com
- Update to 0.10.1:
* python 3.7 support
* Various fixes
* Sat Jan 06 2018 arun@gmx.de
- specfile:
* update copyright year
- update to version 0.8.2:
* Add nohtml() to support labels of the form '<...>' (disabling
their default treatment as HTML strings).
* Make default utf-8 encoding more visible.
* Set encoding = locale.getpreferredencoding() when encoding
argument/property is set to None explicitly (follow stdlib io.open
behaviour).
* Wed Nov 15 2017 jengelh@inai.de
- Replace imperatives in description.
* Wed Nov 15 2017 mimi.vx@gmail.com
- update to 0.8.1
* please see long list of changes in
https://github.com/xflr6/graphviz/blob/d7149d507ea6c345ac20f5d6d7e14bc3f162114c/CHANGES
* Fri Apr 14 2017 toddrme2178@gmail.com
- Initial singlespec version
/usr/lib/python3.6/site-packages/graphviz /usr/lib/python3.6/site-packages/graphviz-0.14.1-py3.6.egg-info /usr/lib/python3.6/site-packages/graphviz-0.14.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/graphviz-0.14.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/graphviz-0.14.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/graphviz-0.14.1-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/graphviz-0.14.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/graphviz/__init__.py /usr/lib/python3.6/site-packages/graphviz/__pycache__ /usr/lib/python3.6/site-packages/graphviz/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/_compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/_compat.cpython-36.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/backend.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/backend.cpython-36.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/dot.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/dot.cpython-36.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/files.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/files.cpython-36.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/lang.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/lang.cpython-36.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/tools.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/graphviz/__pycache__/tools.cpython-36.pyc /usr/lib/python3.6/site-packages/graphviz/_compat.py /usr/lib/python3.6/site-packages/graphviz/backend.py /usr/lib/python3.6/site-packages/graphviz/dot.py /usr/lib/python3.6/site-packages/graphviz/files.py /usr/lib/python3.6/site-packages/graphviz/lang.py /usr/lib/python3.6/site-packages/graphviz/tools.py /usr/share/doc/packages/python3-graphviz /usr/share/doc/packages/python3-graphviz/CHANGES.txt /usr/share/doc/packages/python3-graphviz/README.rst /usr/share/licenses/python3-graphviz /usr/share/licenses/python3-graphviz/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:27:59 2026