python-graphviz 0.20.1+20240103-1 source package in Ubuntu

Changelog

python-graphviz (0.20.1+20240103-1) unstable; urgency=medium

  * Team upload.
  * New upstream snapshot 0.20.1+20240103 to support Python 3.12
    (Closes: #1056473, #1058404)
  * remove obsolete dependencies on python3-mock & python3-unittest2
    (Closes: #1058968)
  * set "Rules-Requires-Root: no"

 -- Alexandre Detiste <email address hidden>  Wed, 03 Jan 2024 21:09:04 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-graphviz_0.20.1+20240103-1.dsc 2.4 KiB 03d56709fa007a07a78f8981d63572abe52410d45a48683377d148ab0748e371
python-graphviz_0.20.1+20240103.orig.tar.gz 185.8 KiB 4ff335915c6bfe21b2ec5c1bfadc38c17c07c47cd5a605212c639dda39f25ffe
python-graphviz_0.20.1+20240103-1.debian.tar.xz 3.4 KiB 0bf55e35011d375b9fc7f17faaf3d003c88d581615878cb80211f205a08fd572

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.