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

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

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

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 15:46:26 -0400

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urwidtrees_1.0.3.dev0-2.dsc 2.1 KiB b5def6bb19a522e45b2f4625aaf5c94a96e3218e9d2cbddd259dedc01aeabac7
python-urwidtrees_1.0.3.dev0.orig.tar.gz 13.0 KiB 19197425cd36809bd24741479f963ebab96ebba09fb0fe39635fb14d0b4e4e17
python-urwidtrees_1.0.3.dev0-2.debian.tar.xz 2.2 KiB 498ee66e999300aab5de4c77ef6b94edd2aef8b9a18ca8db0859e0ed02f73b78

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.