python-graphviz 0.20.2-1 source package in Ubuntu

Changelog

python-graphviz (0.20.2-1) unstable; urgency=medium

  * New upstream release (Closes: #1063952) (Closes: #1066796)
  * Remove pytest skip of test_pipe_pipe_data_mocked, resolved upstream.
  * Add only-one-conftest.patch to resolve import file mismatch pytest
    error.

 -- Diane Trout <email address hidden>  Wed, 20 Mar 2024 10:30:07 -0700

Upload details

Uploaded by:
Diane Trout
Uploaded to:
Sid
Original maintainer:
Diane Trout
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-graphviz_0.20.2-1.dsc 2.3 KiB 103284dc524e45a78fc9e09df3518263a0aad3959264bd0a12097f3849604f72
python-graphviz_0.20.2.orig.tar.gz 189.3 KiB e157b9e0fa56e5ef1af7b4b6c6de1a4cc2c4d46b613c30369e891792b5a43137
python-graphviz_0.20.2-1.debian.tar.xz 4.0 KiB 60ce9efd8ea16d3e0ced5018e68cd588c3e9a34e087b8e9fb476cf71fcd81a0e

Available diffs

No changes file available.

Binary packages built by this source

python3-graphviz: Simple Python 3 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.
 .
 Create a graph object, assemble the graph by adding nodes and edges, and
 retrieve its DOT source code string. Save the source code to a file and render
 it with the Graphviz installation of your system.
 .
 Use the ``view`` option/method to directly inspect the resulting (PDF, PNG,
 SVG, etc.) file with its default application. Graphs can also be rendered
 and displayed within Jupyter notebooks.
 .
 This contains the Python 3 version.