python-urwidtrees 1.0.3.dev0-3 source package in Ubuntu

Changelog

python-urwidtrees (1.0.3.dev0-3) unstable; urgency=medium

  * Team Upload
  * fix long description (Closes: #860814)
  * add a patch to avoid generating a useless dependency on python3-mock

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

 -- Alexandre Detiste <email address hidden>  Thu, 04 Jan 2024 19:20:32 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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-urwidtrees_1.0.3.dev0-3.dsc 2.1 KiB 4ea8155554bd125b28086422860cedca25a259c348b91bba35394fdeaa59466d
python-urwidtrees_1.0.3.dev0.orig.tar.gz 13.0 KiB 19197425cd36809bd24741479f963ebab96ebba09fb0fe39635fb14d0b4e4e17
python-urwidtrees_1.0.3.dev0-3.debian.tar.xz 2.6 KiB 23ff748f7297b1098771b10ed7881797ee7c0a962884b4fa601fd3e175ae8db1

Available diffs

No changes file available.

Binary packages built by this source

python3-urwidtrees: Urwid Tree Container API

 This is a Widget Container API for the urwid toolkit. It uses a MVC
 approach and allows one to build trees of widgets. Its design goals are:
 .
  * clear separation classes that define, decorate and display trees of
    widgets
  * representation of trees by local operations on node positions
  * easy to use default implementation for simple trees
  * Collapses are considered decoration.
 .
 This package is for Python 3 environment.